Browse Source

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

pull/13907/head
Sebastián Ramírez 1 year ago
committed by GitHub
parent
commit
8a008f0bc8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      backend/pyproject.toml

2
backend/pyproject.toml

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

Loading…
Cancel
Save