🔧 Update mypy config to ignore .venv directories (#1155)

This commit is contained in:
Sebastián Ramírez
2024-04-06 00:15:34 +04:00
committed by GitHub
parent 2c6d4a0e57
commit 8a008f0bc8

View File

@@ -42,7 +42,7 @@ build-backend = "poetry.masonry.api"
[tool.mypy] [tool.mypy]
strict = true strict = true
exclude = ["venv", "alembic"] exclude = ["venv", ".venv", "alembic"]
[tool.ruff] [tool.ruff]
target-version = "py310" target-version = "py310"