Skip to content

Update all % and .format() string formatting to use f strings

Aidan Richard Wiederhold requested to merge aiwieder/string_formatting into master

Dedicated MR to stop Pylint from complaining about the style of string formatting that is used.

Merge request reports