Ecosystem report

Old: main (merge base) fade22cd New: 27582/merge ed572191
Lint Rule Removed Added Changed
Total 0 0 1
unsound-return-statement 0 0 1
Project Removed Added Changed
Total 0 0 1
meson strict 0 0 1

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]`

steam.py non-strict (https://github.com/Gobot1234/steam.py)

steam/chat.py

flaky
(1/10)
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

steam/user.py

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