Ecosystem report

Old: main (merge base) dc50b824 New: 22771/merge 37575168
Lint Rule Removed Added Changed
Total 53 80 17
invalid-argument-type 6 47 5
unused-type-ignore-comment 28 1 0
unknown-argument 1 21 0
no-matching-overload 0 8 0
invalid-assignment 5 0 2
invalid-parameter-default 0 0 7
not-subscriptable 7 0 0
invalid-return-type 2 0 3
possibly-missing-attribute 4 0 0
invalid-method-override 0 3 0
Project Removed Added Changed
Total 53 80 17
bokeh 0 38 0
discord.py 14 24 0
pydantic 10 1 9
altair 17 0 0
prefect 7 2 5
rotki 0 8 0
pyinstrument 1 1 2
trio 4 0 0
aiohttp-devtools 0 2 0
pycryptodome 0 2 0
pywin32 0 2 0
pandas 0 0 1

aiohttp-devtools (https://github.com/aio-libs/aiohttp-devtools)

aiohttp_devtools/runserver/watch.py

[error] invalid-argument-type - :120:55 - Argument to bound method `get` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `None | SSLContext`
[error] invalid-argument-type - :155:57 - Argument to bound method `get` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `None | SSLContext`

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

tests/test_transformed_data.py

[error] invalid-argument-type - :97:16 - Argument to function `len` is incorrect: Expected `Sized`, found `(Any & ~None) | DataFrameLike`
[warning] possibly-missing-attribute - :98:35 - Attribute `columns` may be missing on object of type `(Any & ~None) | DataFrameLike`

altair/datasets/_constraints.py

[error] invalid-return-type - :57:24 - Return type does not match returned value: expected `Metadata`, found `dict[str, @Todo]`
[error] invalid-argument-type - :111:33 - Argument to bound method `from_metadata` is incorrect: Expected `Metadata`, found `dict[str, @Todo]`

altair/utils/core.py

[warning] possibly-missing-attribute - :676:18 - Attribute `schema` may be missing on object of type `NativeDataFrame | DataFrameLike | Unknown | None`
[error] not-subscriptable - :678:22 - Cannot subscript object of type `DataFrameLike` with no `__getitem__` method
[error] not-subscriptable - :678:22 - Cannot subscript object of type `NativeDataFrame` with no `__getitem__` method
[error] not-subscriptable - :678:22 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :682:39 - Attribute `to_native` may be missing on object of type `NativeDataFrame | DataFrameLike | Unknown | None`

altair/utils/data.py

[error] invalid-argument-type - :208:28 - Argument to function `len` is incorrect: Expected `Sized`, found `(NativeDataFrame & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (narwhals.stable.v1.typing.DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (Unknown & ~None & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (altair.utils.core.DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - :209:39 - Argument to function `len` is incorrect: Expected `Sized`, found `(NativeDataFrame & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (narwhals.stable.v1.typing.DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (Unknown & ~None & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (altair.utils.core.DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]])`
[error] not-subscriptable - :210:12 - Cannot subscript object of type `DataFrameLike` with no `__getitem__` method
[error] not-subscriptable - :210:12 - Cannot subscript object of type `DataFrameLike` with no `__getitem__` method
[error] not-subscriptable - :210:12 - Cannot subscript object of type `NativeDataFrame` with no `__getitem__` method
[error] not-subscriptable - :210:12 - Cannot subscript object of type `SupportsGeoInterface` with no `__getitem__` method
[warning] possibly-missing-attribute - :415:12 - Attribute `write_csv` may be missing on object of type `(NativeDataFrame & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (narwhals.stable.v1.typing.DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (Unknown & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (altair.utils.core.DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]])`

altair/utils/schemapi.py

[error] invalid-return-type - :509:12 - Return type does not match returned value: expected `list[Any]`, found `object`

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

src/bokeh/transform.py

[error] invalid-argument-type - :155:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - :158:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - :159:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - :160:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - :200:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - :202:13 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - :203:13 - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - :204:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - :242:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[Property[Literal["blank", "dot", "ring", "horizontal_line", "vertical_line", ... omitted 29 literals]]]`, found `Sequence[str]`
[error] invalid-argument-type - :244:13 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - :245:13 - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - :285:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[Literal["asterisk", "circle", "circle_cross", "circle_dot", "circle_x", ... omitted 23 literals]]`, found `Sequence[str]`
[error] invalid-argument-type - :287:13 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - :288:13 - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - :368:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - :371:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - :372:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - :373:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - :415:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | tuple[int, int, int] | tuple[int, int, int, int | float]]`, found `Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]]`
[error] invalid-argument-type - :418:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float]`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - :419:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`
[error] invalid-argument-type - :420:13 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[int, int, int] | tuple[int, int, int, int | float] | None`, found `str | Color | tuple[int, int, int] | tuple[int, int, int, int | float] | None`

src/bokeh/layouts.py

[error] invalid-argument-type - :384:9 - Argument to bound method `__init__` is incorrect: Expected `Literal["normal", "grey"] | None`, found `Unknown | str | None | UndefinedType`
[error] invalid-argument-type - :385:9 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | UndefinedType`
[error] invalid-argument-type - :386:9 - Argument to bound method `__init__` is incorrect: Expected `Literal["auto"] | Drag | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :387:9 - Argument to bound method `__init__` is incorrect: Expected `Literal["auto"] | InspectTool | ToolProxy | Sequence[InspectTool] | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :388:9 - Argument to bound method `__init__` is incorrect: Expected `Literal["auto"] | Scroll | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :389:9 - Argument to bound method `__init__` is incorrect: Expected `Literal["auto"] | Tap | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - :390:9 - Argument to bound method `__init__` is incorrect: Expected `Literal["auto"] | GestureTool | ToolProxy | None`, found `Unknown | ToolProxy | Tool | UndefinedType`
[error] unknown-argument - :394:9 - Argument `children` does not match any known parameter of bound method `__init__`

src/bokeh/models/renderers/contour_renderer.py

[error] invalid-argument-type - :112:13 - Argument to bound method `__init__` is incorrect: Expected `GlyphRenderer[Glyph]`, found `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] invalid-argument-type - :113:13 - Argument to bound method `__init__` is incorrect: Expected `GlyphRenderer[Glyph]`, found `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] invalid-argument-type - :114:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float]`, found `Unknown | Seq[Unknown]`
[error] invalid-argument-type - :115:32 - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float]`, found `Unknown | Seq[Unknown]`

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - :243:41 - Argument to bound method `__init__` is incorrect: Expected `Range`, found `Range | None`
[error] invalid-argument-type - :243:60 - Argument to bound method `__init__` is incorrect: Expected `Range`, found `Range | None`

