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

6 lines
144 B
INI

[flake8]
exclude=build,tests,tmp,venv,toot/tui/scroll.py
ignore=E128,W503
per-file-ignores=toot/tui/stubs/urwidgets.py:F401
max-line-length=120