Skip to content

Commit 1cd0de0

Browse files
bluetechKriechi
authored andcommitted
Set mypy disallow_untyped_decorators, disallow_any_decorated
Seems there are no more issues with these.
1 parent 1c79446 commit 1cd0de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ order_by_type=False
2929

3030
[mypy]
3131
check_untyped_defs = True
32-
# disallow_any_decorated = True
32+
disallow_any_decorated = True
3333
disallow_any_explicit = True
3434
# disallow_any_expr = True
3535
disallow_any_generics = True
3636
# disallow_any_unimported = True
3737
disallow_incomplete_defs = True
3838
disallow_subclassing_any = True
3939
disallow_untyped_calls = True
40-
# disallow_untyped_decorators = True
40+
disallow_untyped_decorators = True
4141
disallow_untyped_defs = True
4242
implicit_reexport = False
4343
no_implicit_optional = True

0 commit comments

Comments
 (0)