mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 07:01:46 +01:00
4c12a210c4
see: https://www.flake8rules.com/rules/W503.html for justification
5 lines
94 B
INI
5 lines
94 B
INI
[flake8]
|
|
exclude=build,tests,tmp,venv,toot/tui/scroll.py
|
|
ignore=E128,W503
|
|
max-line-length=120
|