Allow flake E203 -

Incompatible with ruff ...
https://github.com/astral-sh/ruff/issues/8752
pull/10208/head
Matthias 2 years ago
parent d1db43dee0
commit ab3dbb7fbc

@ -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 = [

Loading…
Cancel
Save