Targetting E126 - Continuation line over-indented for hanging indent

https://www.flake8rules.com/rules/E126.html
This commit is contained in:
Stephan Kulow 2022-02-18 16:02:08 +01:00
parent dc62b2ed78
commit 1383ae9725
5 changed files with 47 additions and 47 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,E201,E202,E302,E305,F841,E261,E712,E126 ignore = W503,W504,E501,F401,E128,E251,E201,E202,E302,E305,F841,E261,E712