Skip to content

Commit 168683d

Browse files
get rid of warn_unreachable in mypy_self_check.ini, as it is now redundant
1 parent 3a052f8 commit 168683d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mypy_self_check.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ 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
19-
warn_unreachable = True

0 commit comments

Comments
 (0)