diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a9eeb04..bf60099 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -42,7 +42,7 @@ build-backend = "poetry.masonry.api" [tool.mypy] strict = true -exclude = ["venv", "alembic"] +exclude = ["venv", ".venv", "alembic"] [tool.ruff] target-version = "py310"