Toot-Mastodon-CLI-TUI-clien.../.flake8

5 lines
99 B
Plaintext
Raw Normal View History

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