-
Notifications
You must be signed in to change notification settings - Fork 423
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
adding type hints #1516
Comments
Isn't this a duplicate of #1176? |
This issue is about adding type hints for the entire joblib API while #1176 is only for a couple of functions. |
+1 on this issue |
error: Skipping analyzing "joblib": module is installed, but missing library stubs or py.typed marker [import-untyped] |
First, I created it. https://github.com/phi-friday/joblib-stubs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to have type hints to the code to be able to leverage the types in other projects that use joblib and mypy.
The text was updated successfully, but these errors were encountered: