microsoft / pyright

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

Added support for `bool` expansion to `Literal[True] | Literal[False]… #8677

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…` during pattern matching when using value patterns.

github-actions[bot] commented 1 month ago

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