Skip to content

Commit 87e0d66

Browse files
committed
1 parent 8d2dc25 commit 87e0d66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ disallow_any_generics = True
33
disallow_incomplete_defs = True
44
disallow_subclassing_any = True
55
disallow_untyped_calls = True
6+
disallow_untyped_decorators = True
67
disallow_untyped_defs = True
78
ignore_missing_imports = True
89
no_implicit_optional = True

0 commit comments

Comments
 (0)