Changed callable to return TypeIs[Callable] rather than TypeIs[Callable[..., object]]
#37008
tests.yml
on: pull_request
Check typeshed structure
16s
mypy: Run test cases
4m 2s
stub_uploader tests
4m 27s
Matrix: mypy: Check stubs
Matrix: pyright: Run test cases
Matrix: ty: Check stubs
Annotations
14 errors
|
pyright: Run test cases (Linux, 3.11)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.11)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.13)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.14)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.14)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.13)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.11)
Exit code 1
|
|
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/@tests/test_cases/builtins/check_callable.py#L7
Unnecessary "# pyright: ignore" rule: "reportUnnecessaryTypeIgnoreComment" (reportUnnecessaryTypeIgnoreComment)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/@tests/test_cases/builtins/check_callable.py#L7
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
|
pyright: Run test cases (Windows, 3.12)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.12)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.12)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.14)
Exit code 1
|