[flake8]
max-line-length = 100
max-complexity = 10

exclude =
    .git,
    __pycache__,
    cover,
    env,
    migrations,
    manage.py
