Closed d4nuu8 closed 1 year ago
@bgermann As requested on the mailing list.
I still need to check the problems you are having building a initvm with this applied.
Changes since last version:
elbepack/commands/init.py
elbepack/repodir.py
@bgermann initvm creation and build are working now.
@bgermann May I ask for any feedback here?
This will take time because I have to manually verify this manual approach.
Integrated. Thanks for the contribution!
This series of patches replaces all "old-school" string formatting by f-strings.
This "fixes" all (668) pylint messages "consider-using-f-string / C0209".
See https://pylint.pycqa.org/en/latest/user_guide/messages/convention/consider-using-f-string.html
This improves pylint's rating from 8.73 to 9.28 out of 10.