Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR pins the pylint version to 3.3.8 to address a compatibility or stability issue tracked in ENT-11087. The change adds a version constraint to prevent automatic upgrades to potentially problematic newer versions of pylint.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| # This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved. | ||
| pip<24.3 | ||
|
|
||
| # https://2u-internal.atlassian.net/browse/ENT-11087 |
There was a problem hiding this comment.
The comment should explain why pylint is being pinned (e.g., what issue it addresses) and under what conditions it can be unpinned, similar to the pip constraint above. Consider adding details about the specific problem with newer versions and the resolution criteria.
Suggested change
| # https://2u-internal.atlassian.net/browse/ENT-11087 | |
| # https://2u-internal.atlassian.net/browse/ENT-11087 | |
| # Pinning pylint to 3.3.8 due to issues with newer versions causing false positives and breaking CI linting checks. | |
| # This can be unpinned once the issues described in ENT-11087 are resolved, and pylint >=3.4 is verified to work with our codebase. |
…ts-bdbc24c chore: Upgrade Python requirements
mahamakifdar19
approved these changes
Oct 22, 2025
jajjibhai008
approved these changes
Oct 22, 2025
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.
No description provided.