mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 13:13:25 +08:00
🔧 Update mypy config to ignore .venv directories (#1155)
This commit is contained in:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user