github/linters/setup.cfg: use ignore for E203

This commit is contained in:
raiden00pl 2023-04-17 10:37:33 +02:00 committed by Brennan Ashton
parent b705d9b1d5
commit 655f7f14ba

View File

@ -1,6 +1,5 @@
[flake8]
extend-ignore = E203
ignore = W503,W605
ignore = W503,W605,E203
max-complexity = 27
max-line-length = 125
show-source = True