joblib
joblib copied to clipboard
adding type hints
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.
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 However, it was only confirmed on pyright (pylance to be exact).