summaryrefslogtreecommitdiff
path: root/src/pip/_internal/cli/main.py
Commit message (Expand)AuthorAgeFilesLines
* Suppress pkg_resources deprecation warningPaul Moore2023-04-251-0/+9
* Convert type hint comments into annotationsDiego Ramirez2021-06-071-2/+1
* Blacken src/pip/_internal/cli directoryJon Dufresne2021-02-211-1/+2
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-4/+1
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Use f-strings for simple string formattingJon Dufresne2020-12-251-1/+1
* Remove __future__ importsJon Dufresne2020-12-241-2/+0
* string_formattingDeepak Sharma2020-01-301-1/+1
* Move pip._internal.main to cli submoduleChris Hunt2019-12-181-0/+75