1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-09 06:10:43 +00:00

Ignore warning W503

see: https://www.flake8rules.com/rules/W503.html for justification
This commit is contained in:
Dan Schwarz 2023-03-13 20:48:45 -04:00 committed by Ivan Habunek
parent cb0af3488b
commit 4c12a210c4
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -1,4 +1,4 @@
[flake8]
exclude=build,tests,tmp,venv,toot/tui/scroll.py
ignore=E128
ignore=E128,W503
max-line-length=120