django-fritzconnection_ynh/.flake8

8 lines
164 B
Text
Raw Normal View History

2022-04-02 17:44:57 +02:00
#
2024-08-27 20:51:05 +02:00
# Move to pyproject.toml after: https://github.com/PyCQA/flake8/issues/234
2022-04-02 17:44:57 +02:00
#
[flake8]
2024-08-27 20:51:05 +02:00
exclude = .*, dist, htmlcov, local_test
2022-04-02 17:44:57 +02:00
ignore = F405
max-line-length = 119