chat_back/.flake8
2024-06-01 13:25:46 +05:00

11 lines
178 B
INI

[flake8]
max-line-length = 125
extend-ignore = W191, W391, E712
python_version = 3.12
exclude =
.git,
__pycache__,
.venv,
docker,
app/database.py,
app/migrations