This commit is contained in:
JensDiemer 2020-12-29 15:04:20 +01:00
parent 2d44a0be39
commit 05679e5a65

View file

@ -2,6 +2,6 @@
# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428
#
[flake8]
exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/*, volumes
exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/*
#ignore = E402
max-line-length = 119