Ecosystem report

Old: main (merge base) ea4b4064 New: 24927/merge 473a82be
Lint Rule Removed Added Changed
Total 1 0 6
unresolved-attribute 0 0 5
invalid-argument-type 1 0 0
invalid-return-type 0 0 1
Project Removed Added Changed
Total 1 0 6
antidote 1 0 4
discord.py 0 0 1
strawberry 0 0 1

antidote (https://github.com/Finistere/antidote)

src/antidote/core/_inject.py

[error] invalid-argument-type - Argument to `classmethod.__init__` is incorrect: Expected `(type[Unknown], /, *args: object, **kwargs: object) -> object`, found `Top[(...) -> object]`

src/antidote/core/_injection.py

[error] unresolved-attribute - Object of type `((...) -> object) & ~staticmethod[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]]` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((...) -> object) & ~Top[staticmethod[(...), object]] & ~Top[classmethod[Unknown, (...), object]]` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((...) -> object) & ~staticmethod[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]]` has no attribute `__name__`
[error] unresolved-attribute - Object of type `((...) -> object) & ~Top[staticmethod[(...), object]] & ~Top[classmethod[Unknown, (...), object]]` has no attribute `__name__`
[error] unresolved-attribute - Object of type `((...) -> object) & ~staticmethod[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]] & ~MethodType` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((...) -> object) & ~Top[staticmethod[(...), object]] & ~Top[classmethod[Unknown, (...), object]] & ~MethodType` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((...) -> object) & ~staticmethod[Top[(...)], object] & ~Top[classmethod[Unknown, Top[(...)], object]] & ~MethodType` has no attribute `__name__`
[error] unresolved-attribute - Object of type `((...) -> object) & ~Top[staticmethod[(...), object]] & ~Top[classmethod[Unknown, (...), object]] & ~MethodType` has no attribute `__name__`

discord.py (https://github.com/Rapptz/discord.py)

discord/app_commands/errors.py

[error] unresolved-attribute - Object of type `Top[(...) -> Coroutine[Any, Any, object]]` has no attribute `__qualname__`
[error] unresolved-attribute - Object of type `((Interaction[Any], /, *args: Unknown, **kwargs: Unknown) -> Coroutine[Any, Any, object]) | ((Any, Interaction[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/types/fields/resolver.py

[error] invalid-return-type - Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `Top[(...) -> object]`
[error] invalid-return-type - Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `(...) -> object`