django-fritzconnection_ynh/.flake8

8 lines
183 B
Text
Raw Normal View History

2022-04-02 17:44:57 +02:00
#
# 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