You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: