-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Add stubs file and type checking #31
Comments
Python type hints was added in latest version (1.3.1), please update your installation. |
About pyright type stub files. I don't use pyright. If you wants extended support for this third-party tool, you can create pull request with these files, located at suitable place into module distribution. |
Okay, I may get around to that. Thanks for adding type hinting though! |
Would you please consider leaving this open until I get to it as a reminder, and as a place to centralize discussion? |
of course yes |
It would be awesome if you added a stubs file (and type hints within the exposed parts of the API) so that static type checkers (e.g.,
pyright
) can properly type check with this library.Given the very minimal exposed API, I bet it would be a very straight-forward job to add them!
Thanks!
The text was updated successfully, but these errors were encountered: