Skip to content

Distribute type information as PEP 561 describes #22

@fjcuadrado

Description

@fjcuadrado

Help us help you

I'm using tink-py in one of my projects with, what it can be called, a modern development environment that includes Python type annotations and mypy, as the static type checker. As I can see, tink code has type annotations but it doesn't distribute them so mypy could use them (as PEP 561 describes).

What sort of feature would you like to see?

Tink should distribute type information as PEP 561 or as mypy suggests in the following link:

https://mypy.readthedocs.io/en/stable/installed_packages.html

Have you considered any alternative solutions?

I configure mypy to ignore missing import errors from tink module.

Thank you so much.

Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions