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 8f86212 commit d720aaeCopy full SHA for d720aae
1 file changed
pyproject.toml
@@ -187,16 +187,15 @@ lint.isort.required-imports = [
187
max_supported_python = "3.15"
188
189
[tool.mypy]
190
-follow_imports = "silent"
191
python_version = "3.11"
192
-disallow_any_generics = true
193
-disallow_untyped_defs = true
194
-warn_redundant_casts = true
195
-warn_unused_ignores = true
+disallow_subclassing_any = false
+disallow_untyped_calls = false
+warn_return_any = false
196
warn_unreachable = true
197
enable_error_code = "ignore-without-code"
198
-extra_checks = true
+strict = true
199
pretty = true
+no_implicit_reexport = false
200
201
[tool.pytest]
202
addopts = [ "-ra", "--color=auto" ]
0 commit comments