Skip to content

Commit fdcf812

Browse files
authored
pylint bug fix bump (Azure#40554)
* bump * doc
1 parent 458e698 commit fdcf812

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/analyze_check_versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This table is to clarify the currently pinned version of tools we run in CI and
66
| Tool | Current Version | Next Version | Next Version Merge Date |
77
|------|-----------------|--------------|-------------------------|
88
Pylint | 3.2.7 | 3.2.7 | 2025-07-21 |
9-
Pylint Guidelines Checker | 0.5.3 | 0.5.3 | 2025-07-21 |
9+
Pylint Guidelines Checker | 0.5.4 | 0.5.4 | 2025-07-21 |
1010
MyPy | 1.14.1 | 1.14.1 | 2025-07-21 |
1111
Pyright | 1.1.391 | 1.1.391 | 2025-07-21 |
1212
Sphinx | 8.2.0 | N/A | N/A |

eng/tox/tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ deps =
9292
-rdev_requirements.txt
9393
commands =
9494
python -m pip install pylint=={[testenv:pylint]pylint_version}
95-
python -m pip install azure-pylint-guidelines-checker==0.5.3 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
95+
python -m pip install azure-pylint-guidelines-checker==0.5.4 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
9696
python {repository_root}/eng/tox/create_package_and_install.py \
9797
-d {envtmpdir}/dist \
9898
-p {tox_root} \
@@ -117,7 +117,7 @@ deps =
117117
PyGitHub>=1.59.0
118118
commands =
119119
python -m pip install pylint=={[testenv:next-pylint]pylint_version}
120-
python -m pip install azure-pylint-guidelines-checker==0.5.3 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
120+
python -m pip install azure-pylint-guidelines-checker==0.5.4 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
121121
python {repository_root}/eng/tox/create_package_and_install.py \
122122
-d {envtmpdir}/dist \
123123
-p {tox_root} \

0 commit comments

Comments
 (0)