Skip to content

Commit 2303881

Browse files
bump to vnext + black update to latest (#35205)
1 parent 9f5b369 commit 2303881

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

eng/tox/tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ commands =
7777

7878
[testenv:pylint]
7979
description=Lints a package with pylint (version {[testenv:pylint]pylint_version})
80-
pylint_version=2.15.8
80+
pylint_version=3.0.3
8181
skipsdist = true
8282
skip_install = true
8383
usedevelop = false
@@ -91,7 +91,7 @@ deps =
9191
-rdev_requirements.txt
9292
commands =
9393
python -m pip install pylint=={[testenv:pylint]pylint_version}
94-
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/"
94+
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/"
9595
python {repository_root}/eng/tox/create_package_and_install.py \
9696
-d {envtmpdir}/dist \
9797
-p {tox_root} \
@@ -145,7 +145,7 @@ commands =
145145

146146
[testenv:mypy]
147147
description=Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
148-
mypy_version=1.6.1
148+
mypy_version=1.8.0
149149
skipsdist = true
150150
skip_install = true
151151
usedevelop = true
@@ -197,7 +197,7 @@ commands =
197197

198198
[testenv:pyright]
199199
description=Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
200-
pyright_version=1.1.333
200+
pyright_version=1.1.350
201201
skipsdist = true
202202
skip_install = true
203203
usedevelop = true
@@ -565,7 +565,7 @@ commands =
565565
description=Runs the code formatter black
566566
skip_install=true
567567
deps=
568-
black==22.3.0
568+
black==24.4.0
569569
commands=
570570
black --config {repository_root}/eng/black-pyproject.toml {posargs}
571571

0 commit comments

Comments
 (0)