Skip to content

Commit c2fc068

Browse files
enable warn_unreachable = True for mypyc and all other files as well
1 parent 79ff4ff commit c2fc068

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypy_self_check.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ exclude = mypy/typeshed/|mypyc/test-data/|mypyc/lib-rt/
1313
enable_error_code = ignore-without-code,redundant-expr
1414
enable_incomplete_feature = PreciseTupleTypes
1515
show_error_code_links = True
16-
17-
[mypy-mypy.*]
18-
# TODO: enable for `mypyc` and other files as well
1916
warn_unreachable = True

0 commit comments

Comments
 (0)