Refactor/unify stub discovery #5241
meta_tests.yml
on: pull_request
Stubsabot dry run
22s
Matrix: Check scripts and tests with mypy
Matrix: Check scripts and tests with pyright
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)
|