File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This table is to clarify the currently pinned version of tools we run in CI and
55
66| Tool | Current Version | Next Version | Next Version Merge Date |
77| ------| -----------------| --------------| -------------------------|
8- Pylint | 3.2.7 | 3.2.7 | 2025-10-13 |
9- Pylint Guidelines Checker | 0.5.6 | 0.5.7 | 2025-10-13 |
10- MyPy | 1.14.1 | 1.14 .1 | 2025-10-13 |
11- Pyright | 1.1.391 | 1.1.391 | 2025-10-13 |
8+ Pylint | 3.2.7 | 3.2.7 | 2026-01-12 |
9+ Pylint Guidelines Checker | 0.5.6 | 0.5.7 | 2026-01-12 |
10+ MyPy | 1.14.1 | 1.18 .1 | 2026-01-12 |
11+ Pyright | 1.1.391 | 1.1.405 | 2026-01-12 |
1212Sphinx | 8.2.0 | N/A | N/A |
1313Black | 24.4.0 | N/A | N/A |
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ commands =
190190
191191[testenv:next-mypy]
192192description =Typechecks a package with the latest version of mypy
193- mypy_version =1.14 .1
193+ mypy_version =1.18 .1
194194skipsdist = true
195195skip_install = true
196196usedevelop = true
@@ -239,7 +239,7 @@ commands =
239239
240240[testenv:next-pyright]
241241description =Typechecks a package with the latest version of static type-checker pyright
242- pyright_version =1.1.391
242+ pyright_version =1.1.405
243243skipsdist = true
244244skip_install = true
245245usedevelop = true
You can’t perform that action at this time.
0 commit comments