Ecosystem report

Old: main (merge base) b80d8ff6 New: 22495/merge abc00cb7
Lint Rule Removed Added Changed
Total 126 9 16
invalid-argument-type 79 8 2
possibly-missing-attribute 10 0 3
unresolved-attribute 10 0 3
invalid-assignment 6 0 4
invalid-await 9 0 0
invalid-return-type 3 0 4
not-subscriptable 4 0 0
no-matching-overload 2 0 0
unused-ignore-comment 1 1 0
not-iterable 1 0 0
redundant-cast 1 0 0
Project Removed Added Changed
Total 126 9 16
prefect 80 1 5
core 27 7 1
zulip 6 0 1
pydantic 0 0 4
static-frame 0 0 4
mkdocs 3 0 0
sockeye 2 1 0
Tanjun 2 0 0
altair 1 0 0
beartype 1 0 0
dulwich 1 0 0
poetry 1 0 0
pytest 1 0 0
spack 1 0 0
tornado 0 0 1

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

tanjun/annotations.py

[error] invalid-argument-type - :1949:74 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `(int | float) & ~int`
[error] invalid-argument-type - :1996:74 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `(int | float) & ~int`

altair (https://github.com/vega/altair)

altair/datasets/_reader.py

[error] invalid-argument-type - :335:16 - Argument to bound method `lazy` is incorrect: Argument type `IntoFrameT@Reader` does not satisfy upper bound `LazyFrame[LazyFrameT@LazyFrame]` of type variable `Self`

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

beartype/_check/code/codemain.py

[warning] unused-ignore-comment - :1199:54 - Unused blanket `type: ignore` directive

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

homeassistant/components/advantage_air/__init__.py

[error] invalid-argument-type - :69:43 - Argument is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[None]`

homeassistant/components/airvisual/__init__.py

[error] invalid-assignment - :220:5 - Object of type `DataUpdateCoordinator[dict[str, Any] | None]` is not assignable to attribute `runtime_data` of type `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/airvisual_pro/__init__.py

[error] invalid-argument-type - :91:43 - Argument is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[dict[str, Any] | None]`

homeassistant/components/asuswrt/router.py

[error] invalid-return-type - :104:16 - Return type does not match returned value: expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[dict[str, int] | None]`

homeassistant/components/hvv_departures/binary_sensor.py

[error] unresolved-attribute - :123:27 - Object of type `None` has no attribute `items`

homeassistant/components/iammeter/sensor.py

[error] not-subscriptable - :146:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :147:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :151:28 - Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[None]`
[error] invalid-argument-type - :156:28 - Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[None]`

homeassistant/components/led_ble/__init__.py

[error] invalid-argument-type - :91:59 - Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/meteo_france/__init__.py

[error] unresolved-attribute - :96 -
Old: Object of type `None` has no attribute `position`
New: Object of type `dict[str, Any]` has no attribute `position`

homeassistant/components/nut/__init__.py

[error] invalid-argument-type - :119:40 - Argument to function `_unique_id_from_status` is incorrect: Expected `dict[str, str]`, found `dict[str, str] | None`
[warning] possibly-missing-attribute - :129:28 - Attribute `get` may be missing on object of type `dict[str, str] | None`
[error] invalid-argument-type - :156:9 - Argument is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `DataUpdateCoordinator[dict[str, str] | None]`

homeassistant/components/nws/__init__.py

[error] invalid-argument-type - :133:9 - Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`
[error] invalid-argument-type - :134:9 - Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/pi_hole/__init__.py

[error] invalid-argument-type - :154:42 - Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/powerwall/__init__.py

[error] invalid-assignment - :236:43 - Invalid assignment to key "coordinator" with declared type `DataUpdateCoordinator[PowerwallData] | None` on TypedDict `PowerwallRuntimeData`: value of type `DataUpdateCoordinator[PowerwallData | None]`

homeassistant/components/renault/services.py

[error] unresolved-attribute - :124:42 - Object of type `None` has no attribute `raw_data`
[error] unresolved-attribute - :133:9 - Object of type `None` has no attribute `update`
[error] unresolved-attribute - :136:16 - Object of type `None` has no attribute `schedules`
[error] unresolved-attribute - :138:47 - Object of type `None` has no attribute `schedules`
[error] unresolved-attribute - :153:9 - Object of type `None` has no attribute `update`
[error] unresolved-attribute - :156:16 - Object of type `None` has no attribute `schedules`
[error] unresolved-attribute - :158:45 - Object of type `None` has no attribute `schedules`

homeassistant/components/reolink/__init__.py

[error] invalid-argument-type - :261:9 - Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`
[error] invalid-argument-type - :262:9 - Argument is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`
[error] invalid-argument-type - :269:36 - Argument to function `register_callbacks` is incorrect: Expected `DataUpdateCoordinator[None]`, found `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/schluter/climate.py

[error] unresolved-attribute - :74:42 - Object of type `None` has no attribute `items`

homeassistant/components/senz/__init__.py

[error] invalid-assignment - :79:46 - Object of type `DataUpdateCoordinator[dict[str, Unknown] | None]` is not assignable to `SENZDataUpdateCoordinator`

homeassistant/components/smarttub/controller.py

[error] invalid-assignment - :73:9 - Object of type `DataUpdateCoordinator[dict[str, Any] | None]` is not assignable to attribute `coordinator` of type `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/spotify/__init__.py

[error] invalid-assignment - :82:63 - Object of type `DataUpdateCoordinator[list[Unknown] | None]` is not assignable to `DataUpdateCoordinator[list[Unknown]]`

homeassistant/components/supla/__init__.py

[error] unresolved-attribute - :123:36 - Object of type `None` has no attribute `items`

homeassistant/components/tesla_wall_connector/__init__.py

[error] invalid-assignment - :71:42 - Object of type `DataUpdateCoordinator[dict[str, Any] | None]` is not assignable to `DataUpdateCoordinator[dict[str, Any]]`

homeassistant/util/variance.py

[error] invalid-return-type - :47:12 - Return type does not match returned value: expected `(**_P@ignore_variance) -> _R@ignore_variance`, found `_Wrapped[_P@ignore_variance, _R@ignore_variance | int | float | datetime, _P@ignore_variance, _R@ignore_variance | int | float | datetime]`

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

dulwich/walk.py

[error] invalid-argument-type - :474:35 - Argument to bound method `_reorder` is incorrect: Expected `Iterator[WalkEntry]`, found `Iterator[WalkEntry | None]`

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

mkdocs/contrib/search/__init__.py

[error] invalid-argument-type - :44:34 - Argument to bound method `remove` is incorrect: Expected `Never`, found `Unknown & ~Literal["en"]`
[error] invalid-argument-type - :48:34 - Argument to bound method `remove` is incorrect: Expected `Never`, found `Unknown & ~Literal["en"]`
[error] invalid-argument-type - :49:34 - Argument to bound method `append` is incorrect: Expected `Never`, found `Unknown & ~AlwaysFalsy`

poetry (https://github.com/python-poetry/poetry)

tests/console/commands/test_show.py

[warning] redundant-cast - :42:12 - Value is already of type `F@output_format_parametrize`

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

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

[error] invalid-argument-type - :27:47 - Argument is incorrect: Expected `bool | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - :27:47 - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - :27:47 - Argument is incorrect: Expected `dict[str, str] | list[str] | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - :27:47 - Argument is incorrect: Expected `str | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - :27:47 - Argument is incorrect: Expected `str | list[str] | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - :27:47 - Argument is incorrect: Expected `str | list[str] | None`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - :27:47 - Argument is incorrect: Expected `str`, found `str | bool | dict[Unknown | str, Unknown | int] | None`
[error] invalid-argument-type - :42:47 - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-argument-type - :55:47 - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-argument-type - :68:47 - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[error] invalid-argument-type - :81:47 - Argument is incorrect: Expected `dict[str, Any]`, found `str`

src/integrations/prefect-dbt/prefect_dbt/cli/commands.py

[error] invalid-await - :461:21 - `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :535:21 - `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :610:21 - `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :685:21 - `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :760:21 - `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable
[error] invalid-await - :835:21 - `Unknown | None | Coroutine[Any, Any, Unknown | None]` is not awaitable

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

[error] invalid-argument-type - :16:44 - Argument is incorrect: Expected `DockerHost | None`, found `str | bool`
[error] invalid-argument-type - :16:44 - Argument is incorrect: Expected `DockerRegistryCredentials | None`, found `str | bool`
[error] invalid-argument-type - :16:44 - Argument is incorrect: Expected `bool`, found `str | bool`
[error] invalid-argument-type - :16:44 - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool`
[error] invalid-argument-type - :16:44 - Argument is incorrect: Expected `str | None`, found `str | bool`
[error] invalid-argument-type - :16:44 - Argument is incorrect: Expected `str | None`, found `str | bool`
[error] invalid-argument-type - :16:44 - Argument is incorrect: Expected `str`, found `str | bool`
[warning] possibly-missing-attribute - :21:16 - Attribute `id` may be missing on object of type `Unknown | list[Unknown]`
[error] invalid-argument-type - :29:47 - Argument is incorrect: Expected `DockerRegistryCredentials | None`, found `str`
[error] invalid-argument-type - :29:47 - Argument is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - :29:47 - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[warning] possibly-missing-attribute - :31:16 - Attribute `id` may be missing on object of type `Unknown | list[Unknown]`
[error] invalid-argument-type - :51:17 - Argument is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - :51:17 - Argument is incorrect: Expected `dict[str, Any]`, found `str`
[warning] possibly-missing-attribute - :53:16 - Attribute `id` may be missing on object of type `Unknown | list[Unknown]`
[error] invalid-argument-type - :64:47 - Argument is incorrect: Expected `DockerRegistryCredentials | None`, found `str | bool`
[error] invalid-argument-type - :64:47 - Argument is incorrect: Expected `bool`, found `str | bool`
[error] invalid-argument-type - :64:47 - Argument is incorrect: Expected `dict[str, Any]`, found `str | bool`
[error] invalid-argument-type - :64:47 - Argument is incorrect: Expected `str | None`, found `str | bool`
[error] invalid-argument-type - :64:47 - Argument is incorrect: Expected `str | None`, found `str | bool`
[error] invalid-argument-type - :64:47 - Argument is incorrect: Expected `str`, found `str | bool`

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

[error] invalid-argument-type - :429:17 - Argument is incorrect: Expected `dict[str, Any]`, found `str`

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

[error] invalid-argument-type - :20:13 - Argument is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - :29:13 - Argument is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - :38:13 - Argument is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - :57:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :103:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :149:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :195:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :240:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :286:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :344:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`

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

[error] invalid-argument-type - :18:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :38:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :70:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :92:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :113:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :141:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`

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

[error] invalid-argument-type - :36:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :52:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :68:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :87:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :107:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :131:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :159:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`

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

[error] invalid-argument-type - :29:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :46:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :78:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :96:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :115:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :137:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`
[error] invalid-argument-type - :167:9 - Argument is incorrect: Expected `dict[str, Any]`, found `Literal["test"]`

src/prefect/cache_policies.py

[warning] possibly-missing-attribute - :311 -
Old: Attribute `__code__` may be missing on object of type `Unknown | ((...) -> Any)`
New: Attribute `__code__` may be missing on object of type `Unknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))`

src/prefect/deployments/runner.py

[warning] possibly-missing-attribute - :795 -
Old: Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`
New: Attribute `__name__` may be missing on object of type `Unknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))`

