We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867f839 commit 116a66bCopy full SHA for 116a66b
pyproject.toml
@@ -38,10 +38,10 @@ ignore = [
38
known-third-party = ["fastapi", "pydantic", "starlette"]
39
40
[tool.mypy]
41
-# strict = true
+strict = true
42
warn_unused_ignores = true
43
ignore_missing_imports = true
44
-plugins = "pydantic.mypy"
+plugins = "pydantic.mypy,sqlalchemy.ext.mypy.plugin"
45
46
[tool.coverage.report]
47
show_missing = true
0 commit comments