Ecosystem report

Old: main (merge base) 67296f08 New: 24653/merge 181b117e
Lint Rule Removed Added Changed
Total 46 118 5
invalid-argument-type 1 74 5
unused-type-ignore-comment 36 0 0
unknown-argument 1 21 0
invalid-type-form 0 11 0
no-matching-overload 0 8 0
invalid-method-override 0 3 0
not-subscriptable 3 0 0
invalid-return-type 1 1 0
unresolved-attribute 2 0 0
invalid-assignment 1 0 0
type-assertion-failure 1 0 0
Project Removed Added Changed
Total 46 118 5
discord.py 22 47 0
bokeh 0 57 4
pydantic 10 1 0
altair 7 0 0
pandas 0 3 1
prefect 1 3 0
trio 4 0 0
aiohttp-devtools 0 2 0
pywin32 0 2 0
rotki 0 2 0
hydpy 0 1 0
pyinstrument 1 0 0
scipy-stubs 1 0 0

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

aiohttp_devtools/runserver/watch.py

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

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

altair/datasets/_constraints.py

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

altair/utils/core.py

[error] unresolved-attribute - Attribute `schema` is not defined on `NativeDataFrame`, `DataFrameLike`, `None` in union `NativeDataFrame | DataFrameLike | Unknown | None`
[error] not-subscriptable - Cannot subscript object of type `DataFrameLike` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `NativeDataFrame` with no `__getitem__` method
[error] not-subscriptable - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - Attribute `to_native` is not defined on `NativeDataFrame`, `DataFrameLike`, `None` in union `NativeDataFrame | DataFrameLike | Unknown | None`

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

src/bokeh/plotting/_graph.py

[error] invalid-argument-type - Argument to `GlyphRenderer.__init__` is incorrect: Argument type `Glyph | None` does not satisfy upper bound `Glyph` of type variable `GlyphType`
[error] invalid-argument-type - Argument to `GlyphRenderer.__init__` is incorrect: Expected `Glyph`, found `Glyph | None`
[error] invalid-argument-type - Argument to `GlyphRenderer.__init__` is incorrect: Argument type `Glyph | None` does not satisfy upper bound `Glyph` of type variable `GlyphType`
[error] invalid-argument-type - Argument to `GlyphRenderer.__init__` is incorrect: Expected `Glyph`, found `Glyph | None`

src/bokeh/transform.py

