Skip to content

Commit 116a66b

Browse files
committed
🔧 chore: enable strict type checking in mypy and add SQLAlchemy plugin
1 parent 867f839 commit 116a66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ ignore = [
3838
known-third-party = ["fastapi", "pydantic", "starlette"]
3939

4040
[tool.mypy]
41-
# strict = true
41+
strict = true
4242
warn_unused_ignores = true
4343
ignore_missing_imports = true
44-
plugins = "pydantic.mypy"
44+
plugins = "pydantic.mypy,sqlalchemy.ext.mypy.plugin"
4545

4646
[tool.coverage.report]
4747
show_missing = true

0 commit comments

Comments
 (0)