#
# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428
[flake8]
exclude = .tox, .pytest_cache, *.egg-info, */migrations/*, volumes
#ignore = E402
max-line-length = 119