mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-18 13:04:05 +01:00
12 lines
204 B
INI
12 lines
204 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude=
|
|
migrations
|
|
mysite
|
|
logs
|
|
.venv
|
|
apps.py
|
|
setup.py
|
|
per-file-ignores =
|
|
.\polls\tests\test_sentiment_model.py: E501
|
|
.\polls\models.py: F811 |