[error] invalid-argument-type - Argument to `EqHistColorMapper.__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 - Argument to `EqHistColorMapper.__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 - Argument to `EqHistColorMapper.__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 - Argument to `EqHistColorMapper.__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 - Argument to `CategoricalColorMapper.__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 - Argument to `CategoricalColorMapper.__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to `CategoricalColorMapper.__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - Argument to `CategoricalColorMapper.__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 - Argument to `CategoricalPatternMapper.__init__` is incorrect: Expected `Sequence[Property[Literal["blank", "dot", "ring", "horizontal_line", "vertical_line", ... omitted 29 literals]]]`, found `Sequence[str]`
[error] invalid-argument-type - Argument to `CategoricalPatternMapper.__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to `CategoricalPatternMapper.__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - Argument to `CategoricalMarkerMapper.__init__` is incorrect: Expected `Sequence[Literal["asterisk", "circle", "circle_cross", "circle_dot", "circle_x", ... omitted 23 literals]]`, found `Sequence[str]`
[error] invalid-argument-type - Argument to `CategoricalMarkerMapper.__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to `CategoricalMarkerMapper.__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - Argument to `LinearColorMapper.__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 - Argument to `LinearColorMapper.__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 - Argument to `LinearColorMapper.__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 - Argument to `LinearColorMapper.__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 - Argument to `LogColorMapper.__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 - Argument to `LogColorMapper.__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 - Argument to `LogColorMapper.__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 - Argument to `LogColorMapper.__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 - Argument to `Toolbar.__init__` is incorrect: Expected `Literal["normal", "grey"] | None`, found `Literal["normal", "grey"] | None | UndefinedType`
[error] invalid-argument-type - Argument to `Toolbar.__init__` is incorrect: Expected `bool`, found `bool | UndefinedType`
[error] invalid-argument-type - Argument to `Toolbar.__init__` is incorrect: Expected `Literal["auto"] | Drag | ToolProxy | None`, found `ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - Argument to `Toolbar.__init__` is incorrect: Expected `Literal["auto"] | InspectTool | ToolProxy | Sequence[InspectTool] | None`, found `ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - Argument to `Toolbar.__init__` is incorrect: Expected `Literal["auto"] | Scroll | ToolProxy | None`, found `ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - Argument to `Toolbar.__init__` is incorrect: Expected `Literal["auto"] | Tap | ToolProxy | None`, found `ToolProxy | Tool | UndefinedType`
[error] invalid-argument-type - Argument to `Toolbar.__init__` is incorrect: Expected `Literal["auto"] | GestureTool | ToolProxy | None`, found `ToolProxy | Tool | UndefinedType`
[error] unknown-argument - Argument `children` does not match any known parameter of `GridPlot.__init__`

src/bokeh/models/renderers/contour_renderer.py

[error] invalid-argument-type - Argument to `ContourColorBar.__init__` is incorrect: Expected `GlyphRenderer[Glyph]`, found `Instance[GlyphRenderer[Unknown]]`
[error] invalid-argument-type - Argument to `ContourColorBar.__init__` is incorrect: Expected `GlyphRenderer[Glyph]`, found `Instance[GlyphRenderer[Unknown]]`
[error] invalid-argument-type - Argument to `ContourColorBar.__init__` is incorrect: Expected `Sequence[int | float]`, found `Seq[T@Seq]`
[error] invalid-argument-type - Argument to `FixedTicker.__init__` is incorrect: Expected `Sequence[int | float]`, found `Seq[T@Seq]`

src/bokeh/models/renderers/graph_renderer.py

[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> GlyphRenderer[Unknown]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> GlyphRenderer[Scatter]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[Unknown]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[Scatter]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> GlyphRenderer[Unknown]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> GlyphRenderer[MultiLine]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[Unknown]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[MultiLine]`

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - Argument to `CoordinateMapping.__init__` is incorrect: Expected `Range`, found `Range | None`
[error] invalid-argument-type - Argument to `CoordinateMapping.__init__` is incorrect: Expected `Range`, found `Range | None`

src/bokeh/plotting/_geo_feature.pyi

