11 lines
172 B
INI
11 lines
172 B
INI
[flake8]
|
|
max-line-length = 125
|
|
extend-ignore = W191, W391
|
|
python_version = 3.12
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
.venv,
|
|
docker,
|
|
app/database.py,
|
|
app/migrations
|