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