IMHO this tool should be able to convert the strings like 'Hello {}'.format(world) to fstrings too.
'Hello {}'.format(world)
I totally agree. I just started with the % style formatting.
%
or from % to .format too :)
.format
fwiw, pyupgrade does this ;)