-
Notifications
You must be signed in to change notification settings - Fork 17
Create a mypy plugin for ProxyStore #544
Copy link
Copy link
Closed
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality
Description
Mypy currently can't infer that attribute access on a Proxy[T] is equivalent to the same attribute access on T resulting in most operations on a proxy resulting in Any or not having parameter types verified.
We can solve this by providing a mypy plugin that users can enabled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew features or improvements to existing functionalityNew features or improvements to existing functionality