-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix the pip/_internal/distributions
annotations
#10074
Fix the pip/_internal/distributions
annotations
#10074
Conversation
This job started with my PR pypa#10004. When I started to replace the type commentaries into proper annotations. For this pull request, I'll take `pip/_internal/distributions`.
It is the respective news file for my pull request.
Convert type commentaries into proper annotations.
It was too long.
Fix the annotation length.
Fix an annotation like the black tests told me.
Convert type hint commentaries into proper annotations.
Specifying, fix the annotation length.
They used to be type commentaries.
They used to be type hint commentaries.
Check the previous review for that.
Fix the annotations length.
Sorry, I made a really simple mistake with the annotations.
Fix the annotation length.
What do you think, @pypa committers, about this PR? |
Don’t tag pypa, that list contains a lot more people not related to pip. I’ll find some time to take a look at the changes sometime later this week. |
Oops. Sorry 🤦♂️. I'll take that in count for future comments 😄. |
Note: If you are landing here because of the pypa mention, I would like to apologize. You can ignore this, and even unsubscribe. |
Can an authorized pip commiter review my pull request? |
If you want, you can merge this pull request, after @uranusjr approved the changes. |
Hello, can somebody check this pull request to be merged? |
This job started with my PR #10004. When I started to replace the type commentaries into proper annotations. For this pull request, I'll take
pip/_internal/distributions
.