github/linters/setup.cfg: ignore E203 for flake8 to fix compatibility issues with black
For more details, see https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
This commit is contained in:
parent
0914c20c0d
commit
6b35ff323a
2
.github/linters/setup.cfg
vendored
2
.github/linters/setup.cfg
vendored
@ -1,5 +1,5 @@
|
||||
[flake8]
|
||||
ignore = W503,W605
|
||||
ignore = W503,W605,E203
|
||||
max-complexity = 27
|
||||
max-line-length = 125
|
||||
show-source = True
|
||||
|
Loading…
Reference in New Issue
Block a user