1
0
mirror of https://github.com/ihabunek/toot.git synced 2025-05-18 00:58:30 -04:00

added _env to list of .flake8 excluded directories

This commit is contained in:
Daniel Schwarz 2024-06-19 16:03:32 -04:00
parent 31501a84a0
commit 080ab7c8c1

View File

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