-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore: Update pylint to 2.17.7 #25566
Conversation
@villebro @john-bodley @michael-s-molina Merge it? |
@@ -75,7 +75,6 @@ enable= | |||
# --disable=W" | |||
disable= | |||
cyclic-import, # re-enable once this no longer raises false positives | |||
no-member, # re-enable once this no longer raises false positives. This will become redundant after the min required version is 3.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EugeneTorap personally I think it is preferable to keep this disables inline. We use the useless-suppression
check so when we upgrade to Python 3.11 as a minimum the check will fire. It seems like an cleaner/safer cleanup mechanism that leaving notes in the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@john-bodley Please, check this #24803 PR. We added this line there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies @EugeneTorap. I misread this as an addition as opposed to a removal.
SUMMARY
Bump pylint to 2.17.7 in order to fix the next false positive pylint issue for Enum
pylint-dev/pylint#8897 was resolved (created by @mdeshmu)
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION