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.
1 parent 3157407 commit a235833Copy full SHA for a235833
1 file changed
pyproject.toml
@@ -189,14 +189,13 @@ max_supported_python = "3.14"
189
[tool.mypy]
190
python_version = "3.10"
191
pretty = true
192
-disallow_any_generics = true
193
-disallow_untyped_defs = true
+strict = true
+disallow_subclassing_any = false
194
+disallow_untyped_calls = false
195
enable_error_code = "ignore-without-code"
-extra_checks = true
196
-follow_imports = "silent"
197
-warn_redundant_casts = true
+no_implicit_reexport = false
+warn_return_any = false
198
warn_unreachable = true
199
-warn_unused_ignores = true
200
201
[tool.pytest]
202
addopts = [ "-ra", "--color=auto" ]
0 commit comments