From c2fc0680eb166e4ce9ff24b2108960479998b7af Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Wed, 7 May 2025 19:14:26 -0700 Subject: [PATCH] enable warn_unreachable = True for `mypyc` and all other files as well --- mypy_self_check.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/mypy_self_check.ini b/mypy_self_check.ini index 816e6321c06f..59e097411e81 100644 --- a/mypy_self_check.ini +++ b/mypy_self_check.ini @@ -13,7 +13,4 @@ exclude = mypy/typeshed/|mypyc/test-data/|mypyc/lib-rt/ enable_error_code = ignore-without-code,redundant-expr enable_incomplete_feature = PreciseTupleTypes show_error_code_links = True - -[mypy-mypy.*] -# TODO: enable for `mypyc` and other files as well warn_unreachable = True