libvips / pyvips

python binding for libvips using cffi
MIT License
649 stars 50 forks source link

Replace all %-substitution and .format() calls with f-strings #506

Closed kleisauke closed 2 months ago

kleisauke commented 2 months ago

Eliminate all old-style string replacement (% substitutions) and explicit .format() calls, in favor of equivalent f-strings.

jcupitt commented 2 months ago

Ahhhh so much nicer.