Skip to content

Commit 57734a3

Browse files
Copilotl0lawrence
andauthored
Update pylint versions: 3.2.7 → 3.3.6 and next-pylint 3.3.6 → 3.3.7 (#42037)
* Initial plan * Update pylint versions: 3.2.7 → 3.3.6 and next-pylint 3.3.6 → 3.3.7 Co-authored-by: l0lawrence <[email protected]> * Update azure-pylint-guidelines-checker version: 0.5.6 → 0.5.7 and revert pylint version changes Co-authored-by: l0lawrence <[email protected]> * Revert documentation link update as requested Co-authored-by: l0lawrence <[email protected]> * Update azure-pylint-guidelines-checker version in analyze_check_versions.md: 0.5.6 → 0.5.7 Co-authored-by: l0lawrence <[email protected]> * Update next version merge dates to October 13th, 2025 Co-authored-by: l0lawrence <[email protected]> * Revert azure-pylint-guidelines-checker version back to 0.5.6 Co-authored-by: l0lawrence <[email protected]> * Update doc/analyze_check_versions.md * Update next-pylint to use azure-pylint-guidelines-checker version 0.5.7 Co-authored-by: l0lawrence <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: l0lawrence <[email protected]> Co-authored-by: Libba Lawrence <[email protected]>
1 parent 356735f commit 57734a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/analyze_check_versions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This table is to clarify the currently pinned version of tools we run in CI and
55

66
| Tool | Current Version | Next Version | Next Version Merge Date |
77
|------|-----------------|--------------|-------------------------|
8-
Pylint | 3.2.7 | 3.2.7 | 2025-07-21 |
9-
Pylint Guidelines Checker | 0.5.6 | 0.5.6 | 2025-07-21 |
10-
MyPy | 1.14.1 | 1.14.1 | 2025-07-21 |
11-
Pyright | 1.1.391 | 1.1.391 | 2025-07-21 |
8+
Pylint | 3.2.7 | 3.2.7 | 2025-10-13 |
9+
Pylint Guidelines Checker | 0.5.6 | 0.5.7 | 2025-10-13 |
10+
MyPy | 1.14.1 | 1.14.1 | 2025-10-13 |
11+
Pyright | 1.1.391 | 1.1.391 | 2025-10-13 |
1212
Sphinx | 8.2.0 | N/A | N/A |
1313
Black | 24.4.0 | N/A | N/A |

eng/tox/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ deps =
135135
PyGitHub>=1.59.0
136136
commands =
137137
{[tox]pip_command} install pylint=={[testenv:next-pylint]pylint_version}
138-
{[tox]pip_command} install azure-pylint-guidelines-checker==0.5.6 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
138+
{[tox]pip_command} install azure-pylint-guidelines-checker==0.5.7 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
139139
python {repository_root}/eng/tox/create_package_and_install.py \
140140
-d {envtmpdir}/dist \
141141
-p {tox_root} \

0 commit comments

Comments
 (0)