[flake8]
count = True
exclude =
    .git,
    .venv,
    __pycache__,
    alembic,
    build,
    dist,
    tests
max-line-length = 127
statistics = True
