Skip to content

Commit 8a008f0

Browse files
authored
🔧 Update mypy config to ignore .venv directories (fastapi#1155)
1 parent 2c6d4a0 commit 8a008f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎backend/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build-backend = "poetry.masonry.api"
4242

4343
[tool.mypy]
4444
strict = true
45-
exclude = ["venv", "alembic"]
45+
exclude = ["venv", ".venv", "alembic"]
4646

4747
[tool.ruff]
4848
target-version = "py310"

0 commit comments

Comments
 (0)