ngxstat/.flake8
ngxstat-bot 979fbb0e64
Some checks failed
CI / Lint, test, and build (push) Failing after 39s
ci(lint): configure flake8 excludes/line-length; fix F541 and F401 in tests
2025-08-16 05:14:01 -05:00

6 lines
121 B
INI

[flake8]
exclude = .git, .venv, output, static/icons
max-line-length = 160
per-file-ignores =
tests/test_*.py: E402