Ecosystem report

Old: main (merge base) 948359fd New: 25778/merge c919d667
Lint Rule Removed Added Changed
Total 1 0 1
invalid-assignment 1 0 0
invalid-return-type 0 0 1
Project Removed Added Changed
Total 1 0 1
paasta 0 0 1
prefect 1 0 0

paasta (https://github.com/yelp/paasta)

paasta_tools/tron_tools.py

[error] invalid-return-type - Return type does not match returned value: expected `dict[str, FieldSelectorConfig]`, found `dict[str | FieldSelectorConfig, FieldSelectorConfig | dict[str, str]]`
[error] invalid-return-type - Return type does not match returned value: expected `dict[str, FieldSelectorConfig]`, found `dict[str, FieldSelectorConfig | dict[str, str]]`

prefect (https://github.com/PrefectHQ/prefect)

src/prefect/runtime/flow_run.py

[error] invalid-assignment - Object of type `dict[<class 'bool'> | <class 'int'> | <class 'float'> | ... omitted 3 union elements, ((x) -> Unknown) | <class 'int'> | <class 'float'> | <class 'str'> | ((dt: str) -> datetime)]` is not assignable to `dict[type[int | float | str | Unknown] | <class 'NoneType'>, (Any, /) -> Any]`

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`