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