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 e0dd6f2 commit bf782fbCopy full SHA for bf782fb
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