mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 15:06:05 +01:00
5 lines
104 B
INI
5 lines
104 B
INI
[flake8]
|
|
exclude=build,tests,tmp,venv,_env,toot/tui/scroll.py
|
|
ignore=E128,W503,W504
|
|
max-line-length=120
|