Align flake and ruff configs further
This commit is contained in:
@@ -82,6 +82,11 @@ extend-select = [
|
|||||||
# "TCH", # flake8-type-checking
|
# "TCH", # flake8-type-checking
|
||||||
"PTH", # flake8-use-pathlib
|
"PTH", # flake8-use-pathlib
|
||||||
]
|
]
|
||||||
|
extend-ignore = [
|
||||||
|
"E241", # Multiple spaces after comma
|
||||||
|
"E272", # Multiple spaces before keyword
|
||||||
|
"E221", # Multiple spaces before operator
|
||||||
|
]
|
||||||
|
|
||||||
[tool.ruff.mccabe]
|
[tool.ruff.mccabe]
|
||||||
max-complexity = 12
|
max-complexity = 12
|
||||||
|
|||||||
Reference in New Issue
Block a user