Files
gh-christianlouis-quizzical…/.flake8
T
2026-03-12 00:45:11 +00:00

11 lines
227 B
INI

[flake8]
max-line-length = 100
# Hard errors only (syntax errors and undefined names) are enforced in CI.
# Style warnings are reported with --exit-zero.
exclude =
.git,
__pycache__,
migrations,
.venv,
venv