Target E128 - Continuation line under-indented for visual indent

https://www.flake8rules.com/rules/E128.html
This commit is contained in:
Stephan Kulow 2022-02-18 17:35:33 +01:00
parent 27c364b0c9
commit f38bd3a7ed
31 changed files with 211 additions and 211 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 ignore = W503,W504,E501,F401