fstringify icon indicating copy to clipboard operation
fstringify copied to clipboard

Convert the format() too

Open jbagot opened this issue 7 years ago • 3 comments

IMHO this tool should be able to convert the strings like 'Hello {}'.format(world) to fstrings too.

jbagot avatar Jan 25 '19 16:01 jbagot

I totally agree. I just started with the % style formatting.

jacktasia avatar Jan 25 '19 17:01 jacktasia

or from % to .format too :)

KelSolaar avatar Apr 02 '19 07:04 KelSolaar

fwiw, pyupgrade does this ;)

asottile avatar Jul 05 '19 01:07 asottile