Skip to content

Refactor/unify stub discovery #5241

Refactor/unify stub discovery

Refactor/unify stub discovery #5241

Triggered via pull request July 16, 2026 11:12
Status Failure
Total duration 26s
Artifacts

meta_tests.yml

on: pull_request
Stubsabot dry run
22s
Stubsabot dry run
Matrix: Check scripts and tests with mypy
Matrix: Check scripts and tests with pyright
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check scripts and tests with pyright (Windows): tests/mypy_test.py#L241
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
Check scripts and tests with pyright (Windows): tests/mypy_test.py#L240
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Check scripts and tests with pyright (Windows): lib/ts_utils/stubs.py#L45
"module_parts" incorrectly overrides property of same name in class "StubFile" (reportIncompatibleMethodOverride)
Check scripts and tests with pyright (Windows): lib/ts_utils/stubs.py#L31
"module_parts" incorrectly overrides property of same name in class "StubFile" (reportIncompatibleMethodOverride)
Check scripts and tests with pyright (Linux): tests/mypy_test.py#L241
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
Check scripts and tests with pyright (Linux): tests/mypy_test.py#L240
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Check scripts and tests with pyright (Linux): lib/ts_utils/stubs.py#L45
"module_parts" incorrectly overrides property of same name in class "StubFile" (reportIncompatibleMethodOverride)
Check scripts and tests with pyright (Linux): lib/ts_utils/stubs.py#L31
"module_parts" incorrectly overrides property of same name in class "StubFile" (reportIncompatibleMethodOverride)