mypy icon indicating copy to clipboard operation
mypy copied to clipboard

WIP: Enable Unpack for kwargs

Open franekmagiera opened this issue 2 years ago • 1 comments

This is WIP. Adding tests from PEP 692 - still the last two (added in last two commits) are not passing, trying to figure out how to approach this.

franekmagiera avatar Jul 06 '23 19:07 franekmagiera

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

github-actions[bot] avatar Jul 06 '23 19:07 github-actions[bot]

Thanks for the comments and sorry for a long time to respond!

franekmagiera avatar Aug 14 '23 10:08 franekmagiera

Thanks for the feedback @ilevkivskyi! FYI, I proposed changes to the PEP https://discuss.python.org/t/update-to-pep-692s-specification/32401.

franekmagiera avatar Aug 27 '23 14:08 franekmagiera