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
All
Removed Only
Added Only
Changed Only
All Lint Types
unsound-return-statement (-0 +0 ~1)
All Projects
meson (strict) (-0 +0 ~1)
meson
strict
(
https://github.com/mesonbuild/meson
)
mesonbuild/compilers/mixins/visualstudio.py
📋
:392:16
[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
📋
:199:29
flaky
(1/10)
[warning]
unused-type-ignore-comment - Unused blanket `type: ignore` directive
steam/user.py
📋
:488:71
flaky
(4/10)
[warning]
unsupported-base - Unsupported class base with type `<class 'Messageable[UserMessage[User | Friend | ClientUser]]'> | <class 'Messageable[UserMessage[User | ClientUser]]'>`