Open
Conversation
This reverts commit ec225c9.
This was referenced Apr 14, 2026
test_pylintrc: disable attribute-defined-outside-init, unused-variable, too-many-public-methods, bare-except, import-error samples_pylintrc: disable unused-variable, import-error, no-name-in-module, name-too-long, unused-argument
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s pinned static analysis tool versions by promoting the previously “next-*” versions to the default CI/tooling pins, and adjusts supporting configs/docs accordingly.
Changes:
- Bump pinned versions for pylint, mypy, and pyright in tox + azpysdk helpers.
- Extend test/sample pylint rcfiles with additional disables to reduce noise under newer pylint.
- Update APIView requirements and the tool-version tracking doc.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| eng/tox/tox.ini | Promotes updated pylint/mypy/pyright pinned versions used by tox environments. |
| eng/tools/azure-sdk-tools/azpysdk/pylint.py | Aligns azpysdk’s pylint pin with tox. |
| eng/tools/azure-sdk-tools/azpysdk/mypy.py | Aligns azpysdk’s mypy pin with tox. |
| eng/tools/azure-sdk-tools/azpysdk/pyright.py | Aligns azpysdk’s pyright pin with tox. |
| eng/test_pylintrc | Adds additional disables for test linting under newer pylint. |
| eng/samples_pylintrc | Adds additional disables for sample linting under newer pylint. |
| eng/apiview_reqs.txt | Updates astroid/pylint pins used by APIView tooling. |
| doc/analyze_check_versions.md | Updates the “current” tool versions and merge date tracking. |
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.
Note: Can't switch over tests/sample checking until test/sample checking works on auto-generated TypeSpec samples and test, going to restrict to just pylint version + waiting to merge since releases got blocked this week by slow pipelines