src/bokeh/plotting/_plot.py

[error] invalid-argument-type - :106:32 - Argument to bound method `__init__` is incorrect: Expected `int | float | datetime | timedelta`, found `int | float | str | (Unknown & ~None) | IntrinsicType`
[error] invalid-argument-type - :106:45 - Argument to bound method `__init__` is incorrect: Expected `int | float | datetime | timedelta`, found `int | float | str | (Unknown & ~None) | IntrinsicType`

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

discord/shard.py

[error] unknown-argument - :379:50 - Argument `shard_connect_timeout` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :379:50 - Argument `shard_ids` does not match any known parameter of bound method `__init__`

discord/permissions.py

[warning] unused-type-ignore-comment - :215:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :483:46 - Unused blanket `type: ignore` directive

discord/ext/commands/bot.py

[warning] unused-type-ignore-comment - :307:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :308:107 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :331:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :332:105 - Unused blanket `type: ignore` directive

discord/ext/commands/core.py

[error] invalid-argument-type - :602:38 - Argument to bound method `__init__` is incorrect: Expected `Unpack[_CommandKwargs]`, found `list[str] | tuple[str, ...] | str | ... omitted 6 union elements`
[error] no-matching-overload - :1859:12 - No overload of function `command` matches arguments
[warning] unused-type-ignore-comment - :1551:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1608:48 - Unused blanket `type: ignore` directive

discord/ext/commands/help.py

[error] unknown-argument - :1087:26 - Argument `arguments_heading` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `commands_heading` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `default_argument_description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `dm_help_threshold` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `dm_help` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `indent` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `no_category` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `paginator` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `show_parameter_descriptions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `sort_commands` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1087:26 - Argument `width` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1378:26 - Argument `aliases_heading` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1378:26 - Argument `commands_heading` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1378:26 - Argument `dm_help_threshold` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1378:26 - Argument `dm_help` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1378:26 - Argument `no_category` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1378:26 - Argument `paginator` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :1378:26 - Argument `sort_commands` does not match any known parameter of bound method `__init__`

discord/ext/commands/hybrid.py

[error] invalid-method-override - :836:9 - Invalid override of method `command`: Definition is incompatible with `GroupMixin.command`
[error] invalid-method-override - :860:9 - Invalid override of method `group`: Definition is incompatible with `GroupMixin.group`
[warning] unused-type-ignore-comment - :853:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :854:107 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :877:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :878:105 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :932:92 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :965:90 - Unused blanket `type: ignore` directive

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

pandas/io/parsers/readers.py

[error] invalid-argument-type - :1574 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `(@Todo & ~Literal[False] & ~_NoDefault) | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Hashable & ~Literal[False] & ~_NoDefault`

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

src/integrations/prefect-dbt/prefect_dbt/core/settings.py

