зеркало из
1
0
Форкнуть 0

update next-typecheck and table (#38567)

This commit is contained in:
Krista Pratico 2024-11-20 10:02:34 -08:00 коммит произвёл GitHub
Родитель e913742714
Коммит 9b4199fac9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -6,7 +6,7 @@ This table is to clarify the currently pinned version of tools we run in CI and
| Tool | Current Version | Next Version | Next Version Merge Date |
|------|-----------------|--------------|-------------------------|
Pylint | 3.2.5 | 3.2.7 | 2025-01-13 |
MyPy | 1.10.1 | TBD | 2025-01-13 |
Pyright | 1.1.371 | TBD | 2025-01-13 |
MyPy | 1.10.1 | 1.13.0 | 2025-01-13 |
Pyright | 1.1.371 | 1.1.389 | 2025-01-13 |
Sphinx | 7.3.7 | N/A | N/A |
Black | 24.4.0 | N/A | N/A |

Просмотреть файл

@ -170,7 +170,7 @@ commands =
[testenv:next-mypy]
description=Typechecks a package with the latest version of mypy
mypy_version=1.10.1
mypy_version=1.13.0
skipsdist = true
skip_install = true
usedevelop = true
@ -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.371
pyright_version=1.1.389
skipsdist = true
skip_install = true
usedevelop = true