microsoft / pyright

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

Enhanced argument-to-parameter matching logic to support dictionary u… #8724

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…npacking where the dict key type is a union of literals. This addresses #8671.

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. ✅