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 93b807e commit f7c2a42Copy full SHA for f7c2a42
mypy.ini
pyproject.toml
@@ -65,10 +65,10 @@ disallow_any_unimported = true
65
disallow_subclassing_any = true
66
disallow_untyped_calls = true
67
disallow_untyped_decorators = true
68
-disallow_untyped_defs = true
+# disallow_untyped_defs = true
69
no_implicit_optional = true
70
strict_equality = true
71
warn_no_return = true
72
-warn_return_any = true
+# warn_return_any = true
73
warn_unused_ignores = true
74
warn_unreachable = true
0 commit comments