microsoft / pyright

Static Type Checker for Python
Other
13.12k stars 1.4k forks source link

Added unreachable code reporting for case statements that are never m… #8788

Closed erictraut closed 3 weeks ago

erictraut commented 3 weeks ago

…atched based on type analysis.

github-actions[bot] commented 3 weeks ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