1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-15 04:18:05 -04:00
toot/.flake8

5 lines
99 B
Plaintext
Raw Normal View History

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