Ecosystem report

Old: main (merge base) ffbf1e80 New: 23927/merge bf215cdc
Lint Rule Removed Added Changed
Total 0 0 1
invalid-return-type 0 0 1
Project Removed Added Changed
Total 0 0 1
prefect flaky 0 0 1
pydantic flaky 0 0 0
scikit-build-core flaky 0 0 0

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

src/prefect/input/run_input.py

[error] invalid-return-type - Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler] | Coroutine[Any, Any, T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]]`
[error] invalid-return-type - Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `Unknown | Coroutine[Any, Any, Unknown]`