Skip to content

Commit dadc03a

Browse files
committed
Disable complexity and naming checks for now
1 parent a21290f commit dadc03a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ target-version = "py38"
9292
line-length = 79
9393
select = [
9494
"B", # flake8-bugbear
95-
"C90", # McCabe cyclomatic complexity
9695
"E", # pycodestyle errors
9796
"I", # isort
9897
"F", # Pyflakes
99-
"N", # PEP-8 naming
10098
"W", # pycodestyle warnings
10199
]
102100

0 commit comments

Comments
 (0)