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 1c79446 commit 1cd0de0Copy full SHA for 1cd0de0
setup.cfg
@@ -29,15 +29,15 @@ order_by_type=False
29
30
[mypy]
31
check_untyped_defs = True
32
-# disallow_any_decorated = True
+disallow_any_decorated = True
33
disallow_any_explicit = True
34
# disallow_any_expr = True
35
disallow_any_generics = True
36
# disallow_any_unimported = True
37
disallow_incomplete_defs = True
38
disallow_subclassing_any = True
39
disallow_untyped_calls = True
40
-# disallow_untyped_decorators = True
+disallow_untyped_decorators = True
41
disallow_untyped_defs = True
42
implicit_reexport = False
43
no_implicit_optional = True
0 commit comments