Skip to content

mypy_test: Exclude sub-modules not in current Py version #1843

mypy_test: Exclude sub-modules not in current Py version

mypy_test: Exclude sub-modules not in current Py version #1843

Triggered via pull request July 16, 2024 10:53
Status Failure
Total duration 3m 23s
Artifacts

meta_tests.yml

on: pull_request
Stubsabot dry run
13s
Stubsabot dry run
Matrix: Run mypy against the scripts and tests directories
Matrix: Run pyright against the scripts and tests directories
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run pyright against the scripts and tests directories (Linux): tests/mypy_test.py#L364
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Run pyright against the scripts and tests directories (Linux): tests/mypy_test.py#L365
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
Run pyright against the scripts and tests directories (Windows): tests/mypy_test.py#L364
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Run pyright against the scripts and tests directories (Windows): tests/mypy_test.py#L365
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)