virt-lightning / virt-lightning

Starts your VM on libvirt in a couple of seconds!
185 stars 43 forks source link

ruff: use f-string to format the fetch progress bar #292

Closed goneri closed 2 months ago

goneri commented 2 months ago

This to address the following ruff error:

virt_lightning/shell.py:105:12: UP032 [*] Use f-string instead of `format` call

and a problem with up-to-date black.