Ecosystem report

Old: main (merge base) 267af002 New: 25766/merge 83dcbfd5
Lint Rule Removed Added Changed
Total 2 0 0
invalid-argument-type 2 0 0
Project Removed Added Changed
Total 2 0 0
openlibrary 1 0 0
zulip 1 0 0

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/core/bookshelves.py

[error] invalid-argument-type - Argument to bound method `AsyncBridge.wrap` is incorrect: Expected `(**_P@staticmethod) -> Coroutine[Any, Any, None]`, found `def add_solr_works_async(readinglog_items, fields: Iterable[str] | None = None) -> CoroutineType[Any, Any, None]`

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

steam/ext/commands/commands.py

flaky
(1/10)
[error] invalid-argument-type - Argument to bound method `GroupMixin.remove_all_commands` is incorrect: Argument type `Command[CogT@GroupMixin, (...), Any] & GroupMixin[object]` does not satisfy upper bound `GroupMixin[CogT@GroupMixin]` of type variable `Self`

zulip (https://github.com/zulip/zulip)

zerver/management/commands/runtornado.py

[error] invalid-argument-type - Argument to function `sync_to_async` is incorrect: Expected `(**_P@push_async_callback) -> None`, found `def remove_signal_handlers() -> None`