[flake8]
max-line-length = 120
exclude =
    .git,
    __pycache__,
    .venv,
    venv,
    node_modules,
    alembic

per-file-ignores =
    tests/integration/*:F821
    tests/unit/*:F821
