-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add type annotations #14
Comments
A PR will appear in some time. |
This change would contribute to jaraco/skeleton#98. |
jaraco
added a commit
that referenced
this issue
Dec 9, 2023
In 0e57eb4, I've done the rename and type declaration. I'll leave it to you to implement the stubs. |
Thanks! I've just opened the project locally and I can see that the stub is mostly done. This should be quick! |
With Python 3.8 as the minimal supported version, I doubt a stub is needed. Inline types are fine. |
jaraco
changed the title
Make
Add type annotations
Jul 27, 2024
jaraco.collections
a package and add a stub file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jaraco/collections.py
→jaraco/collections/__init__.py
+jaraco/collections/__init__.pyi
+jaraco/collections/py.typed
Similarly as in this pull request, having in mind all the caveats encountered that time.
The text was updated successfully, but these errors were encountered: