File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This table is to clarify the currently pinned version of tools we run in CI and
5
5
6
6
| Tool | Current Version | Next Version | Next Version Merge Date |
7
7
| ------| -----------------| --------------| -------------------------|
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 |
12
12
Sphinx | 8.2.0 | N/A | N/A |
13
13
Black | 24.4.0 | N/A | N/A |
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ deps =
135
135
PyGitHub>=1.59.0
136
136
commands =
137
137
{[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/"
139
139
python {repository_root}/eng/tox/create_package_and_install.py \
140
140
-d {envtmpdir}/dist \
141
141
-p {tox_root} \
You can’t perform that action at this time.
0 commit comments