beets icon indicating copy to clipboard operation
beets copied to clipboard

Update to use f-strings instead of `.format` now that Python 3.8 is supported

Open Serene-Arc opened this issue 1 year ago • 2 comments

As stated in #5283 f-strings are now supported. These should be upgraded through the modules now that Python 3.8 is our minimum supported version. Probably needs to be done by hand to keep it understandable; not every instance should be changed.

Serene-Arc avatar Jun 09 '24 04:06 Serene-Arc

More info: https://www.geeksforgeeks.org/formatted-string-literals-f-strings-python/

RollingStar avatar Jun 15 '24 02:06 RollingStar

I'll pick this up.

bal-e avatar Jun 26 '24 15:06 bal-e