Skip to content

🔨 work around mypy's editable/isolated project issues #22

🔨 work around mypy's editable/isolated project issues

🔨 work around mypy's editable/isolated project issues #22

Triggered via pull request February 2, 2025 03:41
Status Success
Total duration 1m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: test/static/accept/arraysetops.pyi#L27
"assert_type" mismatch: expected "tuple[ndarray[tuple[int, ...], dtype[floating[_64Bit]]], ndarray[tuple[int, ...], dtype[signedinteger[_32Bit | _64Bit]]], ndarray[tuple[int, ...], dtype[signedinteger[_32Bit | _64Bit]]]]" but received "tuple[ndarray[tuple[int, ...], dtype[float64]], ndarray[tuple[int, ...], dtype[signedinteger[_32Bit | _64Bit]]], ndarray[tuple[int, ...], dtype[signedinteger[_32Bit | _64Bit]]]]" (reportAssertTypeFailure)
lint: test/static/accept/arrayterator.pyi#L21
"assert_type" mismatch: expected "ndarray[tuple[int, ...], dtype[signedinteger[_64Bit]]]" but received "ndarray[Any, dtype[signedinteger[_64Bit]]]" (reportAssertTypeFailure)
lint: test/static/accept/arrayterator.pyi#L23
"assert_type" mismatch: expected "Arrayterator[tuple[int, ...], dtype[signedinteger[_64Bit]]]" but received "Arrayterator[Any, dtype[signedinteger[_64Bit]]]" (reportAssertTypeFailure)
lint: test/static/accept/arrayterator.pyi#L24
"assert_type" mismatch: expected "Arrayterator[tuple[int, ...], dtype[signedinteger[_64Bit]]]" but received "Arrayterator[Any, dtype[signedinteger[_64Bit]]]" (reportAssertTypeFailure)
lint: test/static/accept/arrayterator.pyi#L25
"assert_type" mismatch: expected "Arrayterator[tuple[int, ...], dtype[signedinteger[_64Bit]]]" but received "Arrayterator[Any, dtype[signedinteger[_64Bit]]]" (reportAssertTypeFailure)
lint: test/static/accept/arrayterator.pyi#L26
"assert_type" mismatch: expected "Arrayterator[tuple[int, ...], dtype[signedinteger[_64Bit]]]" but received "Arrayterator[Any, dtype[signedinteger[_64Bit]]]" (reportAssertTypeFailure)
lint: test/static/accept/arrayterator.pyi#L27
"assert_type" mismatch: expected "Arrayterator[tuple[int, ...], dtype[signedinteger[_64Bit]]]" but received "Arrayterator[Any, dtype[signedinteger[_64Bit]]]" (reportAssertTypeFailure)
lint: test/static/accept/ctypeslib.pyi#L27
Object of type "UnionType" is not callable (reportCallIssue)
lint: test/static/accept/ctypeslib.pyi#L27
"assert_type" mismatch: expected "c_int32 | c_int64" but received "Unknown" (reportAssertTypeFailure)
lint: test/static/accept/ctypeslib.pyi#L79
"assert_type" mismatch: expected "type[c_int]" but received "type[c_long]" (reportAssertTypeFailure)