Skip to content

Commit 517dd18

Browse files
committed
chore: Remove mccabe lint
1 parent a7f6150 commit 517dd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ line-length = 119
77
target-version = "py310"
88

99
[tool.ruff.lint]
10-
select = ["C", "E", "F", "W"]
10+
select = ["E", "F", "W"]
1111

1212
[tool.pytest.ini_options]
1313
DJANGO_SETTINGS_MODULE = 'cove_project.settings'

0 commit comments

Comments
 (0)