Ecosystem report

Old: main (merge base) 13e4a58d New: 25704/merge a1921d09
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]]]`