Ignore warning W503
see: https://www.flake8rules.com/rules/W503.html for justification
This commit is contained in:
parent
cb0af3488b
commit
4c12a210c4
1 changed files with 1 additions and 1 deletions
2
.flake8
2
.flake8
|
@ -1,4 +1,4 @@
|
|||
[flake8]
|
||||
exclude=build,tests,tmp,venv,toot/tui/scroll.py
|
||||
ignore=E128
|
||||
ignore=E128,W503
|
||||
max-line-length=120
|
||||
|
|
Loading…
Reference in a new issue