1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00
toot/.flake8

5 lines
84 B
Plaintext
Raw Normal View History

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