DEV: replace pre-commit with lefthook+Pixi #1211
Annotations
10 errors
|
Lint
Process completed with exit code 1.
|
|
Lint
2 errors
|
|
Lint:
vendor_tests/test_vendor.py#L60
Argument type is unknown
Argument corresponds to parameter "actual" in function "assert_array_equal" (reportUnknownArgumentType)
|
|
Lint:
tests/test_funcs.py#L118
Argument of type "(x: Unknown, y: Unknown) -> (ndarray[Unknown, dtype[Any]] | Any)" cannot be assigned to parameter "f2" of type "(...) -> Array" in function "apply_where"
Type "(x: Unknown, y: Unknown) -> (ndarray[Unknown, dtype[Any]] | Any)" is not assignable to type "(...) -> Array"
Function return type "ndarray[Unknown, dtype[Any]] | Any" is incompatible with type "Array"
Type "ndarray[Unknown, dtype[Any]] | Any" is not assignable to type "Array"
"ndarray[Unknown, dtype[Any]]" is incompatible with protocol "Array"
Could not bind method "__add__" because "ndarray[Unknown, dtype[Any]]" is not assignable to parameter "self"
"__lt__" is an incompatible type
"__le__" is an incompatible type
"__gt__" is an incompatible type
... (reportArgumentType)
|
|
Test tests-numpy1
Process completed with exit code 1.
|
|
Test tests-py310
The operation was canceled.
|
|
Test tests-py310
Canceling since a higher priority waiting request for CI-refs/pull/344/merge exists
|
|
Test tests-backends
The operation was canceled.
|
|
Test tests-backends
Canceling since a higher priority waiting request for CI-refs/pull/344/merge exists
|
|
CI
Canceling since a higher priority waiting request for CI-refs/pull/344/merge exists
|