mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
-volumes
This commit is contained in:
parent
2d44a0be39
commit
05679e5a65
1 changed files with 1 additions and 1 deletions
2
.flake8
2
.flake8
|
@ -2,6 +2,6 @@
|
||||||
# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428
|
# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428
|
||||||
#
|
#
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/*, volumes
|
exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/*
|
||||||
#ignore = E402
|
#ignore = E402
|
||||||
max-line-length = 119
|
max-line-length = 119
|
||||||
|
|
Loading…
Reference in a new issue