mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
8 lines
197 B
Text
8 lines
197 B
Text
|
#
|
||
|
# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428
|
||
|
#
|
||
|
[flake8]
|
||
|
exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/*, volumes
|
||
|
#ignore = E402
|
||
|
max-line-length = 119
|