1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

4 commits

Author SHA1 Message Date
Jon Dufresne
34a3838b73 Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
Pradyun Gedam
ebb80861ee
Blacken tests/lib 2021-04-02 11:59:57 +01:00
Jon Dufresne
cdcf74fb8e Use f-strings for simple string formatting
Use pyupgrade to convert simple string formatting to use f-string
syntax. pyupgrade is intentionally timid and will not create an f-string
if it would make the expression longer or if the substitution parameters
are anything but simple names or dotted names.
2020-12-25 16:21:20 -08:00
Tzu-ping Chung
367e6617bd Move yanked message unit tests to use resolver 2020-04-25 03:53:53 +08:00