1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-22 15:06:05 +01:00
Toot-Mastodon-CLI-TUI-clien.../.flake8

5 lines
104 B
Plaintext
Raw Normal View History

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