File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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 =2.15.8
80
+ pylint_version =3.0.3
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.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/"
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.6.1
148
+ mypy_version =1.8.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.333
200
+ pyright_version =1.1.350
201
201
skipsdist = true
202
202
skip_install = true
203
203
usedevelop = true
@@ -565,7 +565,7 @@ commands =
565
565
description =Runs the code formatter black
566
566
skip_install =true
567
567
deps =
568
- black ==22.3 .0
568
+ black ==24.4 .0
569
569
commands =
570
570
black --config {repository_root}/eng/black-pyproject.toml {posargs}
571
571
You can’t perform that action at this time.
0 commit comments