Target E251 - Unexpected spaces around keyword

https://www.flake8rules.com/rules/E251.html
This commit is contained in:
Stephan Kulow 2022-02-18 17:28:13 +01:00
parent d8f5d0874e
commit 27c364b0c9
20 changed files with 110 additions and 110 deletions

View File

@ -1,4 +1,4 @@
[flake8] [flake8]
exclude = abichecker exclude = abichecker
max-line-length = 100 max-line-length = 100
ignore = W503,W504,E501,F401,E128,E251 ignore = W503,W504,E501,F401,E128