django_example_ynh/.flake8
JensDiemer f578f144a3 init
2020-12-23 19:58:33 +01:00

7 lines
197 B
INI

#
# 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