django_example_ynh/.flake8

8 lines
188 B
Text
Raw Normal View History

2020-12-23 19:53:13 +01:00
#
# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428
#
[flake8]
2020-12-29 15:04:20 +01:00
exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/*
2020-12-23 19:53:13 +01:00
#ignore = E402
max-line-length = 119