[_operator] Remove Anys that can be improved
#35589
tests.yml
on: pull_request
Check typeshed structure
12s
mypy: Run test cases
4m 47s
stub_uploader tests
5m 0s
Matrix: mypy: Check stubs
Matrix: pyright: Run test cases
Annotations
21 errors
|
pyright: Run test cases (Windows, 3.13)
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.11)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L21
Type of "imod" is partially unknown
Type of "imod" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L20
Type of "imatmul" is partially unknown
Type of "imatmul" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L19
Type of "ilshift" is partially unknown
Type of "ilshift" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L18
Type of "ifloordiv" is partially unknown
Type of "ifloordiv" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L17
Type of "iconcat" is partially unknown
Type of "iconcat" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L16
Type of "iand" is partially unknown
Type of "iand" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L15
Type of "iadd" is partially unknown
Type of "iadd" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L11
Type of "floordiv" is partially unknown
Type of "floordiv" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L5
Type of "and_" is partially unknown
Type of "and_" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Linux, 3.13):
stdlib/operator.pyi#L4
Type of "add" is partially unknown
Type of "add" is "(a: Unknown, b: Unknown, /) -> Unknown" (reportUnknownVariableType)
|
|
pyright: Run test cases (Darwin, 3.14)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.11)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.12)
Exit code 1
|
|
pyright: Run test cases (Darwin, 3.13)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.14)
Exit code 1
|
|
pyright: Run test cases (Linux, 3.14)
Exit code 1
|
|
pyright: Run test cases (Windows, 3.12)
Exit code 1
|