Ecosystem report

Old: main (merge base) e39ded7e New: 26277/merge ed759f4a
Lint Rule Removed Added Changed
Total 0 3 0
invalid-return-type 0 3 0
Project Removed Added Changed
Total 0 3 0
rotki 0 2 0
steam.py 0 1 0

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

rotkehlchen/tasks/historical_balances.py

[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[Bucket, Literal[EventDirection.IN, EventDirection.OUT]]]`, found `list[tuple[Bucket, Literal[EventDirection.IN, EventDirection.OUT]] | tuple[Self@from_event, EventDirection]]`
[error] invalid-return-type - Return type does not match returned value: expected `list[tuple[Bucket, Literal[EventDirection.IN, EventDirection.OUT]]]`, found `list[tuple[Bucket, Literal[EventDirection.IN, EventDirection.OUT]] | tuple[Self@from_event, EventDirection]]`

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

steam/ext/commands/cooldown.py

[error] invalid-return-type - Function can implicitly return `None`, which is not assignable to return type `BucketTypeType`