django-for-runners_ynh/.flake8
2023-04-02 20:42:18 +02:00

7 lines
166 B
INI

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