Ecosystem report

Old: main (merge base) 4add3b13 New: 24383/merge b2033205
Lint Rule Removed Added Changed
Total 73 130 35
type-assertion-failure 25 24 24
invalid-argument-type 2 62 3
invalid-await 40 1 0
unsupported-operator 0 20 0
invalid-return-type 2 6 3
no-matching-overload 1 9 0
unresolved-attribute 0 6 2
invalid-assignment 3 0 3
missing-argument 0 1 0
unknown-argument 0 1 0
Project Removed Added Changed
Total 73 130 35
prefect 44 69 6
pandas-stubs 25 48 24
sphinx 0 5 0
static-frame 0 3 1
ibis 1 2 0
core 2 0 0
cloud-init 0 1 0
discord.py 0 0 1
materialize 1 0 0
operator 0 0 1
pytest 0 1 0
scipy 0 1 0
werkzeug 0 0 1
xarray 0 0 1

cloud-init (https://github.com/canonical/cloud-init)

cloudinit/analyze/__init__.py

[error] no-matching-overload - No overload of bound method `str.join` matches arguments

core (https://github.com/home-assistant/core)

homeassistant/components/litterrobot/select.py

[error] invalid-assignment - Object of type `list[_S@map]` is not assignable to attribute `_attr_options` of type `list[str]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[_CastTypeT@LitterRobotSelectEntity]`

discord.py (https://github.com/Rapptz/discord.py)

discord/app_commands/checks.py

[error] invalid-assignment - Object of type `Cooldown | None | Coroutine[Any, Any, Cooldown | None]` is not assignable to `Cooldown | None`
[error] invalid-assignment - Object of type `Cooldown | Coroutine[Any, Any, Cooldown | None] | None` is not assignable to `Cooldown | None`

ibis (https://github.com/ibis-project/ibis)

ibis/backends/__init__.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[str]`, found `filter[_T@filter]`
[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[_T@filter]`

ibis/expr/schema.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Literal[2]` and `_S@map | Literal[0]`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/feature_benchmark/report.py

[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `mean` of type `T@ReportMeasurement | None`

operator (https://github.com/canonical/operator)

ops/lib/__init__.py

[error] invalid-argument-type - Argument to function `sorted` is incorrect: Expected `Iterable[str]`, found `set[_T@set]`
[error] invalid-argument-type - Argument to function `_join_and` is incorrect: Expected `list[str]`, found `list[_T@set]`

pandas-stubs (https://github.com/pandas-dev/pandas-stubs)

tests/indexes/bool/test_mul.py

[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[bool]` and `Literal[True]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[bool]` and `Literal[1]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Index[bool]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Index[bool]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[bool]` and `list[bool]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Index[bool]` and `list[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Index[bool]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Index[bool]`

tests/indexes/int/test_mul.py

[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`
[error] type-assertion-failure - Type `Index[Unknown]` does not match asserted type `Index[int]`

tests/indexes/test_mul.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Index[Any]`

tests/series/bool/test_mul.py

[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[bool]` and `Literal[True]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[bool]` and `Literal[1]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[True]` and `Series[bool]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[1]` and `Series[bool]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[bool]` and `list[bool]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Series[bool]` and `list[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[bool]` and `Series[bool]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] unsupported-operator - Operator `*` is not supported between objects of type `list[int]` and `Series[bool]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[bool]`
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[int]`
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments

tests/series/int/test_mul.py

[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`
[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`

tests/series/test_mul.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `Series[Any]`

tests/series/test_series.py

[error] type-assertion-failure - Type `Series[Unknown]` does not match asserted type `Series[int]`

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

src/integrations/prefect-docker/tests/test_containers.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, str] | list[str] | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str | list[str] | None`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bool | dict[str, int] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-docker/tests/test_images.py

[error] invalid-argument-type - Argument is incorrect: Expected `DockerRegistryCredentials | None`, found `str`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] unresolved-attribute - Attribute `id` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] unresolved-attribute - Attribute `id` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `DockerRegistryCredentials | None`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bool`
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-argument-type - Argument is incorrect: Expected `DockerHost | None`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `DockerRegistryCredentials | None`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `str | None`, found `str | bool`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `str | bool`

src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_custom_objects.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_deployments.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_jobs.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-kubernetes/tests/test_pods.py

[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable
[error] invalid-await - `object` is not awaitable

src/prefect/cache_policies.py

[error] unresolved-attribute - Object of type `((...) -> Any) & ((*args: object, **kwargs: object) -> object)` has no attribute `__code__`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__code__`

src/prefect/task_engine.py

[error] invalid-await - `R@AsyncTaskRunEngine | Coroutine[Any, Any, R@AsyncTaskRunEngine]` is not awaitable

src/prefect/tasks.py

[error] invalid-return-type - Return type does not match returned value: expected `MaterializingTask[P@MaterializingTask, R@MaterializingTask]`, found `MaterializingTask[(*args: object, **kwargs: object), object]`
[error] unresolved-attribute - Object of type `((...) -> Any) & ((*args: object, **kwargs: object) -> object)` has no attribute `__code__`
[error] unresolved-attribute - Object of type `(...) -> Any` has no attribute `__code__`
[error] invalid-assignment - Object of type `Any & ~AlwaysFalsy` is not assignable to attribute `__prefect_self__` on type `((**P@Task) -> R@Task) & ((*args: object, **kwargs: object) -> object)`
[error] unresolved-attribute - Unresolved attribute `__prefect_self__` on type `(**P@Task) -> R@Task`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `(() -> str) | TaskRunNameCallbackWithParameters | str | None`, found `((() -> str) & ~<class 'NotSet'>) | TaskRunNameCallbackWithParameters | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `(() -> str) | TaskRunNameCallbackWithParameters | str | None`, found `(() -> str) | TaskRunNameCallbackWithParameters | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] no-matching-overload - No overload of function `run_task` matches arguments
[error] invalid-return-type - Return type does not match returned value: expected `T@__call__ | State[T@__call__] | None`, found `State[T@__call__] | T@__call__ | State[Never]`

src/prefect/utilities/_engine.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `TaskRunNameCallbackWithParameters.is_callback_with_parameters` is incorrect: Expected `(...) -> str`, found `(str & Top[(...) -> object]) | ((() -> str) & ((*args: object, **kwargs: object) -> object)) | (TaskRunNameCallbackWithParameters & ((*args: object, **kwargs: object) -> object))`
[error] invalid-argument-type - Argument to bound method `TaskRunNameCallbackWithParameters.is_callback_with_parameters` is incorrect: Expected `(...) -> str`, found `(str & Top[(...) -> object]) | (() -> str) | TaskRunNameCallbackWithParameters`
[error] unknown-argument - Argument `parameters` does not match any known parameter
[error] missing-argument - No argument provided for required parameter `parameters` of bound method `TaskRunNameCallbackWithParameters.__call__`

src/prefect/utilities/templating/__init__.py

[error] invalid-argument-type - Argument is incorrect: Argument type `object` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`
[error] invalid-argument-type - Argument is incorrect: Argument type `object` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`
[error] invalid-argument-type - Argument is incorrect: Argument type `object` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `Unknown` on object of type `dict[str, Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `object` and value of type `Unknown | dict[str, Any]` on object of type `dict[str, Any]`
[error] invalid-return-type - Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[Unknown | dict[str, Any]]`
[error] invalid-argument-type - Argument is incorrect: Argument type `object` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`

src/prefect/workers/base.py

[error] invalid-argument-type - Argument is incorrect: Argument type `str | dict[str, Any]` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`

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

src/_pytest/_py/path.py

[error] invalid-return-type - Return type does not match returned value: expected `str`, found `AnyStr@readlink`

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

scipy/_lib/_util.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `_S@map` and `Unknown | Literal[1]`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/ext/viewcode.py

[error] unresolved-attribute - Object of type `_T@set` has no attribute `startswith`
[error] unsupported-operator - Operator `+` is not supported between objects of type `_T@set` and `Literal["."]`
[error] unresolved-attribute - Object of type `_T@set` has no attribute `startswith`
[error] unsupported-operator - Operator `+` is not supported between objects of type `_T@set` and `Literal["."]`
[error] unresolved-attribute - Object of type `_T@set` has no attribute `replace`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/node_iter.py

[error] invalid-return-type - Return type does not match returned value: expected `IterNodeDelegate[TContainerAny@IterNode]`, found `IterNodeDelegate[Quilt]`
[error] invalid-return-type - Return type does not match returned value: expected `IterNodeDelegateReducible[TContainerAny@IterNode]`, found `IterNodeDelegateReducible[Quilt]`
[error] invalid-return-type - Return type does not match returned value: expected `IterNodeDelegateMapable[TContainerAny@IterNode]`, found `IterNodeDelegateMapable[Quilt]`

static_frame/core/yarn.py

[error] invalid-return-type - Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Yarn[Any], Frame]`
[error] invalid-return-type - Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Unknown, Frame]`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/datastructures/structures.py

[error] invalid-return-type - Return type does not match returned value: expected `list[V@MultiDict]`, found `V@MultiDict | list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `list[V@MultiDict]`, found `V@MultiDict | list[V@MultiDict]`

xarray (https://github.com/pydata/xarray)

xarray/tests/test_combine.py

[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[list[Dataset]] | list[Dataset] | Dataset]` is not assignable to `dict[tuple[int, ...], Dataset]`
[error] invalid-assignment - Object of type `dict[tuple[int, ...], list[list[Dataset]] | Dataset | list[Dataset]]` is not assignable to `dict[tuple[int, ...], Dataset]`