Replies: 1 comment 1 reply
-
I agree this is a bug. The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you use Unpack to define the kwargs of a function (
fn
below) then pyright loses the ability to tell which args are actually required or not after you also usepartial
on that function. I'm not even sure if this a pyright issue or a typeshed issue. In general, things kind of get weird depending on the pyright version when you start using Unpack.Beta Was this translation helpful? Give feedback.
All reactions