mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 18:00:23 +00:00
Allow flake E203 -
Incompatible with ruff ... https://github.com/astral-sh/ruff/issues/8752
This commit is contained in:
@@ -166,7 +166,7 @@ known-first-party = ["freqtrade_client"]
|
||||
[tool.flake8]
|
||||
# Default from https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore
|
||||
# minus E226
|
||||
ignore = ["E121","E123","E126","E24","E704","W503","W504"]
|
||||
ignore = ["E121","E123","E126","E24", "E203","E704","W503","W504"]
|
||||
max-line-length = 100
|
||||
max-complexity = 12
|
||||
exclude = [
|
||||
|
||||
Reference in New Issue
Block a user