Skip to content

Changed callable to return TypeIs[Callable] rather than TypeIs[Callable[..., object]] #36995

Changed callable to return TypeIs[Callable] rather than TypeIs[Callable[..., object]]

Changed callable to return TypeIs[Callable] rather than TypeIs[Callable[..., object]] #36995

Triggered via pull request July 20, 2026 15:29
Status Failure
Total duration 4m 57s
Artifacts

tests.yml

on: pull_request
Check typeshed structure
12s
Check typeshed structure
mypy: Run test cases
4m 13s
mypy: Run test cases
stub_uploader tests
4m 11s
stub_uploader tests
Matrix: mypy: Check stubs
Matrix: pyright: Run test cases
Matrix: ty: Check stubs
Fit to window
Zoom out
Zoom in

Annotations

14 errors
pyright: Run test cases (Linux, 3.14)
Exit code 1
pyright: Run test cases (Linux, 3.12)
Exit code 1
pyright: Run test cases (Windows, 3.14)
Exit code 1
pyright: Run test cases (Darwin, 3.12)
Exit code 1
pyright: Run test cases (Windows, 3.11)
Exit code 1
pyright: Run test cases (Darwin, 3.14)
Exit code 1
pyright: Run test cases (Darwin, 3.11)
Exit code 1
pyright: Run test cases (Windows, 3.12)
Exit code 1
pyright: Run test cases (Linux, 3.11)
Exit code 1
pyright: Run test cases (Windows, 3.13)
Exit code 1
pyright: Run test cases (Darwin, 3.13)
Exit code 1
pyright: Run test cases (Linux, 3.13)
2 errors
pyright: Run test cases (Linux, 3.13): stubs/six/six/__init__.pyi#L35
Type of "callable" is partially unknown   Type of "callable" is "(obj: object, /) -> TypeIs[(...) -> Unknown]" (reportUnknownMemberType)
pyright: Run test cases (Linux, 3.13): stubs/six/six/__init__.pyi#L35
Type of "callable" is partially unknown   Type of "callable" is "(obj: object, /) -> TypeIs[(...) -> Unknown]" (reportUnknownVariableType)