diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 54b0d70..c3142f1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -51,6 +51,7 @@ exclude = ["venv", "alembic"] [tool.ruff] target-version = "py310" +exclude = ["alembic"] [tool.ruff.lint] select = [