7db6e4fcb3
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
11 lines
227 B
INI
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
|