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 =
77
77
78
78
[testenv:pylint]
79
79
description =Lints a package with pylint (version {[testenv:pylint]pylint_version})
80
- pylint_version =3.0.3
80
+ pylint_version =3.1.0
81
81
skipsdist = true
82
82
skip_install = true
83
83
usedevelop = false
91
91
-rdev_requirements.txt
92
92
commands =
93
93
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/"
95
95
python {repository_root}/eng/tox/create_package_and_install.py \
96
96
-d {envtmpdir}/dist \
97
97
-p {tox_root} \
@@ -145,7 +145,7 @@ commands =
145
145
146
146
[testenv:mypy]
147
147
description =Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
148
- mypy_version =1.8 .0
148
+ mypy_version =1.9 .0
149
149
skipsdist = true
150
150
skip_install = true
151
151
usedevelop = true
@@ -197,7 +197,7 @@ commands =
197
197
198
198
[testenv:pyright]
199
199
description =Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
200
- pyright_version =1.1.350
200
+ pyright_version =1.1.359
201
201
skipsdist = true
202
202
skip_install = true
203
203
usedevelop = true
You can’t perform that action at this time.
0 commit comments