We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strict = true
1 parent 8e55ea5 commit 1062e1bCopy full SHA for 1062e1b
‎pyproject.toml‎
@@ -73,21 +73,7 @@ exclude_lines = [
73
]
74
75
[tool.mypy]
76
-# --strict
77
-disallow_any_generics = true
78
-disallow_subclassing_any = true
79
-disallow_untyped_calls = true
80
-disallow_untyped_defs = true
81
-disallow_incomplete_defs = true
82
-check_untyped_defs = true
83
-disallow_untyped_decorators = true
84
-no_implicit_optional = true
85
-warn_redundant_casts = true
86
-warn_unused_ignores = true
87
-warn_return_any = true
88
-implicit_reexport = false
89
-strict_equality = true
90
-# --strict end
+strict = true
91
92
[[tool.mypy.overrides]]
93
module = "sqlmodel.sql.expression"
0 commit comments