1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00
django-fmd_ynh/.flake8

8 lines
164 B
Text
Raw Normal View History

2022-07-11 20:34:24 +02:00
#
# Move to pyproject.toml after: https://github.com/PyCQA/flake8/issues/234
2022-07-11 20:34:24 +02:00
#
[flake8]
exclude = .*, dist, htmlcov, local_test
2022-07-11 20:34:24 +02:00
ignore = F405
max-line-length = 119