🔧 Update mypy config to ignore .venv directories (#1155)
This commit is contained in:

committed by
GitHub

parent
2c6d4a0e57
commit
8a008f0bc8
@@ -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"
|
||||
|
Reference in New Issue
Block a user