Use f-strings in places that pylint recommends
New versions of pylint flag places where we can use Python f-strings instead of the legacy string formatting options.
We currently have pylint's check for this disabled because of our legacy code that uses the old formatting style, but we should replace those instances with modern f-strings and delete the suppression in .pylintrc.
Hello, can I be assigned to this?
Sure, that would be great!
This depends on #993, which is not yet merged into master, but you can fork from the pylint-2.14.2 branch and make these fixes.
@ezinneanne - #993 is now merged, so you don't have to do anything special with branch forking. You can open a regular PR against the master branch.
Hey, @mtlynch: I see that this issue is assigned, but it has been a while and it seems there is no progress on it (ex: ezinneanne has not even forked the repository). Can I get this assigned to me/work on this?
Sure, @jmunoz94 - assigned.