File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This table is to clarify the currently pinned version of tools we run in CI and
6
6
| Tool | Current Version | Next Version | Next Version Merge Date |
7
7
| ------| -----------------| --------------| -------------------------|
8
8
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 |
10
10
MyPy | 1.14.1 | 1.14.1 | 2025-07-21 |
11
11
Pyright | 1.1.391 | 1.1.391 | 2025-07-21 |
12
12
Sphinx | 8.2.0 | N/A | N/A |
Original file line number Diff line number Diff line change 92
92
-rdev_requirements.txt
93
93
commands =
94
94
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/"
96
96
python {repository_root}/eng/tox/create_package_and_install.py \
97
97
-d {envtmpdir}/dist \
98
98
-p {tox_root} \
@@ -117,7 +117,7 @@ deps =
117
117
PyGitHub>=1.59.0
118
118
commands =
119
119
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/"
121
121
python {repository_root}/eng/tox/create_package_and_install.py \
122
122
-d {envtmpdir}/dist \
123
123
-p {tox_root} \
You can’t perform that action at this time.
0 commit comments