-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Please add type hints #591
Comments
They have types floating around (like in the client) but they are throwing them away when things surface through utility functions and such so mypy happily marches on with implict This should be fixed IMO but I am not interested in doing the work if a PR for this is not wanted. |
A PR is very well welcome. :) The reason for many Now I saw that |
if you are up for a PR here is the typing module of redis-py. Otherwise I can take it. |
Did not test this but here is a basic implementation of the type hints based on the redis-py project:
|
hello @some1ataplace thanks for reminding me about this, I guess we could pin Would you like to contribute and add more typing from |
is available to work on this issue? |
we started adding type hints some time ago in #696 but there is still room for improvement I guess but it will need some refactoring regarding connections |
Add type hints
The text was updated successfully, but these errors were encountered: