Skip to content

Commit a7021bf

Browse files
Apply repo-review rule MY103
MY103: MyPy warn unreachable Must have `warn_unreachable` (true/false) to pass this check.
1 parent b5fdcee commit a7021bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ exclude_lines = [
7474
[tool.mypy]
7575
files = "src,tools"
7676
strict = true
77+
warn_unreachable = true
7778
enable_error_code = [
7879
"ignore-without-code",
7980
"redundant-expr",

0 commit comments

Comments
 (0)