🔧 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"