• J
    Use f-strings for simple string formatting · cdcf74fb
    Jon Dufresne 提交于
    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.
    cdcf74fb
venv.py 6.5 KB