(*args: Any, **kwargs: Any)
should be treated as ...
in function definition
#7848
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
spec compliance
The typing spec was just updated to clarify that any function definition ("def" statement) that includes an explicit or implicit
*args: Any, **kwargs: Any
should be treated as the equivalent of...
, a gradual type form. Pyright is not currently compliant with this new rule.The text was updated successfully, but these errors were encountered: