-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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.