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 4324164 commit cce5a09Copy full SHA for cce5a09
mypy.ini
@@ -25,9 +25,9 @@ disallow_untyped_decorators = True
25
no_implicit_reexport = True
26
no_implicit_optional = True
27
strict_equality = True
28
+disallow_any_generics = True
29
30
# the following options should be enabled one by one, then we will switch to `strict` type checking:
-#disallow_any_generics = True
31
#disallow_untyped_calls = True
32
#disallow_untyped_defs = True
33
#disallow_incomplete_defs = True
0 commit comments