src/prefect/flow_engine.py

[error] invalid-argument-type - :1482:43 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1490:21 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1524:44 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_flow_async`
[warning] possibly-missing-attribute - :1531:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_async`
[error] invalid-await - :812:32 - `Unknown | R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]` is not awaitable
[error] invalid-await - :1401:24 - `Unknown | R@AsyncFlowRunEngine | Coroutine[Any, Any, R@AsyncFlowRunEngine]` is not awaitable

src/prefect/flows.py

[warning] unused-ignore-comment - :1750:53 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :286 -
Old: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`
New: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
[error] unresolved-attribute - :404 -
Old: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`
New: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`

src/prefect/task_engine.py

[error] invalid-await - :1613:28 - `Unknown | R@AsyncTaskRunEngine | Coroutine[Any, Any, R@AsyncTaskRunEngine]` is not awaitable
[error] invalid-argument-type - :1721:47 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_task_sync`
[warning] possibly-missing-attribute - :1734:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_task_sync`
[warning] possibly-missing-attribute - :1780:48 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_task_async`
[warning] possibly-missing-attribute - :1792:29 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_task_async`

src/prefect/tasks.py

[warning] possibly-missing-attribute - :184 -
Old: Attribute `__code__` may be missing on object of type `Unknown | ((...) -> Any)`
New: Attribute `__code__` may be missing on object of type `Unknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))`

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

pydantic/_internal/_mock_val_ser.py

[error] invalid-assignment - :137 -
Old: Object of type `MockValSer[SchemaValidator | PluggableSchemaValidator | SchemaSerializer]` is not assignable to attribute `validator` of type `SchemaValidator | PluggableSchemaValidator`
New: Object of type `MockValSer[Unknown]` is not assignable to attribute `validator` of type `SchemaValidator | PluggableSchemaValidator`
[error] invalid-assignment - :143 -
Old: Object of type `MockValSer[SchemaValidator | PluggableSchemaValidator | SchemaSerializer]` is not assignable to attribute `serializer` of type `SchemaSerializer`
New: Object of type `MockValSer[Unknown]` is not assignable to attribute `serializer` of type `SchemaSerializer`
[error] invalid-assignment - :176 -
Old: Object of type `MockValSer[SchemaValidator | PluggableSchemaValidator | SchemaSerializer]` is not assignable to attribute `__pydantic_validator__` of type `SchemaValidator | PluggableSchemaValidator`
New: Object of type `MockValSer[Unknown]` is not assignable to attribute `__pydantic_validator__` of type `SchemaValidator | PluggableSchemaValidator`
[error] invalid-assignment - :182 -
Old: Object of type `MockValSer[SchemaValidator | PluggableSchemaValidator | SchemaSerializer]` is not assignable to attribute `__pydantic_serializer__` of type `SchemaSerializer`
New: Object of type `MockValSer[Unknown]` is not assignable to attribute `__pydantic_serializer__` of type `SchemaSerializer`

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

src/_pytest/config/__init__.py

[error] invalid-argument-type - :1717:26 - Argument to function `assert_never` is incorrect: Expected `Never`, found `Unknown & ~Literal["ini"] & ~Literal["toml"]`

sockeye (https://github.com/awslabs/sockeye)

sockeye/inference.py

[error] invalid-argument-type - :410:32 - Argument is incorrect: Expected `RestrictLexicon | None`, found `object`
[error] no-matching-overload - :376:32 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :376:32 - No overload of bound method `get` matches arguments

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

lib/spack/spack/spec_parser.py

[error] invalid-return-type - :472:16 - Return type does not match returned value: expected `list[Spec]`, found `list[Spec | None]`

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

static_frame/core/bus.py

[error] invalid-return-type - :671 -
Old: Return type does not match returned value: expected `InterGetItemLocReduces[Bus[Any], object_]`, found `InterGetItemLocReduces[Bus[Any] | Bottom[Series[Any, Any]] | ndarray[Never, Never] | ... omitted 6 union elements, object_]`
New: Return type does not match returned value: expected `InterGetItemLocReduces[Bus[Any], object_]`, found `InterGetItemLocReduces[Bus[Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, object_]`

static_frame/core/series.py

[error] invalid-return-type - :772 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[Series[Any, Any], TVDtype@Series]`, found `InterGetItemILocReduces[Series[Any, Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, TVDtype@Series]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[Series[Any, Any], TVDtype@Series]`, found `InterGetItemILocReduces[Series[Any, Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, TVDtype@Series]`
[error] invalid-return-type - :4072 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[SeriesHE[Any, Any], TVDtype@SeriesHE]`, found `InterGetItemILocReduces[Bottom[Series[Any, Any]] | ndarray[Never, Never] | TypeBlocks | ... omitted 7 union elements, TVDtype@SeriesHE]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[SeriesHE[Any, Any], TVDtype@SeriesHE]`, found `InterGetItemILocReduces[Bottom[Series[Any, Any]] | Bottom[Index[Any]] | TypeBlocks | ... omitted 7 union elements, TVDtype@SeriesHE]`

static_frame/core/yarn.py

[error] invalid-return-type - :418 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Yarn[Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, object_]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Yarn[Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, object_]`

tornado (https://github.com/tornadoweb/tornado)

tornado/gen.py

[error] invalid-argument-type - :255 -
Old: Argument to bound method `__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _T@next | _VT@next`
New: Argument to bound method `__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _VT@next | _T@next`

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

zerver/lib/markdown/__init__.py

[error] not-subscriptable - :1083:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :1087:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :1107:27 - Object of type `None` is not iterable
[error] invalid-argument-type - :1149:50 - Argument to bound method `handle_video_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str | None] | None]`
[error] invalid-argument-type - :1171:56 - Argument to bound method `handle_youtube_url_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str | None] | None]`
[error] invalid-argument-type - :1159 -
Old: Argument to bound method `handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str | None] | None] | ResultWithFamily[tuple[str, str]]`
New: Argument to bound method `handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str | None]] | ResultWithFamily[tuple[str, str]]`

zerver/lib/markdown/nested_code_blocks.py

[error] invalid-argument-type - :30:58 - Argument to bound method `get_nested_code_blocks` is incorrect: Expected `list[ResultWithFamily[tuple[str, str | None]]]`, found `list[ResultWithFamily[tuple[str, str | None] | None]]`