Align flake and ruff configs further

This commit is contained in:
Matthias 2023-10-23 18:06:31 +02:00
parent 97bc5804fd
commit 9dcf236387

View File

@ -82,6 +82,11 @@ extend-select = [
# "TCH", # flake8-type-checking
"PTH", # flake8-use-pathlib
]
extend-ignore = [
"E241", # Multiple spaces after comma
"E272", # Multiple spaces before keyword
"E221", # Multiple spaces before operator
]
[tool.ruff.mccabe]
max-complexity = 12