mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-12 19:23:55 +00:00
Align flake and ruff configs further
This commit is contained in:
parent
97bc5804fd
commit
9dcf236387
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user