Ecosystem report

Old: main (merge base) 44210a49 New: 25704/merge 2e02629b
Lint Rule Removed Added Changed
Total 4 1 0
invalid-argument-type 3 0 0
invalid-return-type 1 1 0
Project Removed Added Changed
Total 4 1 0
Tanjun 3 0 0
hydpy 1 0 0
prefect 0 1 0

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/annotations.py

[error] invalid-argument-type - Argument to `Choices.__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to `Choices.__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to `Choices.__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/core/masktools.py

[error] invalid-return-type - Return type does not match returned value: expected `Self@array2mask`, found `ndarray[tuple[Any, ...], Unknown]`

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

src/prefect/input/run_input.py

[error] invalid-return-type - Return type does not match returned value: expected `GetAutomaticInputHandler[T@receive_input] | GetInputHandler[R@receive_input]`, found `GetInputHandler[R@receive_input & ~Top[AutomaticRunInput[Unknown]]]`

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

steam/ext/commands/commands.py

flaky
(3/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`