Skip to content

Commit 8d2dc25

Browse files
committed
1 parent 691455b commit 8d2dc25

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
@@ -2,6 +2,7 @@
22
disallow_any_generics = True
33
disallow_incomplete_defs = True
44
disallow_subclassing_any = True
5+
disallow_untyped_calls = True
56
disallow_untyped_defs = True
67
ignore_missing_imports = True
78
no_implicit_optional = True

0 commit comments

Comments
 (0)