Ecosystem report

Old: main (merge base) 512ff419 New: 26859/merge f82f0216
Lint Rule Removed Added Changed
Total 0 6 0
invalid-argument-type 0 2 0
invalid-key 0 2 0
invalid-assignment 0 1 0
unresolved-attribute 0 1 0
Project Removed Added Changed
Total 0 6 0
pandas 0 5 0
xarray 0 1 0

pandas (https://github.com/pandas-dev/pandas)

pandas/core/generic.py

[error] invalid-argument-type - Argument to bound method `TypedDictFallback.pop` is incorrect: Expected `Never`, found `Literal["__index__"]`
[error] invalid-argument-type - Argument to bound method `TypedDictFallback.pop` is incorrect: Expected `Never`, found `Literal["__columns__"]`
[error] invalid-assignment - Object of type `(Mapping[str | int, (...) -> Unknown] & Top[dict[Unknown, Unknown]]) | (Mapping[str | int, (...) -> Unknown] & <TypedDict with no items>)` is not assignable to `list[Unknown] | tuple[Unknown, ...] | dict[Unknown, Unknown] | ((...) -> Unknown) | None`
[error] unresolved-attribute - Attribute `update` is not defined on `list[Unknown]`, `tuple[Unknown, ...]`, `(...) -> Unknown`, `None` in union `list[Unknown] | tuple[Unknown, ...] | dict[Unknown, Unknown] | ((...) -> Unknown) | None`

pandas/io/common.py

[error] invalid-key - TypedDict `<TypedDict with no items>` can only be subscripted with a string literal key, got key of type `Hashable | str`.

steam.py (https://github.com/Gobot1234/steam.py)

steam/chat.py

flaky
(2/10)
[warning] possibly-missing-attribute - Attribute `reactions` may be missing on object of type `ChatMessageT@Chat`

steam/user.py

flaky
(2/10)
[warning] unsupported-base - Unsupported class base with type `<class 'Messageable[UserMessage[User | ClientUser]]'> | <class 'Messageable[UserMessage[User | ClientUser | Friend]]'>`
(1/10)
[warning] unsupported-base - Unsupported class base with type `<class 'Messageable[UserMessage[User | Friend | ClientUser]]'> | <class 'Messageable[UserMessage[User | ClientUser]]'>`
flaky
(2/10)
[warning] unsupported-base - Unsupported class base with type `<class 'Messageable[Divergent]'> | <class 'Messageable[UserMessage[User | ClientUser]]'> | <class 'Messageable[UserMessage[User | ClientUser | Friend]]'>`
(1/10)
[warning] unsupported-base - Unsupported class base with type `<class 'Messageable[UserMessage[User | Friend | ClientUser]]'> | <class 'Messageable[UserMessage[User | ClientUser]]'>`

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

xarray/core/dataset.py

[error] invalid-key - TypedDict `<TypedDict with no items>` can only be subscripted with a string literal key, got key of type `Hashable`.