This repository was archived by the owner on May 14, 2026. It is now read-only.
Update dependency npm:@infisical/cli to v0.43.35 #108
Annotations
2 errors and 10 warnings
|
Test
Process completed with exit code 4.
|
|
Test
Process completed with exit code 1.
|
|
Type Check:
core/map/main.py#L99
Type of "geometry" is partially unknown
Type of "geometry" is "Any" (reportUnknownMemberType)
|
|
Type Check:
core/map/main.py#L99
Type of "geom" is partially unknown
Type of "geom" is "Any" (reportUnknownVariableType)
|
|
Type Check:
core/map/main.py#L81
Type of "copy" is partially unknown
Type of "copy" is "((deep: bool | None = True) -> Series) | Any | ((deep: bool = True) -> GeoDataFrame)" (reportUnknownMemberType)
|
|
Type Check:
core/map/main.py#L81
Type of "lines_gdf" is partially unknown
Type of "lines_gdf" is "Series | GeoDataFrame | Any" (reportUnknownVariableType)
|
|
Type Check:
core/map/main.py#L80
Type of "copy" is partially unknown
Type of "copy" is "((deep: bool | None = True) -> Series) | Any | ((deep: bool = True) -> GeoDataFrame)" (reportUnknownMemberType)
|
|
Type Check:
core/map/main.py#L80
Type of "points_gdf" is partially unknown
Type of "points_gdf" is "Series | GeoDataFrame | Any" (reportUnknownVariableType)
|
|
Type Check:
core/map/main.py#L34
Type of "notna" is partially unknown
Type of "notna" is "Overload[(obj: str | float | builtins.bool | Period | Timestamp | Timedelta | Interval | datetime64[date | int | None] | timedelta64[timedelta | int | None] | date) -> builtins.bool, (obj: ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | list) -> ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], (obj: NDFrameT@notna) -> NDFrameT@notna, (obj: NDFrameT@notna | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | list) -> (NDFrameT@notna | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]), (obj: object) -> (builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | NDFrame)]" (reportUnknownMemberType)
|
|
Type Check:
core/map/main.py#L33
Type of "lines_value" is partially unknown
Type of "lines_value" is "Series | Any | ndarray[tuple[Any, ...], dtype[Any]]" (reportUnknownVariableType)
|
|
Type Check:
core/map/main.py#L25
Type of "notna" is partially unknown
Type of "notna" is "Overload[(obj: str | float | builtins.bool | Period | Timestamp | Timedelta | Interval | datetime64[date | int | None] | timedelta64[timedelta | int | None] | date) -> builtins.bool, (obj: ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | list) -> ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]], (obj: NDFrameT@notna) -> NDFrameT@notna, (obj: NDFrameT@notna | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | list) -> (NDFrameT@notna | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]), (obj: object) -> (builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | NDFrame)]" (reportUnknownMemberType)
|
|
Type Check:
core/map/main.py#L24
Type of "dbg_lines_value" is partially unknown
Type of "dbg_lines_value" is "Series | Any | ndarray[tuple[Any, ...], dtype[Any]]" (reportUnknownVariableType)
|