[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`
[error] invalid-type-form - Unpacked value for `**kwargs` must be a TypedDict, not `Unknown`

src/bokeh/plotting/_plot.py

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

src/bokeh/plotting/_renderer.py

[error] invalid-argument-type - Argument to `GlyphRenderer.__init__` is incorrect: Argument type `Glyph | None` does not satisfy upper bound `Glyph` of type variable `GlyphType`
[error] invalid-argument-type - Argument to `GlyphRenderer.__init__` is incorrect: Expected `Glyph`, found `Glyph | None`
[error] invalid-argument-type - Argument to function `update_legend` is incorrect: Expected `GlyphRenderer[Glyph]`, found `GlyphRenderer[GlyphType@GlyphRenderer]`
[error] invalid-return-type - Return type does not match returned value: expected `GlyphRenderer[Glyph]`, found `GlyphRenderer[GlyphType@GlyphRenderer]`

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

discord/shard.py

[error] unknown-argument - Argument `shard_connect_timeout` does not match any known parameter of `Client.__init__`
[error] unknown-argument - Argument `shard_ids` does not match any known parameter of `Client.__init__`
[error] invalid-argument-type - Argument to `Client.__init__` is incorrect: Expected `Status | None`, found `int | None`
[error] invalid-argument-type - Argument to `Client.__init__` is incorrect: Expected `int | None`, found `int | float | None`

discord/permissions.py

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

discord/ext/commands/bot.py

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

discord/ext/commands/core.py

[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `CooldownMapping[Context[Any]]`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `MaxConcurrency`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `bool`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `bool`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `bool`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `bool`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `bool`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `bool`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `dict[Any, Any]`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `list[(Context[Any], /) -> bool | Coroutine[Any, Any, bool]]`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `list[str] | tuple[str, ...]`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `str | None`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `str | None`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `str | None`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `str`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `str`, found `Any | list[str] | tuple[str, ...] | ... omitted 7 union elements`
[error] no-matching-overload - No overload of function `command` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

discord/ext/commands/help.py

[error] unknown-argument - Argument `arguments_heading` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `commands_heading` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `default_argument_description` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `dm_help_threshold` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `dm_help` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `indent` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `no_category` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `paginator` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `show_parameter_descriptions` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `sort_commands` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `width` does not match any known parameter of `HelpCommand.__init__`
[error] invalid-argument-type - Argument to `HelpCommand.__init__` is incorrect: Expected `_CommandKwargs`, found `str`
[error] invalid-argument-type - Argument to `HelpCommand.__init__` is incorrect: Expected `bool | None`, found `str`
[error] invalid-argument-type - Argument to `HelpCommand.__init__` is incorrect: Expected `bool`, found `_CommandKwargs`
[error] unknown-argument - Argument `aliases_heading` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `commands_heading` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `dm_help_threshold` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `dm_help` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `no_category` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `paginator` does not match any known parameter of `HelpCommand.__init__`
[error] unknown-argument - Argument `sort_commands` does not match any known parameter of `HelpCommand.__init__`
[error] invalid-argument-type - Argument to `HelpCommand.__init__` is incorrect: Expected `_CommandKwargs`, found `str`
[error] invalid-argument-type - Argument to `HelpCommand.__init__` is incorrect: Expected `bool | None`, found `str`
[error] invalid-argument-type - Argument to `HelpCommand.__init__` is incorrect: Expected `bool`, found `_CommandKwargs`

discord/ext/commands/hybrid.py

[error] invalid-method-override - Invalid override of method `command`: Definition is incompatible with `GroupMixin.command`
[error] invalid-method-override - Invalid override of method `group`: Definition is incompatible with `GroupMixin.group`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

hydpy/models/rconc/rconc_control.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

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

pandas/io/parsers/readers.py

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

pandas/tests/io/parser/test_read_fwf.py

[error] invalid-argument-type - Argument to function `read_fwf` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Literal["numpy"]`

pandas/tests/io/parser/test_unsupported.py

[error] no-matching-overload - No overload of function `read_csv` matches arguments

pandas/tests/io/test_common.py

[error] no-matching-overload - No overload of function `read_csv` matches arguments

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

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

[error] invalid-argument-type - Argument to `MaterializingTask.__init__` is incorrect: Expected `list[Asset | str] | None`, found `(list[Asset] & ~AlwaysFalsy) | None`

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

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

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

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

src/prefect/tasks.py

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

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

pydantic/fields.py

[error] no-matching-overload - No overload of function `Field` matches arguments
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

pyinstrument/context_manager.py

[error] invalid-assignment - Object of type `dict[str, @Todo]` is not assignable to attribute `options` of type `ProfileContextOptions`

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

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

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

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

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

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

rotkehlchen/tests/db/test_db.py

[error] no-matching-overload - No overload of bound method `DBHandler.get_dynamic_cache` matches arguments
[error] no-matching-overload - No overload of bound method `DBHandler.get_dynamic_cache` matches arguments

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

tests/stats/test_new_distributions.pyi

[error] type-assertion-failure - Type `Normal[tuple[()], float64]` does not match asserted type `Normal[tuple[int], floating]`

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

src/trio/_tests/test_subprocess.py

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

src/trio/_tests/type_tests/subprocesses.py

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