django-fritzconnection_ynh/.flake8
2024-08-27 21:20:20 +02:00

7 lines
164 B
INI

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