django-for-runners_ynh/.flake8
2021-01-17 11:32:28 +01:00

7 lines
183 B
INI

#
# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428
#
[flake8]
exclude = .pytest_cache, .tox, dist, htmlcov, local_test
ignore = F405
max-line-length = 119