Skip to content

Commit

Permalink
vnext typing update (#36509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico committed Jul 18, 2024
1 parent 516f66d commit b013885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/tox/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ commands =

[testenv:next-mypy]
description=Typechecks a package with the latest version of mypy
mypy_version=1.9.0
mypy_version=1.10.1
skipsdist = true
skip_install = true
usedevelop = true
Expand Down Expand Up @@ -219,7 +219,7 @@ commands =

[testenv:next-pyright]
description=Typechecks a package with the latest version of static type-checker pyright
pyright_version=1.1.359
pyright_version=1.1.371
skipsdist = true
skip_install = true
usedevelop = true
Expand Down

0 comments on commit b013885

Please sign in to comment.