Skip to content

Commit 9e2241d

Browse files
committed
fix clashing rules in ruff config
1 parent b6fa504 commit 9e2241d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ line-length = 120
3535
ignore = [
3636
"ANN", # flake8-annotations
3737
"COM", # flake8-commas
38-
"C90", # mccabe complexity
3938
"DJ", # django
4039
"EXE", # flake8-executable
4140
"BLE", # blind except

0 commit comments

Comments
 (0)