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