[error] invalid-assignment - :94:28 - Object of type `dict[Any, Any] | int | dict[str, Any] | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :99:28 - Object of type `int | dict[Any, Any] | float | ... omitted 3 union elements` is not assignable to `dict[str, Any]`

src/integrations/prefect-dbt/tests/cli/configs/test_snowflake.py

[error] unknown-argument - :100:9 - Argument `schema` does not match any known parameter

src/integrations/prefect-gitlab/prefect_gitlab/repositories.py

[error] no-matching-overload - :90:32 - No overload of function `Field` matches arguments

src/prefect/cli/deploy/_core.py

[error] invalid-assignment - :86:21 - Object of type `dict[Any, Any] | int | dict[str, Any] | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :87:21 - Object of type `int | dict[Any, Any] | float | ... omitted 3 union elements` is not assignable to `dict[str, Any]`

src/prefect/deployments/steps/core.py

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

src/prefect/tasks.py

[error] invalid-method-override - :2214:9 - Invalid override of method `with_options`: Definition is incompatible with `Task.with_options`

src/prefect/utilities/templating.py

[error] invalid-assignment - :320 -
Old: Invalid subscript assignment with key of type `object` and value of type `Unknown | int | dict[str, Any] | ... omitted 4 union elements` on object of type `dict[str, Any]`
New: 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 - :323 -
Old: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[Unknown | int | dict[str, Any] | ... omitted 4 union elements]`
New: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[Unknown | dict[str, Any]]`
[error] invalid-return-type - :437 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, Unknown | int | float | ... omitted 4 union elements]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, Unknown]`
[error] invalid-return-type - :442 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `list[Unknown | int | float | ... omitted 4 union elements]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `list[Unknown]`

src/prefect/workers/base.py

[error] invalid-argument-type - :234:20 - Argument expression after ** must be a mapping type: Found `int | Unknown | float | ... omitted 4 union elements`
[error] invalid-argument-type - :232 -
Old: Argument is incorrect: Argument type `str | int | dict[str, Any] | ... omitted 3 union elements` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`
New: 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`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/Protocol/HPKE.py

[error] invalid-argument-type - :181:39 - Argument to function `key_agreement` is incorrect: Expected `Unpack[RequestParams[Unknown]]`, found `Unknown | (EccKey & ~AlwaysFalsy)`
[error] invalid-argument-type - :221:39 - Argument to function `key_agreement` is incorrect: Expected `Unpack[RequestParams[Unknown]]`, found `Unknown | (EccKey & ~AlwaysFalsy)`

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

pydantic/_internal/_core_metadata.py

[error] invalid-assignment - :87 -
Old: Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | ((dict[str, int | float | str | ... omitted 3 union elements], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`
New: Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | ((dict[str, Divergent], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`

pydantic/fields.py

[error] no-matching-overload - :668:16 - No overload of function `Field` matches arguments
[warning] unused-type-ignore-comment - :238:95 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :277:57 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1286:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1290:47 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1300:47 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1310:53 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1320:57 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1330:39 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1343:40 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1358:43 - Unused blanket `type: ignore` directive
[error] invalid-parameter-default - :949 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :989 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1032 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1072 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1115 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1154 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1194 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-argument-type - :1573 -
Old: Argument is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`
New: Argument is incorrect: Expected `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/context_manager.py

[error] invalid-assignment - :41:9 - Object of type `dict[str, @Todo]` is not assignable to attribute `options` of type `ProfileContextOptions`
[error] invalid-argument-type - :40 -
Old: Argument to bound method `__init__` is incorrect: Expected `Literal["enabled", "disabled", "strict"]`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `Literal["enabled", "disabled", "strict"]`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :40 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :40:34 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | float | str | None`

pywin32 (https://github.com/mhammond/pywin32)

com/win32comext/shell/demos/servers/folder_view.py

[error] invalid-argument-type - :863:9 - Argument to function `UseCommandLine` is incorrect: Expected `bool`, found `Literal[0]`

com/win32comext/shell/demos/servers/shell_view.py

[error] invalid-argument-type - :968:9 - Argument to function `UseCommandLine` is incorrect: Expected `bool`, found `Literal[0]`

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

rotkehlchen/db/dbhandler.py

[error] no-matching-overload - :883:65 - No overload of bound method `get_db_key` matches arguments
[error] no-matching-overload - :896:59 - No overload of bound method `get_db_key` matches arguments
[error] no-matching-overload - :1051:14 - No overload of bound method `get_db_key` matches arguments

rotkehlchen/tasks/events.py

[warning] unused-type-ignore-comment - :586:42 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :589:13 - Argument to bound method `set_dynamic_cache` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :590:13 - Argument to bound method `set_dynamic_cache` is incorrect: Expected `int`, found `Unknown | int | None`

rotkehlchen/tests/db/test_db.py

[error] no-matching-overload - :397:20 - No overload of bound method `get_dynamic_cache` matches arguments
[error] no-matching-overload - :437:20 - No overload of bound method `get_dynamic_cache` matches arguments

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

src/trio/_tests/type_tests/subprocesses.py

[warning] unused-type-ignore-comment - :15:70 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :22:60 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :23:70 - Unused blanket `type: ignore` directive

src/trio/_tests/test_subprocess.py

[warning] unused-type-ignore-comment - :496:55 - Unused blanket `type: ignore` directive