beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.57k stars 1.8k forks source link

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

Open Serene-Arc opened 3 weeks ago

Serene-Arc commented 3 weeks ago

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.

RollingStar commented 2 weeks ago

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

bal-e commented 4 days ago

I'll pick this up.