ku-polls/.flake8
sosokker 383761dbfa Fix Issue #56 and add min date of form creation
Fix Search show future question
2023-09-25 14:51:16 +07:00

13 lines
213 B
INI

[flake8]
max-line-length = 120
exclude=
migrations
mysite
logs
.venv
venv
apps.py
setup.py
per-file-ignores =
.\polls\tests\test_sentiment_model.py: E501
.\polls\models.py: F811