AgPipeline / issues-and-projects

Repository for issues and projects
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Enable pylint 'consider-using-f-string' warning #558

Open Chris-Schnaufer opened 2 years ago

Chris-Schnaufer commented 2 years ago

Task to do Remove the disabling of consider-using-f-string message from Organization/pylint.rc file. Run pylint with message enabled over all repositories and resolve the messages

Reason The message is for the preferred way of writing Python code. However, old code doesn't follow the now-preferred method.

Due to the scope of the changes, this message was disabled. This task is to re-enable to message.

Result Pylint succeeds without this message being disabled in the pylint.rc file - there may be instances in the code where this message needs to be specifically disabled