Skip to content

Commit 9b28b5b

Browse files
committed
Update mypy config
1 parent b68325b commit 9b28b5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mypy.ini

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[mypy]
2+
check_untyped_defs = True
23
disallow_subclassing_any = True
34
disallow_untyped_decorators = True
4-
check_untyped_defs = True
5+
no_implicit_optional = True
6+
no_implicit_reexport = True
57
warn_redundant_casts = True
68
warn_return_any = True
7-
warn_unused_ignores = True
89
warn_unused_configs = True
9-
no_implicit_optional = True
10+
warn_unused_ignores = True

0 commit comments

Comments
 (0)