microsoft / pyright

Static Type Checker for Python
Other
12.7k stars 1.35k forks source link

Fixed bug that results in a false negative when passing an extra keyw… #8299

Closed erictraut closed 2 weeks ago

erictraut commented 2 weeks ago

…ord argument to a callable that is parameterized with a ParamSpec. This addresses #8294.

github-actions[bot] commented 2 weeks ago

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