-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Complete type annotations in "pip._internal.operations.{check,freeze}" and "pip._internal.utils.subprocess" #8322
Conversation
748a098
to
28cd824
Compare
The review comments have been addressed, and this should be good for further reviews and/or approval/merge. |
a847dda
to
161ce80
Compare
Hi @pradyunsg I believe this PR is ready for final set of reviews and then an approval/merge. |
161ce80
to
36af6f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for freeze.py, a minor comment on subprocess.py.
I need a few more brain cycles than I have available right now for check.py.
4d55a57
to
ecbe065
Compare
That's absolutely fine. Please feel free to review |
ac196cd
to
1da909e
Compare
1da909e
to
8fc3fee
Compare
Thanks for the approval @sbidoul . May I get it merged as well? |
8fc3fee
to
245bcd0
Compare
Towards #4748
Added type annotations to
pip._internal.operations.check
,pip._internal.operations.freeze
andpip._internal.utils.subprocess