File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ commands =
7777
7878[testenv:pylint]
7979description =Lints a package with pylint (version {[testenv:pylint]pylint_version})
80- pylint_version =3.0.3
80+ pylint_version =3.1.0
8181skipsdist = true
8282skip_install = true
8383usedevelop = false
9191 -rdev_requirements.txt
9292commands =
9393 python -m pip install pylint =={[testenv:pylint]pylint_version}
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/"
94+ python -m pip install azure-pylint-guidelines-checker ==0.4 .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]
147147description =Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
148- mypy_version =1.8 .0
148+ mypy_version =1.9 .0
149149skipsdist = true
150150skip_install = true
151151usedevelop = true
@@ -197,7 +197,7 @@ commands =
197197
198198[testenv:pyright]
199199description =Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
200- pyright_version =1.1.350
200+ pyright_version =1.1.359
201201skipsdist = true
202202skip_install = true
203203usedevelop = true
You can’t perform that action at this time.
0 commit comments