[flake8]
exclude =
    .git
    .pytest_cache
    __pycache__
    alembic/versions
    dist
    venv
extend-ignore = E203
max-complexity = 10
max-line-length = 120
