Ecosystem report

Old: main (merge base) e990dfd0 New: 24949/merge e6e61f0d
Lint Rule Removed Added Changed
Total 1 4 0
invalid-argument-type 0 4 0
invalid-assignment 1 0 0
Project Removed Added Changed
Total 1 4 0
setuptools 1 1 0
xarray 0 2 0
Expression 0 1 0

Expression (https://github.com/cognitedata/Expression)

expression/collections/maptree.py

[error] invalid-argument-type - Argument to function `try_find` is incorrect: Expected `Option[MapTreeLeaf[Key@try_find, Never]]`, found `Option[MapTreeLeaf[Never, Never]]`

setuptools (https://github.com/pypa/setuptools)

setuptools/glob.py

[error] invalid-assignment - Object of type `Iterator[str]` is not assignable to `Iterable[AnyStr@_iglob]`
[error] invalid-argument-type - Argument to function `_iglob` is incorrect: Argument type `AnyStr@_iglob & ~AlwaysFalsy` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

xarray (https://github.com/pydata/xarray)

xarray/backends/api.py

[error] invalid-argument-type - Argument to function `_remove_path` is incorrect: Expected `NestedSequence[_FLike@_remove_path]`, found `(_FLike@_remove_path & Top[list[Unknown]]) | (NestedSequence[_FLike@_remove_path] & Top[list[Unknown]])`

xarray/core/utils.py

[error] invalid-argument-type - Argument to function `flat_items` is incorrect: Expected `Mapping[str, dict[str, Divergent] | Unknown]`, found `dict[str, Divergent] | (T@flat_items & Top[dict[Unknown, Unknown]])`