We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6d4a0 commit 8a008f0Copy full SHA for 8a008f0
‎backend/pyproject.toml‎
@@ -42,7 +42,7 @@ build-backend = "poetry.masonry.api"
42
43
[tool.mypy]
44
strict = true
45
-exclude = ["venv", "alembic"]
+exclude = ["venv", ".venv", "alembic"]
46
47
[tool.ruff]
48
target-version = "py310"
0 commit comments