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 1d17125 commit 779eef3Copy full SHA for 779eef3
pyproject.toml
@@ -58,16 +58,20 @@ filterwarnings= [
58
59
[tool.mypy]
60
check_untyped_defs = true
61
+disallow_any_generics = false
62
disallow_incomplete_defs = true
63
disallow_untyped_decorators = true
64
no_implicit_optional = true
65
+no_implicit_reexport = false
66
pretty = true
67
show_error_context = true
68
show_error_codes = true
69
strict_equality = true
70
+strict_optional = true
71
warn_unused_configs = true
-warn_unused_ignores = true
72
warn_redundant_casts = true
73
+warn_return_any = false
74
+warn_unused_ignores = true
75
76
[[tool.mypy.overrides]]
77
module = [
0 commit comments