Changed callable to return TypeIs[Callable] rather than TypeIs[Callable[..., object]]
#36995
tests.yml
on: pull_request
Check typeshed structure
12s
mypy: Run test cases
4m 13s
stub_uploader tests
4m 11s
Matrix: mypy: Check stubs
Matrix: pyright: Run test cases
Matrix: ty: Check stubs
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):
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)
|