Ecosystem report

Old: main (merge base) a706896d New: 27581/merge ec696cde
Lint Rule Removed Added Changed
Total 3 0 1
invalid-argument-type 2 0 0
unsound-return-statement 1 0 1
Project Removed Added Changed
Total 3 0 1
bokeh non-strict 3 0 0
meson strict 0 0 1

bokeh non-strict (https://github.com/bokeh/bokeh)

src/bokeh/util/hex.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _ArrayInt_co | tuple[_ArrayInt_co, ...], /) -> ndarray[_AnyShape, list[tuple[str, Any]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[_AnyShape, list[tuple[str, Any]]]]` cannot be called with key of type `Literal["q"]` on object of type `ndarray[_AnyShape, list[tuple[str, Any]]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(key: _ArrayInt_co | tuple[_ArrayInt_co, ...], /) -> ndarray[_AnyShape, list[tuple[str, Any]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: _ToIndices, /) -> ndarray[_AnyShape, list[tuple[str, Any]]]]` cannot be called with key of type `Literal["r"]` on object of type `ndarray[_AnyShape, list[tuple[str, Any]]]`

src/bokeh/palettes.py

[warning] unsound-return-statement - Unsound return statement: `tuple[Unknown, ...]` is not a subtype of `Palette`

meson strict (https://github.com/mesonbuild/meson)

mesonbuild/compilers/mixins/visualstudio.py

[warning] unsound-return-statement - Unsound return statement: `list[str] | list[str | Divergent]` is not a subtype of `list[str]`
[warning] unsound-return-statement - Unsound return statement: `list[str] | list[Divergent]` is not a subtype of `list[str]`