pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

Apply ruff/pyupgrade rule (UP032) #219

Closed DimitriPapadopoulos closed 5 months ago

DimitriPapadopoulos commented 5 months ago
UP032 Use f-string instead of `format` call

https://docs.astral.sh/ruff/rules/f-string/