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

5 lines
99 B
Plaintext
Raw Permalink Normal View History

2017-08-26 09:53:45 +00:00
[flake8]
exclude=build,tests,tmp,venv,toot/tui/scroll.py
ignore=E128,W503,W504
2022-12-27 09:41:06 +00:00
max-line-length=120