bump: version 2.0.3 → 2.0.4 #218
Annotations
3 errors and 4 warnings
typecheck (ubuntu-latest, 3.9):
calcipy/check_for_stale_packages/_check_for_stale_packages.py#L216
No overloads for "amin" match the provided arguments (reportCallIssue)
|
typecheck (ubuntu-latest, 3.9):
calcipy/check_for_stale_packages/_check_for_stale_packages.py#L216
Argument of type "list[Arrow | None]" cannot be assigned to parameter "a" of type "ArrayLike" in function "amin"
Type "list[Arrow | None]" cannot be assigned to type "ArrayLike"
"list[Arrow | None]" is incompatible with protocol "_SupportsArray[dtype[Any]]"
"__array__" is not present
"list[Arrow | None]" is incompatible with protocol "_NestedSequence[_SupportsArray[dtype[Any]]]"
"__getitem__" is an incompatible type
No overloaded function matches type "(index: int, /) -> (_T_co@_NestedSequence | _NestedSequence[_T_co@_NestedSequence])"
"__iter__" is an incompatible type
Type "() -> Iterator[Arrow | None]" cannot be assigned to type "() -> Iterator[_T_co@_NestedSequence | _NestedSequence[_T_co@_NestedSequence]]"
... (reportArgumentType)
|
typecheck (ubuntu-latest, 3.9)
2 errors
|
lint (ubuntu-latest, 3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck (ubuntu-latest, 3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (windows-latest, 3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (macos-latest, 3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|