Closed
Conversation
In preparation for migrating it to python3.11.
sergiitk
commented
Jul 11, 2025
| locally-disabled, | ||
| # NOTE(nathaniel): What even is this? *Enabling* an inspection results | ||
| # in a warning? How does that encourage more analysis and coverage? | ||
| locally-enabled, |
Member
Author
There was a problem hiding this comment.
@asheshvidyut Removed a few of previously disabled checks because they were dropped by pylint itself.
sergiitk
commented
Jul 11, 2025
| @@ -1,4 +1,9 @@ | |||
| [MASTER] | |||
| [MAIN] | |||
| load-plugins= | |||
Member
Author
There was a problem hiding this comment.
@asheshvidyut and this was needed because some checks were moved to plugins.
yashykt
approved these changes
Jul 14, 2025
Member
Author
|
Fixes #23394. |
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 23, 2025
In preparation for migrating it from python3.7 to python3.11. Pylint version had to be upgraded because pylint==2.2.2 doesn't support python 3.11. The image will be updated separately to remove compiling python3.7 from source in grpc#40139. Pylint v2.17.7 docs: https://pylint.readthedocs.io/en/v2.17.7 Closes grpc#40169 PiperOrigin-RevId: 783026287
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In preparation for migrating it from python3.7 to python3.11.
Pylint version had to be upgraded because pylint==2.2.2 doesn't support python 3.11.
The image will be updated separately to remove compiling python3.7 from source in #40139.
Pylint v2.17.7 docs: https://pylint.readthedocs.io/en/v2.17.7