Skip to content

Create a mypy plugin for ProxyStore #544

@gpauloski

Description

@gpauloski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew features or improvements to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions