github/linters/setup.cfg: use ignore for E203
This commit is contained in:
parent
b705d9b1d5
commit
655f7f14ba
3
.github/linters/setup.cfg
vendored
3
.github/linters/setup.cfg
vendored
@ -1,6 +1,5 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
extend-ignore = E203
|
ignore = W503,W605,E203
|
||||||
ignore = W503,W605
|
|
||||||
max-complexity = 27
|
max-complexity = 27
|
||||||
max-line-length = 125
|
max-line-length = 125
|
||||||
show-source = True
|
show-source = True
|
||||||
|
Loading…
Reference in New Issue
Block a user