Ecosystem report

Old: main (merge base) e579b84a New: 28383/merge aa4e7435
Lint Rule Removed Added Changed
Total 0 0 4
invalid-argument-type 0 0 2
invalid-return-type 0 0 2
Project Removed Added Changed
Total 0 0 4
Expression non-strict 0 0 2
static-frame non-strict 0 0 2

Expression non-strict (https://github.com/cognitedata/Expression)

docs/guides/pipelines.py

[error] invalid-argument-type - Argument is incorrect: Expected `Unknown & _A'return@curry_flip`, found `list[dict[str, str | bool]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_A'return@curry_flip & Unknown`, found `list[dict[str, str | bool]]`

docs/tutorial/introduction.py

[error] invalid-argument-type - Argument is incorrect: Expected `Unknown & _A'return@curry_flip`, found `list[dict[str, str | int]]`
[error] invalid-argument-type - Argument is incorrect: Expected `_A'return@curry_flip & Unknown`, found `list[dict[str, str | int]]`

static-frame non-strict (https://github.com/static-frame/static-frame)

static_frame/core/index.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterator[Hashable | complex | integer[Any] | ... omitted 8 union elements]`, found `reversed[ndarray[tuple[Any, ...], Any] | Any]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[Hashable | complex | integer[Any] | ... omitted 8 union elements]`, found `reversed[Any | ndarray[tuple[Any, ...], Any]]`

static_frame/core/series_mapping.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVValues@SeriesMappingValuesView]`, found `reversed[ndarray[tuple[Any, ...], Any] | Any]`
[error] invalid-return-type - Return type does not match returned value: expected `Iterator[TVValues@SeriesMappingValuesView]`, found `reversed[Any | ndarray[tuple[Any, ...], Any]]`