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