django-for-runners_ynh/.flake8

8 lines
164 B
Text
Raw Normal View History

2021-01-17 11:32:28 +01:00
#
2023-04-04 14:21:04 +02:00
# Move to pyproject.toml after: https://github.com/PyCQA/flake8/issues/234
2021-01-17 11:32:28 +01:00
#
[flake8]
2023-04-02 20:15:56 +02:00
exclude = .*, dist, htmlcov, local_test
2021-01-17 11:32:28 +01:00
ignore = F405
max-line-length = 119