1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-02 06:01:12 +00:00
toot/.flake8
2023-11-22 08:22:21 +01:00

5 lines
99 B
INI

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