11 lines
165 B
INI
11 lines
165 B
INI
[flake8]
|
|
max-line-length = 100
|
|
extend-ignore = E203, W503, E501
|
|
exclude =
|
|
.venv,
|
|
backend/.venv,
|
|
migrations,
|
|
backend/migrations,
|
|
**/__pycache__,
|
|
**/*.pyc
|