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