django_example_ynh/.flake8

8 lines
164 B
Text
Raw Normal View History

2020-12-23 19:53:13 +01:00
#
2022-12-21 19:19:37 +01:00
# Move to pyproject.toml after: https://github.com/PyCQA/flake8/issues/234
2020-12-23 19:53:13 +01:00
#
[flake8]
2022-12-21 19:19:37 +01:00
exclude = .*, dist, htmlcov, local_test
ignore = F405
2020-12-23 19:53:13 +01:00
max-line-length = 119