toot/.flake8

5 wiersze
104 B
INI

[flake8]
exclude=build,_env,tests,tmp,venv,toot/tui/scroll.py
ignore=E128,W503,W504
max-line-length=120