Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Chris-Schnaufer opened this issue Sep 17, 2021 · 0 comments
Open

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

Chris-Schnaufer opened this issue Sep 17, 2021 · 0 comments
Labels
task Something to get done

Comments

@Chris-Schnaufer
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Something to get done
Projects
None yet
Development

No branches or pull requests

1 participant