Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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" |
|
|