1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tools
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
..
automation Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
requirements Switch documentation theme to Furo 2020-11-12 07:29:19 +05:30
travis Use --durations instead of --duration for pytest 2020-08-16 14:20:37 +07:00
tox_pip.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00