1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
toot/.flake8

5 lines
94 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
2022-12-27 04:41:06 -05:00
max-line-length=120