Skip to content

Commit

Permalink
next checks version bump (#36400)
Browse files Browse the repository at this point in the history
* evaluate next checks bump on core build

* trigger core

* add back whitespace used to trigger the core build
  • Loading branch information
kristapratico committed Jul 16, 2024
1 parent 9e73466 commit 6c3c7b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/tox/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ commands =

[testenv:pylint]
description=Lints a package with pylint (version {[testenv:pylint]pylint_version})
pylint_version=3.0.3
pylint_version=3.1.0
skipsdist = true
skip_install = true
usedevelop = false
Expand All @@ -91,7 +91,7 @@ deps =
-rdev_requirements.txt
commands =
python -m pip install pylint=={[testenv:pylint]pylint_version}
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/"
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/"
python {repository_root}/eng/tox/create_package_and_install.py \
-d {envtmpdir}/dist \
-p {tox_root} \
Expand Down Expand Up @@ -145,7 +145,7 @@ commands =

[testenv:mypy]
description=Typechecks a package with mypy (version {[testenv:mypy]mypy_version})
mypy_version=1.8.0
mypy_version=1.9.0
skipsdist = true
skip_install = true
usedevelop = true
Expand Down Expand Up @@ -197,7 +197,7 @@ commands =

[testenv:pyright]
description=Typechecks a package with pyright (version {[testenv:pyright]pyright_version})
pyright_version=1.1.350
pyright_version=1.1.359
skipsdist = true
skip_install = true
usedevelop = true
Expand Down

0 comments on commit 6c3c7b1

Please sign in to comment.