Skip to content

Commit 02138b6

Browse files
bump versions for mypy and pylint (#33971)
1 parent 3b5f8b4 commit 02138b6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

eng/tox/tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ commands =
103103
[testenv:next-pylint]
104104
description=Lints a package with pylint (version {[testenv:next-pylint]pylint_version})
105105
basepython = python38
106-
pylint_version=2.15.8
106+
pylint_version=3.0.3
107107
skipsdist = true
108108
skip_install = true
109109
usedevelop = false
@@ -118,7 +118,7 @@ deps =
118118
PyGitHub>=1.59.0
119119
commands =
120120
python -m pip install pylint=={[testenv:next-pylint]pylint_version}
121-
python -m pip install azure-pylint-guidelines-checker==0.2.0 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
121+
python -m pip install azure-pylint-guidelines-checker==0.3.1 --index-url="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/"
122122
python {repository_root}/eng/tox/create_package_and_install.py \
123123
-d {envtmpdir}/dist \
124124
-p {tox_root} \
@@ -167,11 +167,12 @@ commands =
167167
-p {tox_root} \
168168
-w {envtmpdir} \
169169
--package-type sdist
170+
python {repository_root}/eng/tox/create_dependencies_and_install.py -p {tox_root}
170171
python {repository_root}/eng/tox/run_mypy.py -t {tox_root}
171172

172173
[testenv:next-mypy]
173174
description=Typechecks a package with the latest version of mypy
174-
mypy_version=1.6.1
175+
mypy_version=1.8.0
175176
skipsdist = true
176177
skip_install = true
177178
usedevelop = true
@@ -192,6 +193,7 @@ commands =
192193
-p {tox_root} \
193194
-w {envtmpdir} \
194195
--package-type sdist
196+
python {repository_root}/eng/tox/create_dependencies_and_install.py -p {tox_root}
195197
python {repository_root}/eng/tox/run_mypy.py -t {tox_root} --next=True
196198

197199

0 commit comments

Comments
 (0)