Summary

Comparing branches/commits:
Old: main (merge base) 06941c19
New: 21394/merge af514aac
Lint Rule Removed Added Changed
Total 1227 4712 934
invalid-argument-type 121 1645 255
invalid-key 0 1837 0
type-assertion-failure 432 170 327
no-matching-overload 15 410 0
unused-ignore-comment 333 13 0
possibly-missing-attribute 10 155 135
unresolved-attribute 83 101 70
invalid-assignment 38 91 58
non-subscriptable 38 97 8
invalid-return-type 47 47 36
unsupported-operator 14 76 19
invalid-type-form 64 24 10
not-iterable 9 7 8
possibly-unresolved-reference 19 0 0
call-non-callable 2 9 1
unknown-argument 1 9 0
invalid-parameter-default 0 7 1
index-out-of-bounds 1 1 3
missing-argument 0 5 0
invalid-await 0 1 3
division-by-zero 0 2 0
missing-typed-dict-key 0 2 0
invalid-raise 0 1 0
redundant-cast 0 1 0
too-many-positional-arguments 0 1 0

aioredis (https://github.com/aio-libs/aioredis)

aioredis/client.py

[error] no-matching-overload - :3898:38 - No overload of bound method `split` matches arguments
[error] invalid-argument-type - :3898:53 - Argument to bound method `split` is incorrect: Expected `Buffer | None`, found `Literal[" "]`

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

src/aiortc/rtcpeerconnection.py

[error] invalid-argument-type - :132:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | str | None`

src/aiortc/sdp.py

[error] invalid-argument-type - :486:48 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :524:55 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

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

alerta/models/alarms/alerta.py

[error] no-matching-overload - :78:16 - No overload of function `sorted` matches arguments
[error] no-matching-overload - :120:28 - No overload of function `sorted` matches arguments

alerta/models/alarms/isa_18_2.py

[error] no-matching-overload - :88:28 - No overload of function `sorted` matches arguments

alerta/models/alert.py

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

alerta/utils/logging.py

[error] missing-typed-dict-key - :68:33 - Missing required key 'name' in TypedDict `_FilterConfigurationTypedDict` constructor
[error] invalid-key - :69:25 - Unknown key "()" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "()"
[error] invalid-key - :70:25 - Unknown key "methods" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "methods"
[error] missing-typed-dict-key - :72:32 - Missing required key 'name' in TypedDict `_FilterConfigurationTypedDict` constructor
[error] invalid-key - :73:25 - Unknown key "()" for TypedDict `_FilterConfigurationTypedDict`: Unknown key "()"

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

altair/utils/data.py

[error] invalid-argument-type - :208:28 - Argument to function `len` is incorrect: Expected `Sized`, found `dict[Any, Any] | NativeDataFrame | DataFrameLike | ... omitted 3 union elements`
[error] invalid-argument-type - :209:39 - Argument to function `len` is incorrect: Expected `Sized`, found `dict[Any, Any] | NativeDataFrame | DataFrameLike | ... omitted 3 union elements`
[error] non-subscriptable - :210:12 - Cannot subscript object of type `DataFrameLike` with no `__getitem__` method
[error] non-subscriptable - :210:12 - Cannot subscript object of type `DataFrameLike` with no `__getitem__` method
[error] non-subscriptable - :210:12 - Cannot subscript object of type `NativeDataFrame` with no `__getitem__` method
[error] non-subscriptable - :210:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :210:12 - Cannot subscript object of type `SupportsGeoInterface` with no `__getitem__` method
[error] unresolved-attribute - :415:12 - Object of type `(NativeDataFrame & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]])` has no attribute `write_csv`

altair/utils/execeval.py

[error] invalid-argument-type - :81:52 - Argument to function `compile` is incorrect: Expected `str | bytes | PathLike[Any]`, found `str | Buffer | PathLike[Any]`
[error] invalid-argument-type - :87:42 - Argument to function `compile` is incorrect: Expected `str | bytes | PathLike[Any]`, found `str | Buffer | PathLike[Any]`

tests/vegalite/test_common.py

[error] invalid-argument-type - :91:24 - Argument to bound method `enable` is incorrect: Expected `LiteralString | None`, found `str`

tests/__init__.py

[error] invalid-type-form - :192:48 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :193:25 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :201:36 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :202:6 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :208:64 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression

altair/datasets/_cache.py

[error] invalid-assignment - :65:53 - Object of type `dict[Unknown | <class 'Int64'> | <class 'Float64'> | ... omitted 7 union elements, Unknown | str]` is not assignable to `Mapping[type[DType], Literal["integer", "number", "boolean", "string", "object", ... omitted 5 literals]]`
[error] invalid-assignment - :90:53 - Object of type `dict[str | Unknown, type[DType] | Unknown]` is not assignable to `Mapping[Literal["integer", "number", "boolean", "string", "object", ... omitted 5 literals], type[DType]]`
[error] invalid-type-form - :131:33 - Variable of type `Literal["Dataset | LiteralString"]` is not allowed in a type expression
[error] invalid-type-form - :206:36 - Variable of type `Literal["Dataset | LiteralString"]` is not allowed in a type expression

altair/datasets/_data.py

[error] invalid-assignment - :267:17 - Object of type `list[str]` is not assignable to attribute `_dataset_names` of type `list[LiteralString] | None`
[error] invalid-return-type - :271:16 - Return type does not match returned value: expected `list[LiteralString]`, found `list[LiteralString] | None`

altair/datasets/_reader.py

[error] invalid-assignment - :290:35 - Object of type `dict[Unknown | str, Unknown | Sequence[str]]` is not assignable to `Mapping[Literal["supported", "unsupported"], Sequence[Literal["airports", "annual_precip", "anscombe", "barley", "birdstrikes", ... omitted 68 literals]]]`
[error] invalid-argument-type - :333:34 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoFrameT@Reader`
[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`
[warning] possibly-missing-attribute - :335:16 - Attribute `lazy` may be missing on object of type `IntoFrameT@Reader`
[error] invalid-argument-type - :339:10 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoFrameT@Reader`
[error] invalid-argument-type - :387:34 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoFrameT@_NoParquetReader`
[error] invalid-argument-type - :400:29 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@reader`
[error] invalid-argument-type - :421:30 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@reader`
[error] invalid-argument-type - :542:20 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@_steal_eager_parquet`

altair/datasets/_readimpl.py

[error] invalid-argument-type - :60:31 - Argument to class `BaseImpl` is incorrect: Expected `NativeDataFrame | DataFrameLike | NativeLazyFrame`, found `typing.TypeVar`
[error] invalid-argument-type - :63:31 - Argument to class `BaseImpl` is incorrect: Expected `NativeDataFrame | DataFrameLike | NativeLazyFrame`, found `typing.TypeVar`
[error] invalid-argument-type - :218:54 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@into_scan`
[error] invalid-argument-type - :221:24 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@scan_fn`
[error] invalid-argument-type - :223:49 - Argument to class `LazyFrame` is incorrect: Expected `NativeLazyFrame`, found `IntoDataFrameT@scan_fn`
[error] unresolved-attribute - :224:20 - Object of type `IntoDataFrameT@scan_fn` has no attribute `lazy`

altair/utils/_vegafusion_data.py

[error] invalid-assignment - :99:9 - Invalid subscript assignment with key of type `str` and value of type `(dict[Any, Any] & ~SupportsGeoInterface) | (NativeDataFrame & ~SupportsGeoInterface) | (DataFrameLike & ~SupportsGeoInterface) | (DataFrameLike & ~SupportsGeoInterface)` on object of type `MutableMapping[str, DataFrameLike]`

altair/utils/core.py

[error] unresolved-attribute - :671:18 - Object of type `NativeDataFrame | DataFrameLike` has no attribute `schema`
[error] non-subscriptable - :673:22 - Cannot subscript object of type `DataFrameLike` with no `__getitem__` method
[error] non-subscriptable - :673:22 - Cannot subscript object of type `NativeDataFrame` with no `__getitem__` method
[error] unresolved-attribute - :677:39 - Object of type `NativeDataFrame | DataFrameLike` has no attribute `to_native`
[warning] unused-ignore-comment - :512:58 - Unused blanket `type: ignore` directive

altair/utils/schemapi.py

[error] invalid-return-type - :508:12 - Return type does not match returned value: expected `list[Any]`, found `object`
[error] invalid-type-form - :1382:56 - Variable of type `Literal["ModuleType | None"]` is not allowed in a type expression

altair/vegalite/v6/api.py

[error] invalid-assignment - :655:21 - Object of type `(OperatorMixin & Top[dict[Unknown, Unknown]] & ~Parameter & ~PredicateComposition & ~Expression) | (Expr & Top[dict[Unknown, Unknown]] & ~Parameter & ~PredicateComposition & ~Expression) | (_ConditionExtra & Top[dict[Unknown, Unknown]] & ~Parameter & ~PredicateComposition & ~Expression)` is not assignable to `_ConditionExtra`
[error] no-matching-overload - :913:5 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :913:5 - No overload of bound method `update` matches arguments
[error] invalid-return-type - :914:12 - Return type does not match returned value: expected `dict[str, Any]`, found `(Mapping[str, Any] & Top[dict[Unknown, Unknown]] & ~SchemaBase) | dict[str, Any]`
[error] invalid-return-type - :664:12 - Return type does not match returned value: expected `_ConditionExtra`, found `dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | (str & ~Parameter) | (Expression & ~Parameter) | (PredicateComposition & ~Parameter)] | ... omitted 3 union elements`
[error] invalid-type-form - :1742:21 - Variable of type `Literal["PrimitiveValue_T | Temporal | DateTime | Sequence[Mapping[SingleDefUnitChannel_T | LiteralString, PrimitiveValue_T | Temporal | DateTime]]"]` is not allowed in a type expression

altair/vegalite/v6/data.py

[error] invalid-argument-type - :24:39 - Argument to bound method `register` is incorrect: Expected `((...) -> typing.TypeVar) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, /) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`
[error] invalid-argument-type - :28:42 - Argument to bound method `register` is incorrect: Expected `((...) -> typing.TypeVar) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (...) -> Any, (data: DataFrameLike, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Unknown, Unknown] | NativeDataFrame | DataFrameLike | SupportsGeoInterface, max_rows: int = ellipsis) -> _ToVegaFusionReturnUrlDict | dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`
[error] invalid-argument-type - :25 -
Old: Argument to bound method `register` is incorrect: Expected `((...) -> typing.TypeVar) | None`, found `Overload[(data: None = ellipsis, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> partial[Unknown], (data: dict[Any, Any] | @Todo | SupportsGeoInterface | DataFrameLike, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> _ToFormatReturnUrlDict]`
New: Argument to bound method `register` is incorrect: Expected `((...) -> typing.TypeVar) | None`, found `Overload[(data: None = ellipsis, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> partial[Unknown], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | SupportsGeoInterface | DataFrameLike, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> _ToFormatReturnUrlDict]`

tests/test_datasets.py

[error] invalid-assignment - :56:52 - Object of type `dict[Unknown | str, Unknown | ParameterSet]` is not assignable to `Mapping[Literal["polars", "pandas", "pandas[pyarrow]", "pyarrow"], ParameterSet]`
[error] unresolved-attribute - :795:17 - Object of type `DataObject` has no attribute `nonexistent_dataset`
[error] no-matching-overload - :824:9 - No overload matches arguments
[warning] unused-ignore-comment - :325:50 - Unused blanket `type: ignore` directive

tests/utils/test_schemapi.py

[error] invalid-argument-type - :496:52 - Argument to bound method `timeUnit` is incorrect: Expected `TimeUnitParams | Literal["yearquarter", "yearquartermonth", "yearmonth", "yearmonthdate", "yearmonthdatehours", ... omitted 103 literals]`, found `Literal["invalid_value"]`

tests/vegalite/v6/test_api.py

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

tests/vegalite/v6/test_theme.py

[error] invalid-argument-type - :1086:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :1098:47 - Argument to function `__new__` is incorrect: Expected `Iterable[Literal["config"]]`, found `set[Unknown | str]`

antidote (https://github.com/Finistere/antidote)

src/antidote/core/_inject.py

[error] missing-argument - :43:41 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :43:61 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`

src/antidote/core/_wiring.py

[error] missing-argument - :15:41 - No argument provided for required parameter `_R_co` of class `staticmethod`
[error] missing-argument - :15:61 - No arguments provided for required parameters `_P`, `_R_co` of class `classmethod`
[error] invalid-type-form - :70:65 - Variable of type `Literal["Callable[..., Any] | staticmethod[Any] | classmethod[Any]"]` is not allowed in a type expression

tests/core/test_catalog_test.py

[error] non-subscriptable - :158:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :170:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :208:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :219:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :224:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :225:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :252:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :253:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :254:13 - Cannot subscript object of type `CatalogOverrides` with no `__getitem__` method
[error] non-subscriptable - :464:13 - Cannot subscript object of type `CatalogOverride` with no `__getitem__` method
[error] non-subscriptable - :468:13 - Cannot subscript object of type `CatalogOverride` with no `__getitem__` method
[warning] unused-ignore-comment - :423:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :500:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :503:41 - Unused blanket `type: ignore` directive

tests/core/test_data.py

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

tests/core/test_type_hints_locals.py

[warning] unused-ignore-comment - :91:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :94:43 - Unused blanket `type: ignore` directive

tests/lib/lazy/test_lazy.py

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

anyio (https://github.com/agronholm/anyio)

src/anyio/_backends/_trio.py

[error] invalid-argument-type - :1140:30 - Argument to function `convert_item` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | (Sequence[str | bytes | PathLike[str] | PathLike[bytes]] & PathLike[object]) | PathLike[str] | PathLike[bytes]`

apprise (https://github.com/caronc/apprise)

apprise/plugins/bark.py

[error] invalid-argument-type - :273:30 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :428:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/bulkvs.py

[error] invalid-argument-type - :257:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/clicksend.py

[error] invalid-argument-type - :208:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/gotify.py

[error] invalid-argument-type - :177:13 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`

apprise/plugins/home_assistant.py

[error] invalid-argument-type - :203:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/join.py

[error] invalid-argument-type - :220:13 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | dict[Unknown | int, Unknown | str]`

apprise/plugins/mastodon.py

[error] invalid-argument-type - :957:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :960:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/nextcloudtalk.py

[error] invalid-argument-type - :224:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/notica.py

[error] invalid-argument-type - :238:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/ntfy.py

[error] invalid-argument-type - :661:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/popcorn_notify.py

[error] invalid-argument-type - :195:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown, None]`

apprise/plugins/pushjet.py

[error] invalid-argument-type - :218:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/pushover.py

[error] invalid-argument-type - :326:13 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int | tuple[str, str]`
[error] invalid-argument-type - :345:34 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :351:35 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/pushy.py

[error] invalid-argument-type - :165:30 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/reddit.py

[error] invalid-argument-type - :697:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - :700:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/revolt.py

[error] invalid-argument-type - :285:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :289:29 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/sfr.py

[error] invalid-argument-type - :201:32 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/signal_api.py

[error] invalid-argument-type - :341:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/url.py

[error] invalid-argument-type - :252:50 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - :261:53 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`

apprise/attachment/base.py

[error] invalid-argument-type - :248:21 - Argument to function `guess_type` is incorrect: Expected `str | PathLike[str]`, found `Unknown | str | None`

apprise/attachment/http.py

[error] invalid-argument-type - :150:21 - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/cli.py

[error] no-matching-overload - :1051:36 - No overload of function `join` matches arguments

apprise/config/base.py

[error] invalid-assignment - :528 -
Old: Object of type `list[str | @Todo]` is not assignable to `str`
New: Object of type `list[str | Any]` is not assignable to `str`
[error] invalid-assignment - :677 -
Old: Object of type `list[str | @Todo]` is not assignable to `str`
New: Object of type `list[str | Any]` is not assignable to `str`

apprise/config/http.py

[error] invalid-argument-type - :186:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/manager.py

[error] unsupported-operator - :191 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `str | @Todo` with `Unknown | None | dict[Unknown, Unknown]`
New: Operator `in` is not supported for types `str` and `None`, in comparing `str | Any` with `Unknown | None | dict[Unknown, Unknown]`

apprise/persistent_store.py

[error] invalid-argument-type - :150:16 - Argument to bound method `openssl_sha256` is incorrect: Expected `Buffer`, found `Self@hash`
[error] no-matching-overload - :462:25 - No overload of function `join` matches arguments
[error] no-matching-overload - :545:19 - No overload of function `join` matches arguments
[error] no-matching-overload - :774:19 - No overload of function `join` matches arguments
[error] invalid-argument-type - :1018:29 - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`
[error] invalid-argument-type - :1033:29 - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`
[error] invalid-argument-type - :1047:29 - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`
[error] no-matching-overload - :1296:25 - No overload of function `join` matches arguments
[error] no-matching-overload - :1319:29 - No overload of function `join` matches arguments
[error] no-matching-overload - :1334:29 - No overload of function `join` matches arguments
[error] no-matching-overload - :1852:16 - No overload of function `join` matches arguments

apprise/plugins/apprise_api.py

[error] invalid-argument-type - :385:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/base.py

[error] invalid-assignment - :643 -
Old: Object of type `list[str | @Todo]` is not assignable to `str | None`
New: Object of type `list[str | Any]` is not assignable to `str | None`

apprise/plugins/bluesky.py

[error] invalid-argument-type - :590:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :593:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/custom_form.py

[error] invalid-argument-type - :409:17 - Argument to function `delete` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :409:17 - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :409:17 - Argument to function `head` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :409:17 - Argument to function `patch` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :409:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :409:17 - Argument to function `put` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/custom_json.py

[error] invalid-argument-type - :320:17 - Argument to function `delete` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :320:17 - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :320:17 - Argument to function `head` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :320:17 - Argument to function `patch` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :320:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :320:17 - Argument to function `put` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/custom_xml.py

[error] invalid-argument-type - :412:17 - Argument to function `delete` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :412:17 - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :412:17 - Argument to function `head` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :412:17 - Argument to function `patch` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :412:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`
[error] invalid-argument-type - :412:17 - Argument to function `put` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/dapnet.py

[error] invalid-argument-type - :185:13 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`

apprise/plugins/dbus.py

[error] invalid-argument-type - :258:13 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`
[error] invalid-argument-type - :273:35 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :274:35 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/discord.py

[error] invalid-argument-type - :548:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - :551:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[warning] possibly-missing-attribute - :843 -
Old: Attribute `strip` may be missing on object of type `str | @Todo | None`
New: Attribute `strip` may be missing on object of type `str | Any | None`

apprise/plugins/enigma2.py

[error] invalid-argument-type - :167:32 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :291:17 - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/fortysixelks.py

[error] invalid-argument-type - :227:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[Unknown | None, Unknown | None]`

apprise/plugins/glib.py

[error] invalid-argument-type - :207:13 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`
[error] invalid-argument-type - :217:35 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :218:35 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/gnome.py

[error] invalid-argument-type - :168:13 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | dict[Unknown | int, Unknown | str] | int`

apprise/plugins/msteams.py

[error] invalid-argument-type - :250:32 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/nextcloud.py

[error] invalid-argument-type - :256:21 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/pushsafer.py

[error] invalid-argument-type - :424:33 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :479:30 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :529:34 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/smseagle.py

[error] invalid-argument-type - :267:33 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/synology.py

[error] invalid-argument-type - :289:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

apprise/plugins/telegram.py

[error] invalid-argument-type - :521:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Any | int | None`

apprise/plugins/twitter.py

[error] invalid-argument-type - :795:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :798:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/vonage.py

[error] invalid-argument-type - :173:28 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/xbmc.py

[error] invalid-argument-type - :274:17 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `None | tuple[Unknown & ~AlwaysFalsy, Unknown | None]`

tests/test_attach_http.py

[warning] possibly-missing-attribute - :173 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedReader[_BufferedReaderStream]`
[warning] possibly-missing-attribute - :186 -
Old: Attribute `close` may be missing on object of type `Unknown | None`
New: Attribute `close` may be missing on object of type `Unknown | None | BufferedReader[_BufferedReaderStream]`

tests/test_persistent_store.py

[error] no-matching-overload - :227:15 - No overload of function `join` matches arguments
[error] no-matching-overload - :338:12 - No overload of function `join` matches arguments
[error] no-matching-overload - :466:16 - No overload of function `join` matches arguments
[error] no-matching-overload - :498:18 - No overload of function `join` matches arguments
[error] no-matching-overload - :499:18 - No overload of function `join` matches arguments
[error] invalid-argument-type - :1627:26 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1629:19 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1630:30 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1633:26 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1641:26 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1643:19 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1644:30 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1647:30 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1651:26 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] no-matching-overload - :1660:19 - No overload of function `join` matches arguments
[error] invalid-argument-type - :1664:26 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1666:19 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1667:30 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`

tests/test_plugin_email.py

[error] invalid-argument-type - :488:21 - Argument to bound method `__init__` is incorrect: Expected `dict[str, tuple[int, bytes]]`, found `Literal["smtplib.SMTPRecipientsRefused() not handled"]`

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

tests/arti/internal/test_utils.py

[error] invalid-argument-type - :56:20 - Argument to bound method `__init__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :56:20 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/arti/internal/vendored/setuptools.py

[error] invalid-argument-type - :99:28 - Argument is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :99:53 - Argument is incorrect: Expected `str`, found `bytes`

arviz (https://github.com/arviz-devs/arviz)

arviz/plots/backends/bokeh/dotplot.py

[error] non-subscriptable - :95:31 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :95:44 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

doc/source/user_guide/wrappers/cmdstanpy_refitting.ipynb:cell 10

[error] invalid-argument-type - :2:14 - Argument to function `len` is incorrect: Expected `Sized`, found `int | float`

arviz/data/inference_data.py

[error] call-non-callable - :731 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` is not callable
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` is not callable

arviz/data/io_pyro.py

[error] no-matching-overload - :133:21 - No overload matches arguments

arviz/plots/backends/bokeh/ppcplot.py

[error] non-subscriptable - :188:37 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

arviz/plots/backends/bokeh/violinplot.py

[error] non-subscriptable - :81:25 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :86:13 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

arviz/plots/backends/matplotlib/dotplot.py

[error] non-subscriptable - :95:31 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :95:44 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

arviz/plots/backends/matplotlib/ppcplot.py

[error] non-subscriptable - :199:37 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

arviz/plots/backends/matplotlib/violinplot.py

[error] non-subscriptable - :85:30 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :87:21 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

arviz/plots/plot_utils.py

[error] invalid-argument-type - :425:15 - Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any]`
[error] non-subscriptable - :433:21 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :434:21 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :441:21 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :442:21 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :470:22 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :470:45 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :476:22 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :476:45 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

arviz/stats/density_utils.py

[error] not-iterable - :30:16 - Object of type `floating[Any]` is not iterable
[error] not-iterable - :262:23 - Object of type `float` is not iterable
[error] not-iterable - :262:23 - Object of type `int` is not iterable

arviz/stats/ecdf_utils.py

[error] invalid-return-type - :27:12 - Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `float64`

arviz/stats/stats.py

[error] no-matching-overload - :239:27 - No overload of function `minimize` matches arguments
[error] no-matching-overload - :2026:30 - No overload matches arguments
[error] invalid-argument-type - :1521 -
Old: Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[@Todo, dtype[Any]] | Index | ... omitted 4 union elements`, found `list[str]`
New: Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `list[str]`

arviz/tests/base_tests/test_stats_utils.py

[warning] possibly-missing-attribute - :188 -
Old: Attribute `all` may be missing on object of type `bool | @Todo`
New: Attribute `all` may be missing on object of type `bool | Unknown`

asynq (https://github.com/quora/asynq)

asynq/async_task.py

[warning] possibly-missing-attribute - :241:23 - Attribute `tb_next` may be missing on object of type `TracebackType | None`
[warning] possibly-missing-attribute - :242:26 - Attribute `tb_next` may be missing on object of type `TracebackType | None`
[warning] possibly-missing-attribute - :243:31 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`

asynq/tests/test_debug.py

[error] invalid-argument-type - :199 -
Old: Argument to function `extract_tb` is incorrect: Expected `TracebackType`, found `None | @Todo`
New: Argument to function `extract_tb` is incorrect: Expected `TracebackType`, found `None | TracebackType`
[error] invalid-argument-type - :249 -
Old: Argument to function `format_tb` is incorrect: Expected `TracebackType`, found `None | @Todo`
New: Argument to function `format_tb` is incorrect: Expected `TracebackType`, found `None | TracebackType`

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

src/attr/validators.py

[error] invalid-argument-type - :175 -
Old: Argument to function `sorted` is incorrect: Argument type `((Overload[(pattern: str | Pattern[str], string: str, flags: int = Literal[0]) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: @Todo, flags: int = Literal[0]) -> Match[bytes] | None]) & ~AlwaysTruthy & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
New: Argument to function `sorted` is incorrect: Argument type `((Overload[(pattern: str | Pattern[str], string: str, flags: int = Literal[0]) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = Literal[0]) -> Match[bytes] | None]) & ~AlwaysTruthy & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

bandersnatch (https://github.com/pypa/bandersnatch)

src/bandersnatch/tests/test_main.py

[error] invalid-argument-type - :69:29 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :138:25 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

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

src/bokeh/core/validation/decorators.py

[error] unresolved-attribute - :67:16 - Object of type `(...) -> str | None` has no attribute `__name__`
[error] unresolved-attribute - :67:75 - Object of type `(...) -> str | None` has no attribute `__qualname__`

src/bokeh/models/ranges.py

[error] unknown-argument - :128:36 - Argument `accept_datetime` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :211:36 - Argument `accept_datetime` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :423:36 - Argument `accept_datetime` does not match any known parameter of bound method `__init__`

src/bokeh/palettes.py

[error] invalid-argument-type - :1676:63 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `float64`

src/bokeh/util/token.py

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

src/bokeh/util/tornado.py

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

src/bokeh/_specs.pyi

[error] non-subscriptable - :122:22 - Cannot subscript object of type `typing.TypeVar` with no `__getitem__` method
[error] non-subscriptable - :194:26 - Cannot subscript object of type `typing.TypeVar` with no `__getitem__` method

src/bokeh/command/subcommand.py

[error] invalid-argument-type - :146:46 - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `((str, /) -> Any) | FileType | str`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `object`
[error] invalid-argument-type - :146:46 - Argument to bound method `add_argument` is incorrect: Expected `str`, found `object`

src/bokeh/core/property_aliases.pyi

[error] non-subscriptable - :65:25 - Cannot subscript object of type `typing.TypeVar` with no `__getitem__` method

src/bokeh/core/property_mixins.py

[error] too-many-positional-arguments - :371:31 - Too many positional arguments to bound method `__init__`: expected 1, got 2

src/bokeh/core/serialization.py

[error] no-matching-overload - :660:40 - No overload of function `__new__` matches arguments

src/bokeh/document/events.py

[error] call-non-callable - :240:22 - Object of type `Overload[]` is not callable

src/bokeh/embed/bundle.py

[error] invalid-argument-type - :285:26 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | 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 | (@Todo & ~None) | IntrinsicType`
[error] invalid-argument-type - :106:45 - Argument to bound method `__init__` is incorrect: Expected `int | float | datetime | timedelta`, found `int | float | str | (@Todo & ~None) | IntrinsicType`

src/bokeh/plotting/contour.py

[error] invalid-argument-type - :305:41 - Argument to function `_palette_from_collection` is incorrect: Expected `dict[int, tuple[str, ...]]`, found `(Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]] & Top[dict[Unknown, Unknown]]) | (Color & Top[dict[Unknown, Unknown]]) | dict[int, tuple[str, ...]]`
[error] invalid-argument-type - :308:31 - Argument to function `interp_palette` is incorrect: Expected `tuple[str, ...]`, found `(Sequence[str | Color | tuple[int, int, int] | tuple[int, int, int, int | float]] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str) | (Color & Sequence[object] & ~Top[dict[Unknown, Unknown]] & ~bytes & ~str) | tuple[int, int, int] | tuple[int, int, int, int | float]`
[error] invalid-argument-type - :333:28 - Argument to function `len` is incorrect: Expected `Sized`, found `_Buffer | @Todo`
[error] non-subscriptable - :334:38 - Cannot subscript object of type `_Buffer` with no `__getitem__` method
[error] non-subscriptable - :334:49 - Cannot subscript object of type `_Buffer` with no `__getitem__` method
[error] not-iterable - :346:22 - Object of type `_Buffer | @Todo` may not be iterable

src/bokeh/protocol/receiver.py

[error] unresolved-attribute - :183 -
Old: Object of type `(@Todo, /) -> None` has no attribute `__name__`
New: Object of type `(str | bytes, /) -> None` has no attribute `__name__`
[error] unresolved-attribute - :188 -
Old: Object of type `(@Todo, /) -> None` has no attribute `__name__`
New: Object of type `(str | bytes, /) -> None` has no attribute `__name__`

src/bokeh/server/tornado.py

[error] index-out-of-bounds - :431:17 - Index 2 is out of bounds for tuple `tuple[str, type[RequestHandler]]` with length 2

src/bokeh/settings.py

[error] invalid-argument-type - :747:46 - Argument to bound method `__init__` is incorrect: Expected `((int | None | str, /) -> int | None) | None`, found `def convert_logging(value: str | int) -> int | None`

src/bokeh/transform.py

[error] invalid-argument-type - :155:13 - Argument 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 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 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 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 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 - :204:13 - Argument 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 is incorrect: Expected `Sequence[Property[Literal["blank", "dot", "ring", "horizontal_line", "vertical_line", ... omitted 29 literals]]]`, found `Sequence[str]`
[error] invalid-argument-type - :368:13 - Argument 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 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 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 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 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 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 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 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/util/serialization.py

[error] unsupported-operator - :214:22 - Operator `/` is unsupported between objects of type `datetime64[date | int | None]` and `timedelta64[timedelta | int | None]`

cki-lib (https://gitlab.com/cki-project/cki-lib)

cki_lib/inttests/rabbitmq.py

[error] invalid-argument-type - :119:21 - Argument to bound method `put` is incorrect: Expected `bool | str | None`, found `Path`

cki_lib/krb_ticket_refresher.py

[error] no-matching-overload - :63:9 - No overload of function `run` matches arguments

tests/test_cronjob.py

[error] invalid-argument-type - :65:25 - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Unknown | int`

tests/test_session.py

[warning] possibly-missing-attribute - :127:31 - Attribute `__name__` may be missing on object of type `((Response, /) -> Any) | Any`
[warning] possibly-missing-attribute - :132:31 - Attribute `__name__` may be missing on object of type `((Response, /) -> Any) | Any`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `bool | str | None`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - :147:85 - Argument to bound method `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | int`

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

cloudinit/config/cc_grub_dpkg.py

[error] unsupported-operator - :61:14 - Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["failed to get canonical path"]` with `Unknown | str | bytes`

cloudinit/config/cc_resizefs.py

[error] invalid-argument-type - :109:32 - Argument to bound method `startswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `Literal["growfs: requested size"]`
[error] unsupported-operator - :109:48 - Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["is not larger than the current filesystem size"]` with `Unknown | str | bytes`

cloudinit/net/__init__.py

[error] unsupported-operator - :194:12 - Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["database connection failed"]` with `Unknown | str | bytes`

tests/helpers.py

[error] invalid-argument-type - :11:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

cloudinit/config/cc_phone_home.py

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

cloudinit/config/cc_ca_certs.py

[error] no-matching-overload - :118:32 - No overload of function `join` matches arguments

cloudinit/config/cc_ntp.py

[error] invalid-argument-type - :362:23 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`

cloudinit/config/cc_rh_subscription.py

[error] no-matching-overload - :253:29 - No overload of bound method `split` matches arguments
[error] invalid-argument-type - :253:44 - Argument to bound method `split` is incorrect: Expected `Buffer | None`, found `Literal["\n"]`

cloudinit/config/cc_ubuntu_drivers.py

[error] unsupported-operator - :111:12 - Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["ubuntu-drivers: error: argument <command>: invalid choice: 'install'"]` with `Unknown | str | bytes`
[error] unsupported-operator - :116:14 - Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["No drivers found for installation."]` with `Unknown | str | bytes`

cloudinit/sources/DataSourceLXD.py

[warning] possibly-missing-attribute - :119 -
Old: Attribute `connect` may be missing on object of type `socket | @Todo | None`
New: Attribute `connect` may be missing on object of type `socket | Any | None`

cloudinit/url_helper.py

[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `None | MutableMapping[str, str]`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - :572:40 - Argument to bound method `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | bool`

cloudinit/user_data.py

[error] invalid-argument-type - :233:51 - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`

tests/integration_tests/modules/test_combined.py

[error] invalid-argument-type - :340:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

tests/unittests/config/test_schema.py

[error] unsupported-operator - :1100:16 - Operator `in` is not supported for types `str` and `bytes`, in comparing `str` with `str | bytes`

tests/unittests/sources/test_gce.py

[error] invalid-argument-type - :174:29 - Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | str | None`

tests/unittests/test__init__.py

[error] no-matching-overload - :26:30 - No overload of function `join` matches arguments

tests/unittests/test_net.py

[error] invalid-argument-type - :1481:28 - Argument to function `symlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `@Todo | bool | str | None`
[error] invalid-argument-type - :2279:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :2287:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :2308:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :2423:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :2703:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :2932:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :2940:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :3177:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :3241:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :3250:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :4393:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :4395:31 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :4567:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :4576:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :5032:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :5049:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :5074:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :5101:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] invalid-argument-type - :5116:43 - Argument to function `safe_load` is incorrect: Expected `str | bytes | SupportsRead[str] | SupportsRead[bytes]`, found `Unknown | dict[Unknown | str, Unknown | str] | str`

colour (https://github.com/colour-science/colour)

colour/hints/__init__.py

[error] invalid-return-type - :649:32 - Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :652:42 - Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], Unknown]`

colour/io/fichet2021.py

[error] invalid-argument-type - :706:62 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], Unknown]`

colour/plotting/common.py

[error] invalid-argument-type - :1329:28 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | @Todo | Sequence[_Buffer | @Todo | ColourSwatch]`
[error] invalid-argument-type - :1427:30 - Argument to bound method `set_facecolor` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `_Buffer | @Todo`

colour/plotting/diagrams.py

[error] invalid-argument-type - :451 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :465 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`

colour/plotting/models.py

[error] invalid-argument-type - :419 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :1080:42 - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`
[error] invalid-argument-type - :1080:42 - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - :2021:54 - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`
[error] invalid-argument-type - :2021:54 - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`

colour/plotting/temperature.py

[error] invalid-argument-type - :233 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :479 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :500 -
Old: Argument to bound method `__init__` is incorrect: Expected `Sequence[@Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | @Todo]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - :518 -
Old: Argument to bound method `text` is incorrect: Expected `int | float`, found `ndarray[@Todo, dtype[Unknown]]`
New: Argument to bound method `text` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :519 -
Old: Argument to bound method `text` is incorrect: Expected `int | float`, found `ndarray[@Todo, dtype[Unknown]]`
New: Argument to bound method `text` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/plotting/tests/test_common.py

[error] unresolved-attribute - :200 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `subfigures`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `subfigures`

colour/utilities/tests/test_array.py

[error] invalid-argument-type - :826:54 - Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `ndarray[tuple[Any, ...], Unknown]`

comtypes (https://github.com/enthought/comtypes)

comtypes/_tlib_version_checker.py

[error] invalid-argument-type - :14:39 - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Any | None`

comtypes/_memberspec.py

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

comtypes/_vtbl.py

[warning] unused-ignore-comment - :430:71 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :274 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[@Todo, ...] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - :276 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[@Todo, ...] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`

comtypes/test/test_inout_args.py

[error] invalid-argument-type - :39 -
Old: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[@Todo, ...]`, found `tuple[@Todo, ...] | None`
New: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - :84 -
Old: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[@Todo, ...]`, found `tuple[@Todo, ...] | None`
New: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - :112 -
Old: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[@Todo, ...]`, found `tuple[@Todo, ...] | None`
New: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - :139 -
Old: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[@Todo, ...]`, found `tuple[@Todo, ...] | None`
New: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - :159 -
Old: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[@Todo, ...]`, found `tuple[@Todo, ...] | None`
New: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - :284 -
Old: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[@Todo, ...]`, found `tuple[@Todo, ...] | None`
New: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`
[error] invalid-argument-type - :492 -
Old: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[@Todo, ...]`, found `tuple[@Todo, ...] | None`
New: Argument to function `_fix_inout_args` is incorrect: Expected `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...]`, found `tuple[tuple[int, str | None] | tuple[int, str | None, Any], ...] | None`

comtypes/test/test_outparam.py

[error] invalid-argument-type - :74:18 - Argument to bound method `__call__` is incorrect: Expected `_PointerLike | Array[Any] | _CArgObject | int | bytes`, found `str`

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

homeassistant/components/fronius/const.py

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

homeassistant/components/buienradar/util.py

[error] invalid-argument-type - :201:26 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - :209:26 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - :217:26 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - :225:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`
[error] invalid-argument-type - :233:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`
[error] invalid-argument-type - :241:26 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - :249:26 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - :257:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`

homeassistant/components/compensation/sensor.py

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

homeassistant/components/derivative/sensor.py

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

homeassistant/components/fronius/sensor.py

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

homeassistant/components/growatt_server/coordinator.py

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

homeassistant/components/hitron_coda/device_tracker.py

[error] invalid-argument-type - :113:55 - Argument to function `get` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `dict[Unknown | str, Unknown | None | str]`

homeassistant/components/imap/__init__.py

[error] invalid-return-type - :264:20 - Return type does not match returned value: expected `Message[str, str]`, found `Message[str, str] | @Todo | str`

homeassistant/components/motioneye/__init__.py

[error] unsupported-operator - :488:17 - Operator `+` is unsupported between objects of type `Literal["/"]` and `bytes`

homeassistant/components/mpd/media_player.py

[error] invalid-argument-type - :505:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

homeassistant/components/nibe_heatpump/coordinator.py

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

homeassistant/components/supervisord/sensor.py

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

homeassistant/components/trend/binary_sensor.py

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

homeassistant/components/utility_meter/sensor.py

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

homeassistant/components/zestimate/sensor.py

[error] invalid-argument-type - :97:32 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`

homeassistant/config.py

[error] invalid-return-type - :447:12 - Return type does not match returned value: expected `str`, found `bytes`

cwltool (https://github.com/common-workflow-language/cwltool)

cwltool/builder.py

[error] invalid-return-type - :678:24 - Return type does not match returned value: expected `None | int | str | ... omitted 3 union elements`, found `dict[object, Divergent]`
[error] invalid-argument-type - :678:41 - Argument to bound method `do_eval` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :680:38 - Argument to bound method `do_eval` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`

cwltool/checker.py

[error] invalid-argument-type - :62:40 - Argument to function `merge_flatten_type` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :83:21 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["not_connected"]`
[error] invalid-argument-type - :92:37 - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, Divergent]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | (MutableSequence[Divergent] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, Divergent]`
[error] invalid-argument-type - :92:42 - Argument to function `_compare_records` is incorrect: Expected `MutableMapping[str, Divergent]`, found `(int & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]]) | (MutableSequence[Divergent] & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, Divergent]`
[error] no-matching-overload - :94:53 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :94:53 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :97:60 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :97:60 - No overload of bound method `get` matches arguments
[error] invalid-argument-type - :107:47 - Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :111:62 - Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `~Literal["null"]`
[error] invalid-argument-type - :116:44 - Argument to function `can_assign_src_to_sink` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`

cwltool/update.py

[error] invalid-argument-type - :135:56 - Argument to function `update_secondaryFiles` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`

cwltool/command_line_tool.py

[error] invalid-argument-type - :537:45 - Method `__getitem__` of type `bound method Top[MutableMapping[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["class"]` on object of type `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :599:75 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
[error] invalid-argument-type - :622:65 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
[error] no-matching-overload - :615:50 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :620:32 - No overload of bound method `get` matches arguments

cwltool/cwlprov/ro.py

[error] invalid-argument-type - :678:44 - Argument to bound method `_relativise_files` is incorrect: Expected `MutableMapping[str, Divergent] | None | int | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :686:40 - Argument to bound method `_relativise_files` is incorrect: Expected `MutableMapping[str, Divergent] | None | int | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :259:31 - Argument to function `posix_path` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :558:31 - Argument to function `posix_path` is incorrect: Expected `str`, found `bytes`
[error] invalid-assignment - :665 -
Old: Invalid subscript assignment with key of type `Literal["checksum"]` and value of type `str` on object of type `MutableSequence[@Todo]`
New: Cannot assign to a subscript on an object of type `float`
[error] invalid-assignment - :665:25 - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - :665:25 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :665:25 - Invalid subscript assignment with key of type `Literal["checksum"]` and value of type `str` on object of type `MutableSequence[Divergent]`
[error] invalid-assignment - :667 -
Old: Invalid subscript assignment with key of type `Literal["location"]` and value of type `str` on object of type `MutableSequence[@Todo]`
New: Cannot assign to a subscript on an object of type `float`
[error] invalid-assignment - :667:17 - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - :667:17 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :667:17 - Invalid subscript assignment with key of type `Literal["location"]` and value of type `str` on object of type `MutableSequence[Divergent]`

cwltool/executors.py

[error] invalid-assignment - :216:25 - Object of type `Builder` is not assignable to attribute `builder` on type `JobBase | (WorkflowJob & <Protocol with members 'builder'>) | ExpressionJob | (CallbackJob & <Protocol with members 'builder'>)`

cwltool/job.py

[error] invalid-argument-type - :1033:29 - Argument to function `copyfile` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1036:29 - Argument to function `copyfile` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[warning] unused-ignore-comment - :376:52 - Unused blanket `type: ignore` directive

cwltool/load_tool.py

[error] invalid-assignment - :176 -
Old: Invalid subscript assignment with key of type `Unknown | str` and value of type `str` on object of type `MutableSequence[@Todo | str | int]`
New: Invalid subscript assignment with key of type `Unknown | str` and value of type `str` on object of type `MutableSequence[Divergent]`
[error] invalid-assignment - :190 -
Old: Invalid subscript assignment with key of type `Literal["stdin"]` and value of type `str` on object of type `MutableSequence[@Todo | str | int]`
New: Invalid subscript assignment with key of type `Literal["stdin"]` and value of type `str` on object of type `MutableSequence[Divergent]`

cwltool/main.py

[error] invalid-argument-type - :193:32 - Argument to bound method `remove` is incorrect: Expected `Never`, found `Literal["null"]`
[error] invalid-argument-type - :206:63 - Argument to function `generate_example_input` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :499:37 - Argument to bound method `_init_job` is incorrect: Expected `MutableMapping[str, Divergent]`, found `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :502:43 - Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, Divergent] | list[Divergent]`, found `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :510:13 - Argument to function `printdeps` is incorrect: Expected `MutableMapping[str, Divergent]`, found `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :523:13 - Argument to bound method `store` is incorrect: Expected `MutableMapping[str, Divergent]`, found `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-return-type - :530:12 - Return type does not match returned value: expected `MutableMapping[str, Divergent]`, found `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] invalid-assignment - :280:21 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :291:17 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :299:17 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :305:17 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :313:17 - Cannot assign to a subscript on an object of type `str`
[warning] possibly-missing-attribute - :477 -
Old: Attribute `get` may be missing on object of type `@Todo | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Attribute `get` may be missing on object of type `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] unsupported-operator - :526 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["cwl:tool"]` with `@Todo | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["cwl:tool"]` with `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
[error] unsupported-operator - :528 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["__id"]` with `@Todo | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["__id"]` with `MutableMapping[str, Divergent] | None | dict[Unknown | str, Unknown] | dict[Unknown, Unknown]`

cwltool/pack.py

[error] invalid-argument-type - :28:22 - Argument to function `find_run` is incorrect: Expected `MutableMapping[str, Divergent] | int | float | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - :50:22 - Argument to function `find_ids` is incorrect: Expected `MutableMapping[str, Divergent] | None | int | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :87:26 - Argument to function `import_embed` is incorrect: Expected `MutableSequence[Divergent] | MutableMapping[str, Divergent] | None | ... omitted 3 union elements`, found `object`
[error] invalid-assignment - :96:25 - Cannot assign to a subscript on an object of type `float`
[error] invalid-assignment - :96:25 - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - :96:25 - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - :102:25 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

cwltool/process.py

[error] invalid-argument-type - :318:51 - Argument to function `_collectDirEntries` is incorrect: Expected `MutableMapping[str, Divergent] | MutableSequence[Divergent] | None`, found `object`
[error] invalid-assignment - :437:17 - Cannot assign to a subscript on an object of type `float`
[error] invalid-assignment - :437:17 - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - :437:17 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :437:17 - Invalid subscript assignment with key of type `int` and value of type `MutableMapping[str, Divergent] | MutableSequence[Any] | None | ... omitted 4 union elements` on object of type `MutableMapping[str, Divergent]`
[error] invalid-argument-type - :496:40 - Argument to function `var_spool_cwl_detector` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`

cwltool/workflow_job.py

[error] invalid-argument-type - :337:28 - Argument to function `match_types` is incorrect: Expected `None | int | str | ... omitted 3 union elements`, found `object`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/appsec/_iast/_overhead_control_engine.py

[error] invalid-argument-type - :20:18 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | EnvVariable[float]`

ddtrace/llmobs/_integrations/bedrock_agents.py

[error] invalid-argument-type - :244:32 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :244:32 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :293:36 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :293:36 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

ddtrace/llmobs/decorators.py

[error] invalid-argument-type - :131:47 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :131:47 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :231:47 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :231:47 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

tests/ci_visibility/api/fake_runner_all_fail.py

[error] invalid-argument-type - :14:32 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :14:32 - Argument is incorrect: Expected `TracebackType`, found `TracebackType | None`
[error] invalid-argument-type - :14:32 - Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

tests/ci_visibility/api/fake_runner_mix_fail.py

[error] invalid-argument-type - :25:32 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :25:32 - Argument is incorrect: Expected `TracebackType`, found `TracebackType | None`
[error] invalid-argument-type - :25:32 - Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

tests/ci_visibility/api/fake_runner_mix_fail_itr_suite_level.py

[error] invalid-argument-type - :37:36 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :37:36 - Argument is incorrect: Expected `TracebackType`, found `TracebackType | None`
[error] invalid-argument-type - :37:36 - Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

tests/ci_visibility/api/fake_runner_mix_fail_itr_test_level.py

[error] invalid-argument-type - :34:36 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :34:36 - Argument is incorrect: Expected `TracebackType`, found `TracebackType | None`
[error] invalid-argument-type - :34:36 - Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

tests/coverage/included_path/async_code.py

[warning] possibly-missing-attribute - :10:16 - Attribute `tb_lineno` may be missing on object of type `TracebackType | None`

tests/debugging/probe/test_status.py

[warning] possibly-missing-attribute - :85:37 - Attribute `__name__` may be missing on object of type `type[BaseException] | None`

benchmarks/bm/iast_fixtures/str_methods.py

[error] no-matching-overload - :730:16 - No overload of function `commonprefix` matches arguments
[error] invalid-argument-type - :1021:42 - Argument to function `unpack` is incorrect: Expected `Buffer`, found `str | Unknown`
[error] invalid-assignment - :1018:13 - Object of type `bytes` is not assignable to `str`
[error] unsupported-operator - :1018:13 - Operator `+` is unsupported between objects of type `bytes` and `str`

ddtrace/appsec/_handlers.py

[error] invalid-argument-type - :407:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | EnvVariable[bool] | Literal[False]`

ddtrace/appsec/_iast/_taint_tracking/_vendor/pybind11/pybind11/setup_helpers.py

[error] unsupported-operator - :319:38 - Operator `+` is unsupported between objects of type `str` and `bytes`
[error] invalid-argument-type - :496 -
Old: Argument to bound method `append` is incorrect: Expected `(CCompiler, list[str], str | None, tuple[str] | tuple[str, str | None] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]`, found `def compile(self, sources: Sequence[@Todo], output_dir: str | None = None, macros: list[@Todo] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = Literal[0], extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`
New: Argument to bound method `append` is incorrect: Expected `(CCompiler, list[str], str | None, tuple[str] | tuple[str, str | None] | None, list[str] | None, bool, list[str] | None, list[str] | None, list[str] | None, /) -> list[str]`, found `def compile(self, sources: Sequence[str | PathLike[str]], output_dir: str | None = None, macros: list[tuple[str] | tuple[str, str | None]] | None = None, include_dirs: list[str] | None = None, debug: bool | Literal[0, 1] = Literal[0], extra_preargs: list[str] | None = None, extra_postargs: list[str] | None = None, depends: list[str] | None = None) -> list[str]`

ddtrace/appsec/_iast/taint_sinks/_base.py

[error] invalid-return-type - :138:20 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :141:20 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :143:20 - Return type does not match returned value: expected `str`, found `bytes`

ddtrace/commands/ddtrace_run.py

[error] invalid-argument-type - :142:18 - Argument to function `execl` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str`

ddtrace/contrib/internal/botocore/services/bedrock.py

[error] invalid-argument-type - :45 -
Old: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
New: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]]`
[error] invalid-argument-type - :64 -
Old: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
New: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]]`
[error] invalid-argument-type - :74 -
Old: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
New: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]]`
[error] invalid-argument-type - :487 -
Old: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
New: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]]`

ddtrace/contrib/internal/pytest_bdd/_plugin.py

[error] invalid-argument-type - :106:37 - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `bytes`

ddtrace/contrib/internal/ray/span_manager.py

[error] invalid-argument-type - :59:31 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :59:31 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

ddtrace/debugging/_probe/remoteconfig.py

[error] invalid-argument-type - :302:59 - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsInt | SupportsIndex | SupportsComplex`, found `Unknown | EnvVariable[int]`

ddtrace/errortracking/_handled_exceptions/bytecode_reporting.py

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

ddtrace/errortracking/_handled_exceptions/callbacks.py

[error] invalid-return-type - :49:12 - Return type does not match returned value: expected `tuple[Exception, Span, SpanEvent] | None`, found `tuple[(Unknown & ~AlwaysFalsy) | (BaseException & ~AlwaysFalsy), Span, SpanEvent]`

ddtrace/internal/ci_visibility/recorder.py

[error] invalid-argument-type - :581:45 - Argument is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :581:59 - Argument is incorrect: Expected `str`, found `bytes`

ddtrace/internal/logger.py

[error] invalid-argument-type - :208:65 - Argument to function `format_exception` is incorrect: Expected `type[BaseException] | None`, found `BaseException | None`

ddtrace/internal/remoteconfig/client.py

[error] invalid-argument-type - :186:78 - Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `SignedRoot`

ddtrace/llmobs/_experiment.py

[error] invalid-argument-type - :457:35 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :457:35 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

tests/appsec/iast/_ast/test_ast_patching.py

[error] invalid-argument-type - :537:33 - Argument to function `compile` is incorrect: Expected `str | Buffer | Module | Expression | Interactive`, found `Module | None`

tests/appsec/iast/aspects/aspect_utils.py

[error] no-matching-overload - :34:24 - No overload of function `sub` matches arguments

tests/appsec/iast/aspects/test_ospath_aspects.py

[error] no-matching-overload - :248:13 - No overload of function `join` matches arguments
[error] no-matching-overload - :251:13 - No overload of function `join` matches arguments
[error] no-matching-overload - :254:13 - No overload of function `join` matches arguments
[error] no-matching-overload - :260:13 - No overload of function `join` matches arguments

tests/appsec/iast/aspects/test_side_effects.py

[error] invalid-argument-type - :127:15 - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `None`
[error] invalid-argument-type - :165:19 - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `None`

tests/appsec/iast/iast_utils.py

[error] no-matching-overload - :43:10 - No overload of function `open` matches arguments

tests/ci_visibility/test_encoder.py

[error] invalid-argument-type - :345:33 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :346:31 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :408:33 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :409:31 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

tests/contrib/httplib/test_httplib.py

[error] unresolved-attribute - :298:42 - Object of type `BaseException | None` has no attribute `read`
[error] unresolved-attribute - :299:30 - Object of type `BaseException | None` has no attribute `status`
[error] unresolved-attribute - :331:42 - Object of type `BaseException | None` has no attribute `read`
[error] unresolved-attribute - :332:30 - Object of type `BaseException | None` has no attribute `status`

tests/contrib/subprocess/test_subprocess.py

[error] invalid-argument-type - :705:26 - Argument to function `spawnv` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Literal[123]`
[error] invalid-argument-type - :709 -
Old: Argument to function `spawnv` is incorrect: Expected `tuple[@Todo, ...] | list[bytes] | list[str] | ... omitted 5 union elements`, found `Literal["invalid"]`
New: Argument to function `spawnv` is incorrect: Expected `tuple[str | bytes | PathLike[str] | PathLike[bytes], ...] | list[bytes] | list[str] | ... omitted 5 union elements`, found `Literal["invalid"]`

tests/internal/test_auto.py

[error] invalid-argument-type - :88:33 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

tests/internal/test_module.py

[error] invalid-argument-type - :112:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :183:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

tests/profiling/collector/test_stack.py

[error] invalid-argument-type - :429 -
Old: Argument to function `assert_profile_has_sample` is incorrect: Expected `list[Sample]`, found `RepeatedCompositeFieldContainer[@Todo]`
New: Argument to function `assert_profile_has_sample` is incorrect: Expected `list[Sample]`, found `RepeatedCompositeFieldContainer[Sample]`
[error] invalid-argument-type - :467 -
Old: Argument to function `assert_profile_has_sample` is incorrect: Expected `list[Sample]`, found `RepeatedCompositeFieldContainer[@Todo]`
New: Argument to function `assert_profile_has_sample` is incorrect: Expected `list[Sample]`, found `RepeatedCompositeFieldContainer[Sample]`

tests/profiling/collector/test_traceback.py

[error] invalid-argument-type - :15:54 - Argument to function `traceback_to_frames` is incorrect: Expected `TracebackType`, found `TracebackType | None`

tests/tracer/test_span.py

[error] invalid-argument-type - :852:27 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :852:34 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :867:31 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :867:38 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :881:31 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :881:38 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`

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

discord/emoji.py

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

discord/file.py

[error] invalid-assignment - :106 -
Old: Object of type `() -> Unknown` is not assignable to attribute `close` on type `BufferedIOBase | @Todo`
New: Implicit shadowing of function `close`

discord/opus.py

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

discord/state.py

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

django-stubs (https://github.com/typeddjango/django-stubs)

tests/assert_type/forms/test_add_error.py

[warning] unused-ignore-comment - :30:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :31:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :32:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :33:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :34:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :35:65 - Unused blanket `type: ignore` directive

mypy_django_plugin/config.py

[error] invalid-argument-type - :72:25 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

tests/assert_type/db/models/_enums.py

[error] type-assertion-failure - :16 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :18 -
Old: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`

tests/assert_type/db/models/test_enums.py

[error] type-assertion-failure - :166:1 - Type `str | _StrPromise` does not match asserted type `Any`
[error] type-assertion-failure - :272:1 - Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :277:1 - Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :282:1 - Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :287:1 - Type `list[str | _StrPromise]` does not match asserted type `list[Any]`
[error] type-assertion-failure - :138 -
Old: Type `list[_StrPromise]` does not match asserted type `list[@Todo]`
New: Type `list[_StrPromise]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :140 -
Old: Type `list[tuple[int, _StrPromise]]` does not match asserted type `list[tuple[int, @Todo]]`
New: Type `list[tuple[int, _StrPromise]]` does not match asserted type `list[tuple[int, str | _StrPromise]]`
[error] type-assertion-failure - :149 -
Old: Type `list[_StrPromise]` does not match asserted type `list[@Todo]`
New: Type `list[_StrPromise]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :151 -
Old: Type `list[tuple[str, _StrPromise]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str, _StrPromise]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
[error] type-assertion-failure - :163 -
Old: Type `list[tuple[int | None, @Todo]]` does not match asserted type `list[tuple[int, @Todo]]`
New: Type `list[tuple[int | None, str | _StrPromise]]` does not match asserted type `list[tuple[int, str | _StrPromise]]`
[error] type-assertion-failure - :175 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :177 -
Old: Type `list[tuple[str | None, str]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str | None, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
[error] type-assertion-failure - :188 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :190 -
Old: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
[error] type-assertion-failure - :201 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :203 -
Old: Type `list[tuple[bytes, str]]` does not match asserted type `list[tuple[Any, @Todo]]`
New: Type `list[tuple[bytes, str]]` does not match asserted type `list[tuple[Any, str | _StrPromise]]`
[error] type-assertion-failure - :215 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :217 -
Old: Type `list[tuple[int | float | None, str]]` does not match asserted type `list[tuple[Any, @Todo]]`
New: Type `list[tuple[int | float | None, str]]` does not match asserted type `list[tuple[Any, str | _StrPromise]]`
[error] type-assertion-failure - :229 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :231 -
Old: Type `list[tuple[Any | None, str]]` does not match asserted type `list[tuple[Any, @Todo]]`
New: Type `list[tuple[Any | None, str]]` does not match asserted type `list[tuple[Any, str | _StrPromise]]`
[error] type-assertion-failure - :237 -
Old: Type `str` does not match asserted type `@Todo`
New: Type `str` does not match asserted type `Unknown | Literal["Python's None"]`
[error] type-assertion-failure - :242 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :244 -
Old: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
[error] type-assertion-failure - :254 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :256 -
Old: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
[error] type-assertion-failure - :266 -
Old: Type `list[str]` does not match asserted type `list[@Todo]`
New: Type `list[str]` does not match asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :268 -
Old: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`
[error] type-assertion-failure - :292 -
Old: Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, @Todo]]`
New: Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, str | _StrPromise]]`
[error] type-assertion-failure - :293 -
Old: Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, @Todo]]`
New: Type `list[tuple[int, _StrPromise]]` does not match asserted type `Unknown | list[tuple[int, str | _StrPromise]]`
[error] type-assertion-failure - :294 -
Old: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, @Todo]]`
New: Type `list[tuple[str, str]]` does not match asserted type `list[tuple[str, str | _StrPromise]]`

tests/assert_type/db/models/test_ordering.py

[warning] unused-ignore-comment - :45:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :54:34 - Unused blanket `type: ignore` directive

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

dragonchain/lib/crypto.py

[error] invalid-argument-type - :476:72 - Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | None`
[error] invalid-argument-type - :478:84 - Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | None`
[error] invalid-argument-type - :500:33 - Argument to function `b64decode` is incorrect: Expected `str | Buffer`, found `Unknown | None`

dragonchain/lib/database/redis.py

[error] invalid-argument-type - :399:36 - Argument to bound method `zadd` is incorrect: Expected `Mapping[str | bytes, bytes | int | float | str]`, found `dict[str, int]`

dragonchain/lib/database/redis_utest.py

[error] unresolved-attribute - :102 -
Old: Object of type `bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :106 -
Old: Object of type `bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :110 -
Old: Object of type `bound method Redis[Unknown].get(name: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :114 -
Old: Object of type `bound method Redis[Unknown].delete(*names: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :122 -
Old: Object of type `bound method Redis[Unknown].flushall(asynchronous: bool = Literal[False], **kwargs: @Todo) -> bool` has no attribute `assert_called_once`
New: Object of type `bound method Redis[Unknown].flushall(asynchronous: bool = Literal[False], **kwargs: Any) -> bool` has no attribute `assert_called_once`
[error] unresolved-attribute - :126 -
Old: Object of type `bound method Redis[Unknown].hdel(name: @Todo, *keys: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].hdel(name: str | bytes, *keys: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :130 -
Old: Object of type `bound method Redis[Unknown].lpush(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].lpush(name: bytes | int | float | str, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :134 -
Old: Object of type `bound method Redis[Unknown].rpush(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].rpush(name: bytes | int | float | str, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :138 -
Old: Object of type `bound method Redis[Unknown].delete(*names: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :142 -
Old: Object of type `Overload[(name: @Todo, key: @Todo, value: @Todo, mapping: Mapping[@Todo, @Todo] | None = None, items: @Todo | None = None) -> int, (name: @Todo, key: None, value: None, mapping: Mapping[@Todo, @Todo], items: @Todo | None = None) -> int, (name: @Todo, *, mapping: Mapping[@Todo, @Todo], items: @Todo | None = None) -> int]` has no attribute `assert_called_once_with`
New: Object of type `Overload[(name: str | bytes, key: str | bytes, value: bytes | int | float | str, mapping: Mapping[str | bytes, bytes | int | float | str] | None = None, items: Any | None = None) -> int, (name: str | bytes, key: None, value: None, mapping: Mapping[str | bytes, bytes | int | float | str], items: Any | None = None) -> int, (name: str | bytes, *, mapping: Mapping[str | bytes, bytes | int | float | str], items: Any | None = None) -> int]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :146 -
Old: Object of type `Overload[(keys: @Todo | Iterable[@Todo], timeout: Literal[0] | None = Literal[0]) -> tuple[Unknown, Unknown], (keys: @Todo | Iterable[@Todo], timeout: int | float) -> tuple[Unknown, Unknown] | None]` has no attribute `assert_called_once_with`
New: Object of type `Overload[(keys: Iterable[bytes | int | float | str] | int | float, timeout: Literal[0] | None = Literal[0]) -> tuple[Unknown, Unknown], (keys: Iterable[bytes | int | float | str] | int | float, timeout: int | float) -> tuple[Unknown, Unknown] | None]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :154 -
Old: Object of type `bound method Redis[Unknown].get(name: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :158 -
Old: Object of type `bound method Redis[Unknown].lindex(name: @Todo, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].lindex(name: str | bytes, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :162 -
Old: Object of type `bound method Redis[Unknown].set(name: @Todo, value: @Todo, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: @Todo | None = None, pxat: @Todo | None = None) -> bool | None` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].set(name: str | bytes, value: bytes | int | float | str, ex: None | int | float | timedelta = None, px: None | int | float | timedelta = None, nx: bool = Literal[False], xx: bool = Literal[False], keepttl: bool = Literal[False], get: bool = Literal[False], exat: Any | None = None, pxat: Any | None = None) -> bool | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :166 -
Old: Object of type `bound method Redis[Unknown].ltrim(name: @Todo, start: int, end: int) -> bool` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].ltrim(name: str | bytes, start: int, end: int) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :170 -
Old: Object of type `bound method Redis[Unknown].hget(name: @Todo, key: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].hget(name: str | bytes, key: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :174 -
Old: Object of type `bound method Redis[Unknown].sadd(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].sadd(name: str | bytes, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :178 -
Old: Object of type `bound method Redis[Unknown].sismember(name: @Todo, value: @Todo) -> bool` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].sismember(name: str | bytes, value: bytes | int | float | str) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :182 -
Old: Object of type `bound method Redis[Unknown].smembers(name: @Todo) -> set[Unknown]` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].smembers(name: str | bytes) -> set[Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :186 -
Old: Object of type `bound method Redis[Unknown].srem(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].srem(name: str | bytes, *values: bytes | int | float | str) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :190 -
Old: Object of type `bound method Redis[Unknown].lrange(name: @Todo, start: int, end: int) -> list[Unknown]` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].lrange(name: str | bytes, start: int, end: int) -> list[Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :198 -
Old: Object of type `bound method Redis[Unknown].llen(name: @Todo) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].llen(name: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :210 -
Old: Object of type `bound method Redis[Unknown].hgetall(name: @Todo) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].hgetall(name: str | bytes) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :214 -
Old: Object of type `bound method Redis[Unknown].hexists(name: @Todo, key: @Todo) -> bool` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].hexists(name: str | bytes, key: str | bytes) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :218 -
Old: Object of type `bound method Redis[Unknown].zadd(name: @Todo, mapping: Mapping[@Todo, @Todo], nx: bool = Literal[False], xx: bool = Literal[False], ch: bool = Literal[False], incr: bool = Literal[False], gt: @Todo | None = Literal[False], lt: @Todo | None = Literal[False]) -> int` has no attribute `assert_called_once_with`
New: Object of type `bound method Redis[Unknown].zadd(name: str | bytes, mapping: Mapping[str | bytes, bytes | int | float | str], nx: bool = Literal[False], xx: bool = Literal[False], ch: bool = Literal[False], incr: bool = Literal[False], gt: Any | None = Literal[False], lt: Any | None = Literal[False]) -> int` has no attribute `assert_called_once_with`

dragonchain/lib/database/redisearch.py

[error] invalid-argument-type - :468:44 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

dragonchain/lib/dto/transaction_model.py

[error] invalid-argument-type - :205:44 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :205:94 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

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

dulwich/ignore.py

[error] unsupported-operator - :139:17 - Operator `+=` is unsupported between objects of type `Literal[b""]` and `str`
[error] unsupported-operator - :142:17 - Operator `+=` is unsupported between objects of type `Literal[b""]` and `str`
[error] unsupported-operator - :162:13 - Operator `+=` is unsupported between objects of type `Literal[b""]` and `str`

dulwich/commit_graph.py

[error] invalid-return-type - :414:16 - Return type does not match returned value: expected `bytes | None`, found `str`
[error] invalid-argument-type - :421:36 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"graph-"]`
[error] invalid-argument-type - :421:69 - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b".graph"]`
[error] invalid-return-type - :422:24 - Return type does not match returned value: expected `bytes | None`, found `str`

dulwich/contrib/requests_vendor.py

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

dulwich/archive.py

[error] invalid-argument-type - :178:55 - Argument to function `_walk_tree` is incorrect: Expected `bytes`, found `str`

dulwich/index.py

[error] invalid-return-type - :2938:12 - Return type does not match returned value: expected `bytes`, found `str`

dulwich/object_store.py

[error] invalid-argument-type - :1617:23 - Argument to function `remove` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `object`

dulwich/objects.py

[error] invalid-return-type - :185:16 - Return type does not match returned value: expected `PathT@hex_to_filename`, found `bytes`
[error] invalid-argument-type - :1187:26 - Argument is incorrect: Expected `bytes`, found `str`

dulwich/pack.py

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

dulwich/porcelain.py

[error] invalid-argument-type - :1328:25 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | (Unknown & ~bytes) | int`
[error] invalid-argument-type - :7846:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | (BinaryIO & PathLike[object])`
[error] invalid-argument-type - :1467:56 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-assignment - :2172:20 - Object of type `bytes` is not assignable to `str | PathLike[str] | None`
[error] invalid-argument-type - :3481:70 - Argument to function `directory_has_non_ignored_files` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3487:60 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3505:25 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3523:25 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3531:25 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] unsupported-operator - :4898:37 - Operator `+` is unsupported between objects of type `bytes | str` and `Literal[b"\n"]`
[warning] possibly-missing-attribute - :4900:37 - Attribute `decode` may be missing on object of type `bytes | str`
[error] invalid-argument-type - :4902:54 - Argument to function `pretty_format_tree_entry` is incorrect: Expected `bytes`, found `bytes | str`
[error] invalid-argument-type - :4908:39 - Argument to function `list_tree` is incorrect: Expected `bytes`, found `bytes | str`
[error] invalid-argument-type - :5046:42 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes | str`
[error] invalid-argument-type - :5489:58 - Argument to function `build_file_from_blob` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :5526:50 - Argument to function `build_file_from_blob` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :5697:38 - Argument to function `build_file_from_blob` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :5052 -
Old: Argument to function `_quote_path` is incorrect: Expected `str`, found `bytes | str | PathLike[str]`
New: Argument to function `_quote_path` is incorrect: Expected `str`, found `str | bytes | PathLike[str]`

dulwich/refs.py

[error] invalid-return-type - :886:16 - Return type does not match returned value: expected `bytes`, found `str`

dulwich/web.py

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

dulwich/worktree.py

[error] unsupported-operator - :627:29 - Operator `+` is unsupported between objects of type `Literal[b"commit: "]` and `bytes | (@Todo & ~None & ~str) | (((Any, Commit, /) -> bytes) & ~(() -> object) & ~str)`
[error] unsupported-operator - :645:29 - Operator `+` is unsupported between objects of type `Literal[b"commit: "]` and `bytes | (@Todo & ~None & ~str) | (((Any, Commit, /) -> bytes) & ~(() -> object) & ~str)`
[error] invalid-argument-type - :330:60 - Argument to function `index_entry_from_directory` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :344:52 - Argument to function `blob_from_path_and_stat` is incorrect: Expected `bytes`, found `str`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/type_constraint_solver.py

[error] type-assertion-failure - :99:17 - Type `@Todo & ~TypeRefWithVars & ~ClassTypeVarRef` is not equivalent to `Never`
[error] type-assertion-failure - :111:9 - Type `@Todo & ~ClassTypeVarRef & ~TypeRefWithVars` is not equivalent to `Never`

python/egglog/declarations.py

[error] invalid-return-type - :186:20 - Return type does not match returned value: expected `Declarations`, found `HasDeclerations | None | Declarations`
[warning] possibly-missing-attribute - :187:15 - Attribute `copy` may be missing on object of type `HasDeclerations | None | Declarations`
[error] type-assertion-failure - :247:9 - Type `@Todo & ~FunctionRef & ~ConstantRef & ~MethodRef & ~ClassVariableRef & ~ClassMethodRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef` is not equivalent to `Never`
[error] invalid-assignment - :181 -
Old: Object of type `list[Declarations]` is not assignable to `tuple[@Todo, ...]`
New: Object of type `list[Declarations]` is not assignable to `tuple[HasDeclerations | None | Declarations, ...]`

python/egglog/egraph.py

[error] invalid-argument-type - :1710:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `EXPR@_RewriteBuilder`
[error] invalid-argument-type - :1738:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `EXPR@_BirewriteBuilder`
[error] invalid-argument-type - :1763:39 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `BASE_EXPR@_EqBuilder`
[error] invalid-argument-type - :1785:66 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `BASE_EXPR@_NeBuilder`
[error] invalid-argument-type - :1811:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `BASE_EXPR@_SetBuilder`
[error] invalid-argument-type - :1831:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `EXPR@_UnionBuilder`
[error] type-assertion-failure - :1259:17 - Type `@Todo & ~RewriteOrRule & ~Action` is not equivalent to `Never`

python/egglog/egraph_state.py

[error] type-assertion-failure - :136:21 - Type `@Todo & ~LetSchedulerDecl & ~RunDecl & ~SaturateDecl & ~RepeatDecl & ~SequenceDecl` is not equivalent to `Never`
[error] type-assertion-failure - :165:17 - Type `@Todo & ~SaturateDecl & ~RepeatDecl & ~SequenceDecl & ~RunDecl & ~LetSchedulerDecl` is not equivalent to `Never`
[error] type-assertion-failure - :302:17 - Type `@Todo & ~ActionCommandDecl & ~RewriteDecl & ~BiRewriteDecl & ~RuleDecl & ~DefaultRewriteDecl` is not equivalent to `Never`
[error] type-assertion-failure - :352:17 - Type `@Todo & ~LetDecl & ~SetDecl & ~ExprActionDecl & ~ChangeDecl & ~UnionDecl & ~PanicDecl & ~SetCostDecl` is not equivalent to `Never`
[error] type-assertion-failure - :380:17 - Type `@Todo & ~EqDecl & ~ExprFactDecl` is not equivalent to `Never`
[error] type-assertion-failure - :442:17 - Type `@Todo & ~RelationDecl & ~ConstantDecl & ~FunctionDecl & ~ConstructorDecl` is not equivalent to `Never`
[error] type-assertion-failure - :621:17 - Type `@Todo` is not equivalent to `Never`
[error] type-assertion-failure - :683:17 - Type `@Todo & ~FunctionRef & ~ConstantRef & ~MethodRef & ~ClassMethodRef & ~ClassVariableRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef` is not equivalent to `Never`
[error] type-assertion-failure - :917:13 - Type `@Todo & ~TermVar & ~TermLit & ~TermApp` is not equivalent to `Never`
[error] type-assertion-failure - :229 -
Old: Type `@Todo & ~RunDecl & ~SaturateDecl & ~RepeatDecl & ~SequenceDecl` is not equivalent to `Never`
New: Type `LetSchedulerDecl & ~RunDecl & ~SaturateDecl & ~RepeatDecl & ~SequenceDecl` is not equivalent to `Never`

python/egglog/ipython_magic.py

[error] no-matching-overload - :38:19 - No overload of bound method `join` matches arguments

python/egglog/pretty.py

[error] type-assertion-failure - :225:17 - Type `@Todo & ~RewriteDecl & ~BiRewriteDecl & ~RuleDecl & ~SetDecl & ~UnionDecl & ~EqDecl & ~LetDecl & ~ExprActionDecl & ~ExprFactDecl & ~ChangeDecl & ~SaturateDecl & ~RepeatDecl & ~ActionCommandDecl & ~PanicDecl & ~UnboundVarDecl & ~LetRefDecl & ~LitDecl & ~PyObjectDecl & ~SequenceDecl & ~RulesetDecl & ~CallDecl & ~GetCostDecl & ~RunDecl & ~PartialCallDecl & ~CombinedRulesetDecl & ~DefaultRewriteDecl & ~SetCostDecl & ~BackOffDecl & ~ValueDecl & ~LetSchedulerDecl` is not equivalent to `Never`
[error] type-assertion-failure - :378 -
Old: Type `@Todo` is not equivalent to `Never`
New: Type `RulesetDecl | CombinedRulesetDecl | RewriteDecl | ... omitted 27 union elements` is not equivalent to `Never`
[error] type-assertion-failure - :492 -
Old: Type `@Todo & ~ClassMethodRef & ~MethodRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef` is not equivalent to `Never`
New: Type `(FunctionRef & ~ClassMethodRef & ~MethodRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef) | (ConstantRef & ~ClassMethodRef & ~MethodRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef) | (ClassVariableRef & ~ClassMethodRef & ~MethodRef & ~PropertyRef & ~InitRef & ~UnnamedFunctionRef)` is not equivalent to `Never`
[error] type-assertion-failure - :537 -
Old: Type `@Todo & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef` is not equivalent to `Never`
New: Type `(FunctionRef & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef) | (MethodRef & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef) | (ClassMethodRef & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef) | (InitRef & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef) | (PropertyRef & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef)` is not equivalent to `Never`

python/egglog/runtime.py

[error] type-assertion-failure - :887:13 - Type `@Todo & ~InitRef & ~FunctionRef & ~MethodRef & ~ClassMethodRef & ~PropertyRef & ~UnnamedFunctionRef & ~ConstantRef & ~ClassVariableRef` is not equivalent to `Never`

python/tests/test_array_api.py

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

python/tests/test_program_gen.py

[error] unsupported-operator - :51:36 - Operator `+` is unsupported between objects of type `Program` and `(...) -> Unknown`

flake8 (https://github.com/pycqa/flake8)

tests/unit/plugins/pycodestyle_test.py

[error] invalid-argument-type - :32:15 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`

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

freqtrade/configuration/configuration.py

[error] invalid-argument-type - :238:45 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | Path | None`

freqtrade/strategy/strategy_helper.py

[error] invalid-argument-type - :102:42 - Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | ... omitted 9 union elements, str]` on object of type `_AtIndexerFrame`
[error] unsupported-operator - :107:37 - Operator `-` is unsupported between objects of type `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | ... omitted 9 union elements` and `Literal[1]`
[error] unsupported-operator - :108:27 - Operator `-` is unsupported between objects of type `(str & ~AlwaysFalsy) | (bytes & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | ... omitted 9 union elements` and `Literal[1]`

freqtrade/data/btanalysis/historic_precision.py

[error] invalid-return-type - :27:12 - Return type does not match returned value: expected `Series[Any]`, found `int | float`

freqtrade/data/converter/trade_converter.py

[error] invalid-return-type - :89:12 - Return type does not match returned value: expected `DataFrame`, found `Series[Any] | DataFrame`

freqtrade/templates/strategy_analysis_example.ipynb:cell 23

[error] invalid-argument-type - :13:5 - Argument to function `generate_candlestick_graph` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :14:5 - Argument to function `generate_candlestick_graph` is incorrect: Expected `DataFrame | None`, found `Series[Any] | DataFrame`

freqtrade/data/btanalysis/bt_fileutils.py

[error] invalid-assignment - :578:14 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/data/btanalysis/trade_parallelism.py

[error] invalid-argument-type - :27:17 - Argument to function `date_range` is incorrect: Expected `str | date | datetime64[date | int | None]`, found `Series[Any]`
[error] invalid-argument-type - :28:17 - Argument to function `date_range` is incorrect: Expected `str | date | datetime64[date | int | None]`, found `Series[Any]`
[error] invalid-return-type - :44:12 - Return type does not match returned value: expected `DataFrame`, found `Series[int]`
[error] invalid-return-type - :60:12 - Return type does not match returned value: expected `DataFrame`, found `Series[Any]`

freqtrade/data/converter/converter.py

[error] no-matching-overload - :77:12 - No overload of bound method `aggregate` matches arguments
[error] invalid-assignment - :150:14 - Object of type `Series[Any]` is not assignable to `DataFrame`
[error] invalid-assignment - :153:18 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
[error] invalid-assignment - :155:14 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/data/converter/orderflow.py

[error] invalid-assignment - :116:13 - Object of type `str | bytes | date | ... omitted 9 union elements` is not assignable to `datetime`
[error] unresolved-attribute - :118:16 - Object of type `bool` has no attribute `any`
[error] unresolved-attribute - :124:25 - Object of type `bool` has no attribute `any`
[error] invalid-argument-type - :131:52 - Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[Index[Any], Unknown | str]` on object of type `_AtIndexerFrame`
[error] invalid-assignment - :142:17 - Invalid subscript assignment with key of type `tuple[Index[Any], Literal["orderflow"]]` and value of type `dict[Hashable, dict[Hashable, Any]]` on object of type `_AtIndexerFrame`
[error] invalid-argument-type - :175:21 - Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[Index[Any], Literal["ask"]]` on object of type `_AtIndexerFrame`
[error] unsupported-operator - :175:21 - Operator `-` is unsupported between objects of type `str | bytes | date | ... omitted 9 union elements` and `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :175:50 - Method `__getitem__` of type `bound method _AtIndexerFrame.__getitem__[ScalarT](idx: tuple[int | str | Timestamp | tuple[str | bytes | date | ... omitted 9 union elements, ...] | ((DataFrame, /) -> ScalarT@__getitem__), int | str | tuple[str | bytes | date | ... omitted 9 union elements, ...]]) -> str | bytes | date | ... omitted 9 union elements` cannot be called with key of type `tuple[Index[Any], Literal["bid"]]` on object of type `_AtIndexerFrame`
[error] invalid-assignment - :109:18 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/data/converter/trade_converter_kraken.py

[error] invalid-argument-type - :59:33 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | str]`
[error] unresolved-attribute - :74:25 - Object of type `int | float` has no attribute `notna`

freqtrade/data/dataprovider.py

[error] invalid-argument-type - :242:55 - Argument to function `append_candles_to_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-return-type - :378:16 - Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-return-type - :400:20 - Return type does not match returned value: expected `tuple[DataFrame, datetime]`, found `tuple[DataFrame | Series[Any], datetime]`

freqtrade/data/entryexitanalysis.py

[error] invalid-return-type - :70:16 - Return type does not match returned value: expected `DataFrame`, found `Series[Any] | DataFrame`
[error] invalid-argument-type - :183:9 - Argument to function `_print_table` is incorrect: Expected `DataFrame`, found `Series[Any]`

freqtrade/data/history/datahandlers/idatahandler.py

[error] invalid-argument-type - :269:34 - Argument to bound method `_trades_store` is incorrect: Expected `DataFrame`, found `Series[Any]`

freqtrade/data/metrics.py

[error] unsupported-operator - :249:47 - Operator `-` is unsupported between objects of type `int | str` and `Literal[1]`
[error] invalid-argument-type - :258:9 - Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :259:9 - Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :260:9 - Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :261:9 - Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :262:9 - Argument is incorrect: Expected `int | float`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - :264:9 - Argument is incorrect: Expected `Timestamp`, found `str | bytes | date | ... omitted 9 union elements`

freqtrade/exchange/binance_public_data.py

[error] invalid-argument-type - :285:33 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :371:9 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | str]`
[error] invalid-return-type - :96:16 - Return type does not match returned value: expected `DataFrame`, found `Series[Any] | DataFrame`

freqtrade/exchange/exchange.py

[error] invalid-argument-type - :3096:35 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any]`
[error] invalid-assignment - :2959:13 - Invalid subscript assignment with key of type `tuple[str, str, CandleType]` and value of type `Unknown | Series[Any]` on object of type `dict[tuple[str, str, CandleType], DataFrame]`
[error] invalid-return-type - :2960:16 - Return type does not match returned value: expected `DataFrame`, found `Unknown | Series[Any]`

freqtrade/exchange/kraken.py

[error] invalid-assignment - :182:18 - Object of type `Series[Any]` is not assignable to `DataFrame`

freqtrade/freqai/data_drawer.py

[error] unknown-argument - :324:51 - Argument `columns` does not match any known parameter of bound method `reindex`

freqtrade/freqai/data_kitchen.py

[error] invalid-argument-type - :179:30 - Argument to function `__new__` is incorrect: Expected `Sequence[Unknown] | Iterable[Sequence[Unknown] | ndarray[tuple[Any, ...], dtype[Any]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer`
[error] invalid-assignment - :389:18 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
[error] invalid-assignment - :391:18 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
[error] invalid-return-type - :895:16 - Return type does not match returned value: expected `DataFrame`, found `Series[Any]`
[error] invalid-return-type - :299 -
Old: Return type does not match returned value: expected `tuple[DataFrame, DataFrame]`, found `tuple[DataFrame | Series[Any], Series[Any] | list[Unknown]]`
New: Return type does not match returned value: expected `tuple[DataFrame, DataFrame]`, found `tuple[DataFrame, DataFrame | list[Unknown]]`

freqtrade/freqai/freqai_interface.py

[error] unresolved-attribute - :924:17 - Object of type `DatetimeIndex` has no attribute `timestamp`
[error] invalid-argument-type - :346:21 - Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any] | DataFrame`
[error] invalid-argument-type - :350:21 - Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any] | DataFrame`
[error] invalid-argument-type - :499:46 - Argument to bound method `predict` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-assignment - :890:21 - Invalid subscript assignment with key of type `Unknown | str` and value of type `Series[Any]` on object of type `dict[str, DataFrame]`

freqtrade/misc.py

[error] invalid-assignment - :235:12 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/optimize/analysis/lookahead.py

[error] invalid-argument-type - :75:42 - Argument to bound method `compare` is incorrect: Expected `Series[Any]`, found `DataFrame`
[error] unsupported-operator - :85 -
Old: Operator `+` is unsupported between objects of type `Unknown | int | slice[Any, Any, Any]` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `int | slice[Any, Any, Any] | @Todo` and `Literal[1]`

freqtrade/optimize/backtesting.py

[error] invalid-argument-type - :503:41 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `list[Unknown | int | None]`
[error] invalid-return-type - :1533:16 - Return type does not match returned value: expected `list[tuple[Unknown, ...]] | None`, found `list[list[Unknown]]`
[error] invalid-return-type - :424 -
Old: Return type does not match returned value: expected `tuple[int | float | None, int]`, found `tuple[@Todo | Series[Any], Unknown]`
New: Return type does not match returned value: expected `tuple[int | float | None, int]`, found `tuple[str | bytes | date | ... omitted 10 union elements, Unknown]`

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] no-matching-overload - :210:28 - No overload of bound method `groupby` matches arguments
[error] invalid-argument-type - :288:90 - Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], Unknown] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `list[Unknown] | (DataFrame & Top[list[Unknown]])`
[error] invalid-argument-type - :341:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `DataFrame`
[error] invalid-argument-type - :342:23 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `DataFrame`
[error] invalid-argument-type - :175:35 - Argument to function `_generate_result_line` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :529:9 - Argument to function `generate_pair_metrics` is incorrect: Expected `DataFrame`, found `Series[Any] | DataFrame`

freqtrade/plot/plotting.py

[error] invalid-argument-type - :589:26 - Argument to function `create_cum_profit` is incorrect: Expected `DataFrame`, found `Series[Any]`

freqtrade/rpc/rpc.py

[error] invalid-argument-type - :1450:88 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | NaTType, Unknown | None]`
[error] invalid-argument-type - :1481:42 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any]`
[error] invalid-argument-type - :1483:41 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any]`
[error] invalid-assignment - :1434:29 - Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
[error] invalid-return-type - :1522:16 - Return type does not match returned value: expected `tuple[DataFrame, datetime]`, found `tuple[Unknown | DataFrame | Series[Any], Unknown | datetime]`

freqtrade/rpc/telegram.py

[error] non-subscriptable - :407:44 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `date` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `integer[Any]` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
[error] non-subscriptable - :407:44 - Cannot subscript object of type `timedelta` with no `__getitem__` method
[error] invalid-argument-type - :407:44 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["open"]` on object of type `str`
[error] invalid-argument-type - :407:44 - Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["open"]` on object of type `bytes`
[error] non-subscriptable - :407:62 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `date` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `integer[Any]` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
[error] non-subscriptable - :407:62 - Cannot subscript object of type `timedelta` with no `__getitem__` method
[error] invalid-argument-type - :407:62 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["high"]` on object of type `str`
[error] invalid-argument-type - :407:62 - Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["high"]` on object of type `bytes`
[error] non-subscriptable - :408:28 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `date` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `integer[Any]` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
[error] non-subscriptable - :408:28 - Cannot subscript object of type `timedelta` with no `__getitem__` method
[error] invalid-argument-type - :408:28 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["low"]` on object of type `str`
[error] invalid-argument-type - :408:28 - Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["low"]` on object of type `bytes`
[error] non-subscriptable - :408:45 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `date` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `integer[Any]` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
[error] non-subscriptable - :408:45 - Cannot subscript object of type `timedelta` with no `__getitem__` method
[error] invalid-argument-type - :408:45 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
[error] invalid-argument-type - :408:45 - Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`

freqtrade/strategy/interface.py

[error] invalid-return-type - :1311 -
Old: Return type does not match returned value: expected `tuple[DataFrame | None, datetime | None]`, found `tuple[Any | Series[Any], Any]`
New: Return type does not match returned value: expected `tuple[DataFrame | None, datetime | None]`, found `tuple[Series[Any], Any]`

freqtrade/templates/FreqaiExampleStrategy.py

[error] invalid-assignment - :244:13 - Invalid subscript assignment with key of type `tuple[Unknown, list[Unknown | str]]` and value of type `tuple[Literal[1], Literal["long"]]` on object of type `_LocIndexerFrame[DataFrame]`
[error] invalid-assignment - :254:13 - Invalid subscript assignment with key of type `tuple[Unknown, list[Unknown | str]]` and value of type `tuple[Literal[1], Literal["short"]]` on object of type `_LocIndexerFrame[DataFrame]`
[error] non-subscriptable - :287:24 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `date` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `integer[Any]` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
[error] non-subscriptable - :287:24 - Cannot subscript object of type `timedelta` with no `__getitem__` method
[error] invalid-argument-type - :287:24 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
[error] invalid-argument-type - :287:24 - Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
[error] non-subscriptable - :290:24 - Cannot subscript object of type `complex` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `complexfloating[Any, Any]` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `date` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `datetime64[date | int | None]` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `integer[Any]` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `timedelta64[timedelta | int | None]` with no `__getitem__` method
[error] non-subscriptable - :290:24 - Cannot subscript object of type `timedelta` with no `__getitem__` method
[error] invalid-argument-type - :290:24 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
[error] invalid-argument-type - :290:24 - Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`

graphql-core (https://github.com/graphql-python/graphql-core)

src/graphql/utilities/ast_from_value.py

[warning] possibly-missing-attribute - :63:43 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :79:21 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :93:38 - Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :106:22 - Attribute `serialize` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`

src/graphql/validation/rules/fields_on_correct_type.py

[error] invalid-argument-type - :83:52 - Argument to bound method `get_possible_types` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[error] invalid-argument-type - :109:61 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType`
[error] invalid-argument-type - :111:61 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType`
[warning] possibly-missing-attribute - :132:37 - Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`

src/graphql/validation/rules/possible_fragment_spreads.py

[error] invalid-argument-type - :33:54 - Argument to function `do_types_overlap` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`
[error] invalid-argument-type - :33:65 - Argument to function `do_types_overlap` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`
[error] invalid-return-type - :67:24 - Return type does not match returned value: expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`, found `GraphQLNamedType | None`

src/graphql/execution/collect_fields.py

[error] invalid-argument-type - :322:35 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLNamedType | None`

src/graphql/execution/execute.py

[warning] possibly-missing-attribute - :776:17 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[error] invalid-argument-type - :799:17 - Argument to bound method `complete_list_value` is incorrect: Expected `GraphQLList[GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements]`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[error] invalid-argument-type - :811:66 - Argument to function `complete_leaf_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[error] invalid-argument-type - :817:17 - Argument to bound method `complete_abstract_value` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[error] invalid-argument-type - :829:17 - Argument to bound method `complete_object_value` is incorrect: Expected `GraphQLObjectType`, found `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[error] invalid-await - :500 -
Old: `Unknown | UndefinedType` is not awaitable
New: `@Todo | UndefinedType` is not awaitable
[error] invalid-argument-type - :556 -
Old: Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `Unknown | UndefinedType`
New: Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `@Todo | UndefinedType`
[error] invalid-await - :1984 -
Old: `Unknown | GraphQLWrappedResult[None]` is not awaitable
New: `@Todo | GraphQLWrappedResult[None]` is not awaitable

src/graphql/execution/incremental_graph.py

[error] invalid-argument-type - :125:61 - Argument to bound method `_add_deferred_grouped_field_set_record` is incorrect: Expected `DeferredGroupedFieldSetRecord`, found `DeferredGroupedFieldSetRecord | StreamRecord`
[error] invalid-argument-type - :159:25 - Argument to bound method `append` is incorrect: Expected `DeferredFragmentRecord | StreamRecord`, found `DeferredFragmentNode | StreamRecord`
[error] invalid-assignment - :160:17 - Invalid subscript assignment with key of type `DeferredFragmentNode | StreamRecord` and value of type `None` on object of type `dict[DeferredGroupedFieldSetRecord | StreamRecord, None]`
[error] invalid-argument-type - :181:25 - Argument to bound method `_on_stream_items` is incorrect: Expected `StreamRecord`, found `DeferredGroupedFieldSetRecord | StreamRecord`
[warning] possibly-missing-attribute - :182:25 - Attribute `stream_item_queue` may be missing on object of type `DeferredGroupedFieldSetRecord | StreamRecord`
[warning] unused-ignore-comment - :186:67 - Unused blanket `type: ignore` directive

src/graphql/execution/incremental_publisher.py

[error] invalid-argument-type - :197:17 - Argument to bound method `_handle_completed_deferred_grouped_field_set` is incorrect: Expected `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult`, found `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | StreamItemsResult`

src/graphql/execution/types.py

[error] invalid-type-form - :798:13 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :805:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression

src/graphql/execution/values.py

[error] invalid-argument-type - :106:49 - Argument to function `value_from_ast` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType | None`
[error] invalid-argument-type - :151:20 - Argument to function `coerce_input_value` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType | None`

src/graphql/language/parser.py

[error] invalid-argument-type - :266 -
Old: Argument to bound method `__init__` is incorrect: Expected `Source`, found `Source | str | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `Source`, found `Source | str`

src/graphql/type/definition.py

[error] invalid-argument-type - :444:27 - Invalid argument to key "parse_literal" with declared type `((ValueNode, dict[str, Any] | None, /) -> Any) | None` on TypedDict `GraphQLScalarTypeKwargs`: value of type `None | (bound method Self@to_kwargs.parse_literal(node: ValueNode, variables: dict[str, Any] | None = None) -> Any) | (def parse_literal(self, node: ValueNode, variables: dict[str, Any] | None = None) -> Any)`
[error] invalid-type-form - :753:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :754:21 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :857:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :858:21 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :963:16 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :1071:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression
[error] invalid-type-form - :1316:17 - Invalid subscript of object of type `types.UnionType | Unknown` in type expression

src/graphql/type/schema.py

[warning] possibly-missing-attribute - :328:13 - Attribute `types` may be missing on object of type `GraphQLInterfaceType | GraphQLUnionType`
[warning] possibly-missing-attribute - :354:30 - Attribute `types` may be missing on object of type `GraphQLInterfaceType | GraphQLUnionType`
[warning] unused-ignore-comment - :399:52 - Unused blanket `type: ignore` directive

src/graphql/type/validate.py

[error] invalid-argument-type - :214 -
Old: Argument to bound method `validate_fields` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `validate_fields` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-argument-type - :217 -
Old: Argument to bound method `validate_interfaces` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `validate_interfaces` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-argument-type - :220 -
Old: Argument to bound method `validate_fields` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `validate_fields` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-argument-type - :223 -
Old: Argument to bound method `validate_interfaces` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `validate_interfaces` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-argument-type - :226 -
Old: Argument to bound method `validate_union_members` is incorrect: Expected `GraphQLUnionType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `validate_union_members` is incorrect: Expected `GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - :229 -
Old: Argument to bound method `validate_enum_values` is incorrect: Expected `GraphQLEnumType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `validate_enum_values` is incorrect: Expected `GraphQLEnumType`, found `GraphQLNamedType`
[error] invalid-argument-type - :232 -
Old: Argument to bound method `validate_input_fields` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `validate_input_fields` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType`
[error] invalid-argument-type - :235 -
Old: Argument to bound method `__call__` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType | Unknown`
New: Argument to bound method `__call__` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType`

src/graphql/utilities/build_client_schema.py

[error] invalid-assignment - :262:81 - Object of type `dict[Unknown | str, Unknown | ((scalar_introspection: IntrospectionScalarType) -> GraphQLScalarType) | ((object_introspection: IntrospectionObjectType) -> GraphQLObjectType) | ... omitted 4 union elements]` is not assignable to `dict[str, (IntrospectionScalarType | IntrospectionObjectType | IntrospectionInterfaceType | ... omitted 3 union elements, /) -> GraphQLNamedType]`
[error] invalid-argument-type - :302:13 - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`, found `GraphQLType`
[error] invalid-argument-type - :332:75 - Argument to function `value_from_ast` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`
[error] invalid-argument-type - :335:13 - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`
[error] invalid-argument-type - :369:75 - Argument to function `value_from_ast` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`
[error] invalid-argument-type - :372:13 - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`, found `GraphQLType`

src/graphql/utilities/coerce_input_value.py

[warning] possibly-missing-attribute - :57:52 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :72:21 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :91:48 - Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :96:18 - Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :118:75 - Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :129:73 - Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :134:12 - Attribute `is_one_of` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :142:45 - Attribute `name` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :157:16 - Attribute `out_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`

src/graphql/utilities/type_comparators.py

[error] invalid-argument-type - :103:36 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
[error] invalid-argument-type - :104:56 - Argument to bound method `get_possible_types` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
[error] invalid-argument-type - :107:35 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
[error] invalid-argument-type - :111:35 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType`
[error] invalid-argument-type - :77:32 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLInterfaceType | GraphQLUnionType`, found `GraphQLType`

src/graphql/utilities/type_info.py

[error] invalid-argument-type - :92:47 - Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | ... omitted 3 union elements`, found `GraphQLType & ~AlwaysFalsy`
[error] invalid-argument-type - :94:48 - Argument to bound method `append` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`, found `GraphQLType & ~AlwaysFalsy`
[error] invalid-argument-type - :96:41 - Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`, found `GraphQLType & ~AlwaysFalsy`
[error] invalid-argument-type - :150:13 - Argument to bound method `append` is incorrect: Expected `GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | None`, found `GraphQLNamedType | None`
[error] invalid-argument-type - :177:33 - Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`, found `GraphQLNamedType | None`
[error] invalid-argument-type - :183:39 - Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | ... omitted 3 union elements`, found `GraphQLType | None`
[error] invalid-argument-type - :203:39 - Argument to bound method `append` is incorrect: Expected `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | ... omitted 3 union elements`, found `Unknown | GraphQLScalarType | GraphQLObjectType | ... omitted 6 union elements`
[error] unresolved-attribute - :200:21 - Object of type `None` has no attribute `of_type`
[warning] possibly-missing-attribute - :200:21 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`
[error] unresolved-attribute - :208 -
Old: Object of type `None` has no attribute `fields`
New: Object of type `GraphQLNamedType | None` has no attribute `fields`
[error] unresolved-attribute - :222 -
Old: Object of type `None` has no attribute `values`
New: Object of type `GraphQLNamedType | None` has no attribute `values`

src/graphql/utilities/value_from_ast.py

[warning] possibly-missing-attribute - :73:43 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :79:21 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :105:18 - Attribute `fields` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :121:12 - Attribute `is_one_of` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`
[warning] possibly-missing-attribute - :129:16 - Attribute `out_type` may be missing on object of type `GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown] | GraphQLNonNull[GraphQLScalarType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList[Unknown]]`

src/graphql/validation/rules/custom/no_deprecated.py

[error] unresolved-attribute - :77 -
Old: Object of type `None` has no attribute `fields`
New: Object of type `GraphQLNamedType | None` has no attribute `fields`
[error] unresolved-attribute - :82:41 - Object of type `None` has no attribute `name`
[warning] possibly-missing-attribute - :82:41 - Attribute `name` may be missing on object of type `GraphQLNamedType | None`

src/graphql/validation/rules/overlapping_fields_can_be_merged.py

[warning] possibly-missing-attribute - :659:31 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :659:46 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :667:31 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :667:46 - Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`

src/graphql/validation/rules/stream_directive_on_list_field.py

[warning] unused-ignore-comment - :49:68 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :42 -
Old: Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 5 union elements`
New: Attribute `of_type` may be missing on object of type `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements`

src/graphql/validation/rules/values_of_correct_type.py

[error] unresolved-attribute - :80 -
Old: Object of type `None` has no attribute `fields`
New: Object of type `GraphQLNamedType | None` has no attribute `fields`
[error] unresolved-attribute - :86:35 - Object of type `None` has no attribute `name`
[warning] possibly-missing-attribute - :86:35 - Attribute `name` may be missing on object of type `GraphQLNamedType | None`
[error] unresolved-attribute - :91 -
Old: Object of type `None` has no attribute `is_one_of`
New: Object of type `GraphQLNamedType | None` has no attribute `is_one_of`
[error] invalid-argument-type - :93 -
Old: Argument to function `validate_one_of_input_object` is incorrect: Expected `GraphQLInputObjectType`, found `None`
New: Argument to function `validate_one_of_input_object` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType | None`
[error] unresolved-attribute - :101 -
Old: Object of type `None` has no attribute `fields`
New: Object of type `GraphQLNamedType | None` has no attribute `fields`
[error] unresolved-attribute - :105:49 - Object of type `None` has no attribute `name`
[warning] possibly-missing-attribute - :105:49 - Attribute `name` may be missing on object of type `GraphQLNamedType | None`

tests/execution/test_abstract.py

[error] invalid-await - :47 -
Old: `ExecutionResult | Unknown` is not awaitable
New: `ExecutionResult | @Todo` is not awaitable

tests/type/test_definition.py

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

tests/type/test_validation.py

[error] invalid-assignment - :423:9 - Object of type `dict[str, GraphQLNamedType | dict[Unknown | str, Unknown | str] | GraphQLDirective]` is not assignable to attribute `type_map` of type `dict[str, GraphQLNamedType]`
[warning] unused-ignore-comment - :1015:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1308:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1421:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1537:50 - Unused blanket `type: ignore` directive

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

hydpy/core/optiontools.py

[error] invalid-argument-type - :489:51 - Argument is incorrect: Expected `Period`, found `timedelta | str | Period`
[error] invalid-argument-type - :495:55 - Argument is incorrect: Expected `Period`, found `timedelta | str | Period`

hydpy/core/typingtools.py

[error] invalid-type-form - :96:45 - Invalid subscript of object of type `GenericAlias` in type expression
[error] invalid-type-form - :108:55 - Invalid subscript of object of type `GenericAlias` in type expression
[error] invalid-type-form - :119:65 - Invalid subscript of object of type `GenericAlias` in type expression

hydpy/core/devicetools.py

[error] unsupported-operator - :4048:10 - Operator `-` is unsupported between objects of type `Unknown | Date` and `Unknown | int | float`

hydpy/core/itemtools.py

[error] type-assertion-failure - :424:9 - Type `@Todo & ~Literal["global"] & ~Literal["selection"] & ~Literal["device"] & ~Literal["subunit"]` is not equivalent to `Never`
[error] type-assertion-failure - :655:13 - Type `@Todo & ~Literal["global"] & ~Literal["selection"] & ~Literal["device"] & ~Literal["subunit"]` is not equivalent to `Never`
[error] type-assertion-failure - :965:13 - Type `@Todo & ~Literal["global"] & ~Literal["selection"] & ~Literal["device"] & ~Literal["subunit"]` is not equivalent to `Never`
[error] type-assertion-failure - :1356:13 - Type `@Todo & ~Literal["device"] & ~Literal["subunit"] & ~Literal["selection"] & ~Literal["global"]` is not equivalent to `Never`

hydpy/core/objecttools.py

[error] invalid-argument-type - :763:28 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(~str & ~Real) | (Integral & ~str) | (Unknown & ~Real) | (Unknown & Integral) | float`

hydpy/core/seriestools.py

[error] invalid-return-type - :339:12 - Return type does not match returned value: expected `DataFrame`, found `Series[Any]`

hydpy/core/threadingtools.py

[error] invalid-assignment - :261:21 - Invalid subscript assignment with key of type `Node` and value of type `list[Element]` on object of type `dict[Node | Element, list[Node | Element]]`
[warning] unused-ignore-comment - :316:33 - Unused blanket `type: ignore` directive

hydpy/cythons/modelutils.py

[error] invalid-assignment - :349:47 - Object of type `dict[Unknown | <class 'bool'> | str | ... omitted 7 union elements, Unknown | str]` is not assignable to `dict[type[Any] | str | None, str]`

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-argument-type - :2879:60 - Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | @Todo, ...]`

src/hydra_zen/wrapper/_implementations.py

[error] invalid-parameter-default - :1480 -
Old: Default value of type `def default_to_config(target: ((...) -> Any) | DataClass_ | list[Any] | ... omitted 3 union elements, CustomBuildsFn: @Todo = <class 'DefaultBuilds'>, **kw: Any) -> DataClass_ | type[@Todo] | ListConfig | DictConfig` is not assignable to annotated parameter type `(F@__call__, /) -> @Todo`
New: Default value of type `def default_to_config(target: ((...) -> Any) | DataClass_ | list[Any] | ... omitted 3 union elements, CustomBuildsFn: @Todo = <class 'DefaultBuilds'>, **kw: Any) -> DataClass_ | type[@Todo] | ListConfig | DictConfig` is not assignable to annotated parameter type `(F@__call__, /) -> Any`

tests/annotations/declarations.py

[error] invalid-key - :366:59 - Unknown key "a" for TypedDict `EmptyDict`: Unknown key "a"
[error] invalid-key - :366:72 - Unknown key "a" for TypedDict `EmptyDict`: Unknown key "a"
[error] type-assertion-failure - :929:5 - Type `StdBuilds[Divergent]` does not match asserted type `StdBuilds[Unknown]`
[error] type-assertion-failure - :934:5 - Type `StdBuilds[Divergent]` does not match asserted type `StdBuilds[Unknown]`
[error] type-assertion-failure - :940:5 - Type `PBuilds[Divergent]` does not match asserted type `PBuilds[Unknown]`
[error] type-assertion-failure - :944:5 - Type `PBuilds[Divergent]` does not match asserted type `PBuilds[Unknown]`
[error] type-assertion-failure - :951:5 - Type `FullBuilds[Divergent] | StdBuilds[Divergent]` does not match asserted type `FullBuilds[Unknown] | StdBuilds[Unknown]`
[error] type-assertion-failure - :956:5 - Type `PBuilds[Divergent] | StdBuilds[Divergent]` does not match asserted type `PBuilds[Unknown] | StdBuilds[Unknown]`
[error] type-assertion-failure - :961:5 - Type `PBuilds[Divergent] | StdBuilds[Divergent]` does not match asserted type `PBuilds[Unknown] | StdBuilds[Unknown]`
[error] type-assertion-failure - :969:5 - Type `FullBuilds[Divergent] | PBuilds[Divergent] | StdBuilds[Divergent]` does not match asserted type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]`
[error] type-assertion-failure - :980:5 - Type `FullBuilds[Divergent] | PBuilds[Divergent] | StdBuilds[Divergent]` does not match asserted type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]`
[warning] unused-ignore-comment - :405:32 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1211:5 - Type `dict[tuple[str | None, str], Any]` does not match asserted type `dict[tuple[@Todo, @Todo], @Todo]`
[warning] unused-ignore-comment - :1214:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1217:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1218:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1219:20 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1220:21 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :524:17 - Class `int` has no attribute `_target_`
[error] type-assertion-failure - :945 -
Old: Type `PBuilds[@Todo]` does not match asserted type `Unknown`
New: Type `PBuilds[Divergent]` does not match asserted type `Unknown`

tests/annotations/mypy_checks.py

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

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

ibis/backends/mssql/tests/test_client.py

[error] invalid-argument-type - :353:20 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[str, <class 'str'> | <class 'int'>]`

ibis/backends/polars/__init__.py

[error] invalid-argument-type - :353:66 - Argument to bound method `from_ibis` is incorrect: Expected `Schema`, found `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]]`

ibis/backends/polars/compiler.py

[error] no-matching-overload - :1307:2 - No overload of bound method `register` matches arguments

ibis/backends/postgres/tests/test_functions.py

[error] invalid-argument-type - :900:35 - Argument to function `assert_frame_equal` is incorrect: Expected `DataFrame`, found `Series[Any]`

ibis/backends/pyspark/tests/conftest.py

[error] invalid-argument-type - :289:30 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

ibis/backends/snowflake/tests/test_udf.py

[error] invalid-argument-type - :110:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | None`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - :332:40 - Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], Unknown] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `Cursor`

ibis/backends/sqlite/udf.py

[error] no-matching-overload - :396:20 - No overload of function `max` matches arguments

ibis/backends/tests/base.py

[error] invalid-argument-type - :116:21 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

ibis/backends/tests/sql/test_select_sql.py

[error] invalid-argument-type - :872:20 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[Unknown | str, Unknown | <class 'int'>]`

ibis/backends/tests/test_client.py

[error] invalid-type-form - :455 -
Old: Variable of type `def schema(pairs: @Todo | None = None, *, /, names: Iterable[str] | None = None, types: Iterable[str | DataType] | None = None) -> Schema` is not allowed in a type expression
New: Variable of type `def schema(pairs: Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None = None, *, /, names: Iterable[str] | None = None, types: Iterable[str | DataType] | None = None) -> Schema` is not allowed in a type expression

ibis/common/temporal.py

[error] invalid-argument-type - :202:16 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | timedelta | Real`

ibis/expr/api.py

[error] invalid-argument-type - :445:13 - Argument to function `__new__` is incorrect: Expected `ExtensionArray | ndarray[Unknown, dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `(Iterable[str] & ~AlwaysFalsy) | Unknown | None`
[error] invalid-argument-type - :489:9 - Argument is incorrect: Expected `Schema`, found `Unknown | Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]]`
[error] invalid-argument-type - :509:9 - Argument is incorrect: Expected `Schema`, found `Unknown | Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]]`
[error] invalid-argument-type - :563:9 - Argument is incorrect: Expected `Schema`, found `Unknown | Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]]`
[error] invalid-argument-type - :325 -
Old: Argument is incorrect: Expected `Schema`, found `@Todo | None`
New: Argument is incorrect: Expected `Schema`, found `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`

ibis/expr/operations/core.py

[error] invalid-argument-type - :65:34 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(@Todo & ~Value[object, object]) | None`
[error] invalid-argument-type - :67:36 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(@Todo & ~Value[object, object]) | None`

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - :791:24 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[Unknown | str, Unknown | <class 'int'> | <class 'float'> | <class 'str'>]`
[error] invalid-argument-type - :792:25 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[Unknown | str, Unknown | <class 'str'> | <class 'float'>]`
[error] invalid-argument-type - :793:25 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[Unknown | str, Unknown | <class 'str'> | <class 'float'>]`
[error] invalid-argument-type - :1111:20 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[Unknown | str, Unknown | <class 'str'> | <class 'int'> | <class 'float'>]`
[error] invalid-argument-type - :1188:36 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[Unknown | str, Unknown | <class 'int'> | <class 'float'> | <class 'str'>]`
[error] invalid-argument-type - :1189:38 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `dict[Unknown | str, Unknown | <class 'int'> | <class 'float'> | <class 'str'>]`

ibis/tests/expr/test_set_operations.py

[error] invalid-argument-type - :35:16 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `<class 'A'>`
[error] invalid-argument-type - :36:16 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `<class 'B'>`
[error] invalid-argument-type - :37:16 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `<class 'C'>`
[error] invalid-argument-type - :38:16 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `<class 'D'>`

ibis/tests/expr/test_table.py

[error] invalid-argument-type - :1637:21 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `<class 'MyTable'>`
[error] invalid-argument-type - :1638:21 - Argument to function `table` is incorrect: Expected `Schema | Mapping[str, str | DataType] | Iterable[tuple[str, str | DataType]] | None`, found `<class 'MyTable'>`

ignite (https://github.com/pytorch/ignite)

examples/references/classification/imagenet/main.py

[error] invalid-argument-type - :288:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - :347:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`

examples/references/segmentation/pascal_voc2012/main.py

[error] invalid-argument-type - :325:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - :384:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`

ignite/handlers/fbresearch_logger.py

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

tests/ignite/conftest.py

[error] invalid-argument-type - :326:41 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :125:34 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`

tests/ignite/handlers/test_checkpoint.py

[error] invalid-argument-type - :1429:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - :1812:25 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - :1814:25 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`

isort (https://github.com/pycqa/isort)

isort/settings.py

[error] invalid-argument-type - :605:32 - Argument to function `fnmatch` is incorrect: Argument type `bytes | str` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :605:32 - Argument to function `fnmatch` is incorrect: Expected `str`, found `bytes | str`
[error] unsupported-operator - :605:69 - Operator `+` is unsupported between objects of type `Literal["/"]` and `bytes | str`

jax (https://github.com/google/jax)

jax/_src/third_party/scipy/signal_helper.py

[error] invalid-argument-type - :59:24 - Argument to function `get_window` is incorrect: Expected `_ToWindow`, found `(str & ~Literal["hann"]) | (Array & tuple[object, ...]) | (ndarray[tuple[Any, ...], dtype[Any]] & tuple[object, ...]) | ... omitted 3 union elements`

jax/_src/blocked_sampler.py

[error] invalid-argument-type - :116 -
Old: Argument to function `_compute_tile_index` is incorrect: Expected `Sequence[int]`, found `Sequence[Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements]`
New: Argument to function `_compute_tile_index` is incorrect: Expected `Sequence[int]`, found `Sequence[Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements]`

jax/_src/checkify.py

[warning] unused-ignore-comment - :254:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :280:77 - Unused blanket `type: ignore` directive

jax/_src/compiler.py

[error] unresolved-attribute - :679 -
Old: Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, dtype[Any]], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes`.
New: Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[tuple[Any, ...], dtype[Any]], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes`.

jax/_src/lax/control_flow/conditionals.py

[warning] unused-ignore-comment - :142:45 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :132 -
Old: Argument to function `_switch_internal` is incorrect: Expected `Sequence[Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements]`, found `tuple[Unknown, ...] | tuple[object]`
New: Argument to function `_switch_internal` is incorrect: Expected `Sequence[Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements]`, found `tuple[Unknown, ...] | tuple[object]`

jax/_src/numpy/index_tricks.py

[error] invalid-assignment - :152 -
Old: Object of type `(Array & tuple[object, ...]) | (ndarray[@Todo, dtype[Any]] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, int | float | complex] & tuple[object, ...]) | tuple[Array | ndarray[@Todo, dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]` is not assignable to `tuple[Array | ndarray[@Todo, dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]`
New: Object of type `(Array & tuple[object, ...]) | (ndarray[tuple[Any, ...], dtype[Any]] & tuple[object, ...]) | (numpy.bool[builtins.bool] & tuple[object, ...]) | (number[Any, int | float | complex] & tuple[object, ...]) | tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]` is not assignable to `tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements, ...]`

jax/_src/numpy/indexing.py

[warning] possibly-missing-attribute - :698 -
Old: Attribute `shape` may be missing on object of type `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements`
New: Attribute `shape` may be missing on object of type `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements`

jax/_src/numpy/lax_numpy.py

[error] invalid-argument-type - :5010 -
Old: Argument to function `_block` is incorrect: Expected `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 6 union elements`, found `object`
New: Argument to function `_block` is incorrect: Expected `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 6 union elements`, found `object`

jax/_src/numpy/ufuncs.py

[error] unresolved-attribute - :69 -
Old: Object of type `(Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`
New: Object of type `(Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`
[error] unresolved-attribute - :79 -
Old: Object of type `(Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements, Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`
New: Object of type `(Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements, Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements, /) -> Array` has no attribute `__name__`

jax/_src/pallas/fuser/block_spec.py

[error] invalid-argument-type - :908:32 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `(int & ~Squeezed & ~Element) | (Blocked & ~Squeezed & ~Element)`
[error] invalid-argument-type - :424 -
Old: Argument to function `_block_shapes_equal` is incorrect: Expected `tuple[int | @Todo | None] | None`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `_block_shapes_equal` is incorrect: Expected `tuple[int | Element | Squeezed | ... omitted 3 union elements] | None`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :427 -
Old: Argument is incorrect: Expected `Sequence[@Todo | int | None] | None`, found `object`
New: Argument is incorrect: Expected `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`, found `object`
[error] not-iterable - :468 -
Old: Object of type `tuple[@Todo | int | None, ...] | None` may not be iterable
New: Object of type `tuple[Element | Squeezed | Blocked | ... omitted 3 union elements, ...] | None` may not be iterable
[error] invalid-argument-type - :468:35 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 3 union elements`
[error] invalid-argument-type - :726 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :739 -
Old: Argument to function `tuple_update` is incorrect: Expected `tuple[Literal[1] | Element, ...]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `tuple_update` is incorrect: Expected `tuple[Literal[1] | Element, ...]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :861 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :866 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[@Todo | int | None] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :962 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :988 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :992 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1028 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1030 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1034 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1050 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1109 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] not-iterable - :1132 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None` may not be iterable
[error] invalid-argument-type - :1207 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] not-iterable - :1237 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None` may not be iterable
[error] not-iterable - :1285 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None` may not be iterable
[error] invalid-argument-type - :1299 -
Old: Argument to function `tuple_update` is incorrect: Expected `tuple[Unknown, ...]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `tuple_update` is incorrect: Expected `tuple[Unknown, ...]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1366 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `(Element | Squeezed | Blocked | ... omitted 3 union elements, /) -> Unknown`, found `def _block_size(dim: Element | int | None) -> int | None`
[error] invalid-argument-type - :1366:34 - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] not-iterable - :1413 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None` may not be iterable
[error] not-iterable - :1421 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None` may not be iterable
[error] invalid-argument-type - :1441 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] not-iterable - :1544 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None` may not be iterable
[error] invalid-argument-type - :1544:19 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | BoundedSlice | int`
[error] invalid-argument-type - :1547:19 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 4 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1690:21 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 4 union elements`
[error] invalid-argument-type - :1691:21 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 4 union elements`
[error] unsupported-operator - :1703 -
Old: Operator `+` is unsupported between objects of type `Sequence[@Todo | int | None] | Unknown` and `tuple[Unknown]`
New: Operator `+` is unsupported between objects of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | Unknown` and `tuple[Unknown]`
[error] not-iterable - :1725 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None` may not be iterable
[error] invalid-argument-type - :1725:19 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 3 union elements`
[error] invalid-argument-type - :1781 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[@Todo | int | None] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2282 -
Old: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[@Todo | int | None] | None`
New: Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2328 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2388 -
Old: Argument to function `_canonicalize_block_shape` is incorrect: Expected `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `_canonicalize_block_shape` is incorrect: Expected `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2421 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`

jax/_src/pallas/helpers.py

[error] unsupported-operator - :96 -
Old: Operator `-` is unsupported between objects of type `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 6 union elements` and `Array | ndarray[@Todo, dtype[Any]] | bool[bool] | ... omitted 6 union elements`
New: Operator `-` is unsupported between objects of type `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 6 union elements` and `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 6 union elements`

jax/_src/pallas/mosaic/interpret/interpret_pallas_call.py

[error] invalid-argument-type - :1077 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | None`

jax/_src/pallas/mosaic/interpret/shared_memory.py

[error] invalid-argument-type - :88 -
Old: Argument to function `update_vector_clock` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`
New: Argument to function `update_vector_clock` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | None`
[error] invalid-argument-type - :113 -
Old: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`
New: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | None`
[error] invalid-argument-type - :143 -
Old: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[@Todo, dtype[Any]] | None`
New: Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | None`

jax/_src/pallas/mosaic/interpret/vector_clock.py

[error] invalid-return-type - :26 -
Old: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `None`
New: Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `None`

jax/_src/pallas/mosaic/pipeline.py

[error] invalid-argument-type - :390 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`

jax/_src/pallas/mosaic_gpu/pipeline.py

[error] invalid-argument-type - :437 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None | Unknown`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None | Unknown`
[error] invalid-argument-type - :902 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None | Unknown`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None | Unknown`

jax/_src/pallas/pipelining/schedulers.py

[error] invalid-argument-type - :410 -
Old: Argument to function `check_async_done` is incorrect: Expected `int | Array`, found `signedinteger[@Todo]`
New: Argument to function `check_async_done` is incorrect: Expected `int | Array`, found `signedinteger[_64Bit]`

jax/_src/pallas/triton/lowering.py

[error] invalid-argument-type - :1547:55 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `object`
[error] invalid-argument-type - :1549:57 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `object`

jax/_src/prng.py

[error] invalid-argument-type - :1111:65 - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - :1117:64 - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`

jax/_src/scipy/special.py

[error] invalid-return-type - :1211 -
Old: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `signedinteger[@Todo]`
New: Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `signedinteger[_64Bit]`

jax/_src/state/discharge.py

[error] no-matching-overload - :414:13 - No overload of bound method `reshape` matches arguments

jax/experimental/array_serialization/serialization_test.py

[error] invalid-argument-type - :889 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: @Todo, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: Buffer, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`
[error] invalid-argument-type - :893 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: @Todo, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: Buffer, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`
[error] invalid-argument-type - :897 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: @Todo, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: Buffer, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`
[error] invalid-argument-type - :930 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: @Todo, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_DeserializeAuxData`, found `def loads(data: Buffer, *, /, fix_imports: bool = Literal[True], encoding: str = Literal["ASCII"], errors: str = Literal["strict"], buffers: Iterable[Any] | None = tuple[()]) -> Any`

jax/experimental/mosaic/gpu/fragmented_array.py

[error] unresolved-attribute - :2333 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`
[error] unresolved-attribute - :2345 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`
[warning] possibly-missing-attribute - :2370 -
Old: Attribute `type` may be missing on object of type `ndarray[@Todo, dtype[Any]] | Unknown`
New: Attribute `type` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[warning] possibly-missing-attribute - :2413 -
Old: Attribute `type` may be missing on object of type `ndarray[@Todo, dtype[Any]] | Unknown`
New: Attribute `type` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] unresolved-attribute - :2604 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`
[error] unresolved-attribute - :2605 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `type`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `type`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py

[error] invalid-argument-type - :1570 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :1574 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2118 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2123 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[@Todo | int | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - :2475 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2476 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2477 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2478 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2481 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | None`, found `PartitionSpec | None`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_mask_info.py

[error] invalid-argument-type - :867 -
Old: Argument to function `_shrink_mask_info_dkv` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `@Todo | None`
New: Argument to function `_shrink_mask_info_dkv` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `@Todo | None`
[error] invalid-argument-type - :867 -
Old: Argument to function `_shrink_mask_info` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `@Todo | None`
New: Argument to function `_shrink_mask_info` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `@Todo | None`

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

src/jinja2/debug.py

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

src/jinja2/environment.py

[error] no-matching-overload - :1617:17 - No overload of bound method `writelines` matches arguments

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/generic.py

[error] invalid-argument-type - :290:31 - Argument to bound method `startswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - :298:29 - Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@EndsWith`

kopf (https://github.com/nolar/kopf)

kopf/_core/intents/registries.py

[error] invalid-argument-type - :276 -
Old: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_via_pykube(*, logger: @Todo, **_: Any) -> ConnectionInfo | None`
New: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_via_pykube(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`
[error] invalid-argument-type - :285 -
Old: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_via_client(*, logger: @Todo, **_: Any) -> ConnectionInfo | None`
New: Argument is incorrect: Expected `(Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, Unknown, /) -> @Todo`, found `def login_via_client(*, logger: Logger | LoggerAdapter[Any], **_: Any) -> ConnectionInfo | None`

kopf/_kits/hierarchies.py

[error] no-matching-overload - :44:24 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :44:24 - No overload of bound method `setdefault` matches arguments
[warning] possibly-missing-attribute - :50:20 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :51:21 - Object of type `list[Unknown]` is not assignable to attribute `owner_references` on type `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :52:24 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] no-matching-overload - :82:24 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :82:24 - No overload of bound method `setdefault` matches arguments
[warning] possibly-missing-attribute - :88:20 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :89:21 - Object of type `list[Unknown]` is not assignable to attribute `owner_references` on type `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :90:24 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] no-matching-overload - :125:30 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :125:30 - No overload of bound method `setdefault` matches arguments
[warning] possibly-missing-attribute - :129:20 - Attribute `labels` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :130:21 - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `labels` on type `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :131:30 - Attribute `labels` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :137:17 - Invalid subscript assignment with key of type `str | Any` and value of type `str | None | Any` on object of type `dict[str, str]`
[error] no-matching-overload - :139:17 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :139:17 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :181:25 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :181:25 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :185:25 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :185:25 - No overload of bound method `setdefault` matches arguments
[warning] possibly-missing-attribute - :191:26 - Attribute `name` may be missing on object of type `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :191:56 - Attribute `generate_name` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :194:25 - Object of type `str | (Any & ~_UNSET & ~None)` is not assignable to attribute `name` on type `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :195:28 - Attribute `generate_name` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :196:29 - Object of type `None` is not assignable to attribute `generate_name` on type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :198:25 - Object of type `str` is not assignable to attribute `generate_name` on type `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :199:28 - Attribute `name` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :200:29 - Object of type `None` is not assignable to attribute `name` on type `V1ObjectMetaProtocol | None`
[error] no-matching-overload - :232:30 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :232:30 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :233:21 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :233:21 - No overload of bound method `setdefault` matches arguments
[warning] possibly-missing-attribute - :237:30 - Attribute `namespace` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] invalid-assignment - :238:21 - Object of type `str | None | (Any & ~_UNSET)` is not assignable to attribute `namespace` on type `V1ObjectMetaProtocol | None`

manticore (https://github.com/trailofbits/manticore)

manticore/core/smtlib/solver.py

[error] invalid-argument-type - :222:26 - Argument to function `fcntl` is incorrect: Expected `int | HasFileno`, found `IO[str] | None`
[error] no-matching-overload - :223:9 - No overload of function `fcntl` matches arguments

manticore/ethereum/abi.py

[error] invalid-argument-type - :133:44 - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Literal["\0\0\0\0\0\0\0\0"]`

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

misc/python/materialize/mzbuild.py

[warning] unused-ignore-comment - :76:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :77:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :88:54 - Unused blanket `type: ignore` directive

misc/python/materialize/mzcompose/composition.py

[warning] unused-ignore-comment - :386:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :387:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :398:70 - Unused blanket `type: ignore` directive

misc/python/materialize/scalability/plot/plot.py

[error] not-iterable - :270:41 - Object of type `floating[Any]` is not iterable

test/balancerd/mzcompose.py

[error] invalid-argument-type - :495:20 - Argument to bound method `execute` is incorrect: Expected `LiteralString | bytes | SQL | Composed`, found `str`
[error] invalid-argument-type - :508:24 - Argument to bound method `execute` is incorrect: Expected `LiteralString | bytes | SQL | Composed`, found `str`
[error] invalid-argument-type - :518:24 - Argument to bound method `execute` is incorrect: Expected `LiteralString | bytes | SQL | Composed`, found `str`

test/cluster-spec-sheet/mzcompose.py

[error] no-matching-overload - :2830:45 - No overload of bound method `groupby` matches arguments
[error] invalid-argument-type - :2798:13 - Argument to function `plot` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :2808:13 - Argument to function `plot` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :2840:13 - Argument to function `plot` is incorrect: Expected `DataFrame`, found `Series[Any]`

meson (https://github.com/mesonbuild/meson)

ci/ciimage/build.py

[error] no-matching-overload - :112:15 - No overload of function `run` matches arguments
[error] no-matching-overload - :124:12 - No overload of function `run` matches arguments
[error] no-matching-overload - :166:16 - No overload of function `run` matches arguments
[error] no-matching-overload - :188:16 - No overload of function `run` matches arguments
[error] no-matching-overload - :192:13 - No overload of function `run` matches arguments
[error] no-matching-overload - :214:13 - No overload of function `run` matches arguments
[error] no-matching-overload - :217:13 - No overload of function `run` matches arguments

mesonbuild/interpreter/primitives/array.py

[error] invalid-argument-type - :109:40 - Argument to function `flatten` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`

mesonbuild/interpreterbase/_unholder.py

[error] invalid-return-type - :18:16 - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `HoldableObject | int | str | Top[list[Unknown]] | Top[dict[Unknown, Unknown]]`

mesonbuild/interpreterbase/helpers.py

[error] invalid-argument-type - :37:30 - Argument to function `resolver` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`
[error] invalid-return-type - :39:20 - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `dict[object, Divergent]`
[error] invalid-argument-type - :39:33 - Argument to function `resolver` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :58:59 - Argument to function `stringifyUserArguments` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :60:54 - Argument to function `stringifyUserArguments` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :61:54 - Argument to function `stringifyUserArguments` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`

mesonbuild/mesondata.py

[error] unsupported-operator - :28:24 - Operator `/` is unsupported between objects of type `Traversable` and `Unknown | PurePosixPath`

mesonbuild/modules/python3.py

[error] no-matching-overload - :56:16 - No overload of bound method `build_target` matches arguments

mesonbuild/munstable_coredata.py

[warning] possibly-missing-attribute - :62:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`
[warning] possibly-missing-attribute - :65:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`
[warning] possibly-missing-attribute - :69:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`
[warning] possibly-missing-attribute - :73:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`

mesonbuild/optinterpreter.py

[error] invalid-return-type - :131:20 - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `int | float`

mesonbuild/utils/vsenv.py

[error] invalid-argument-type - :59:36 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

unittests/pythontests.py

[error] no-matching-overload - :69:32 - No overload of function `join` matches arguments

mesonbuild/ast/interpreter.py

[error] invalid-argument-type - :550:48 - Argument to bound method `node_to_runtime_value` is incorrect: Expected `MesonInterpreterObject | BaseNode | str | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - :295:33 - Argument to bound method `__init__` is incorrect: Expected `dict[str, @Todo]`, found `BaseNode & Top[dict[Unknown, Unknown]]`

mesonbuild/backend/backends.py

[error] no-matching-overload - :321:20 - No overload of function `join` matches arguments
[error] invalid-argument-type - :368:58 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] no-matching-overload - :1759:42 - No overload of function `join` matches arguments
[error] invalid-return-type - :394:16 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :477:16 - Return type does not match returned value: expected `str`, found `bytes`
[error] unsupported-operator - :777:26 - Operator `+` is unsupported between objects of type `Literal["meson-generated_"]` and `bytes | Unknown`
[error] unsupported-operator - :782:26 - Operator `+` is unsupported between objects of type `Literal["meson-generated_"]` and `bytes`
[error] invalid-return-type - :1279:16 - Return type does not match returned value: expected `list[str]`, found `list[Unknown] | list[bytes | Unknown]`
[error] no-matching-overload - :329:16 - No overload of function `join` matches arguments

mesonbuild/backend/ninjabackend.py

[error] unsupported-operator - :626:16 - Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[str]` with `Literal[0]`
[error] invalid-argument-type - :1015:58 - Argument to bound method `get_fortran_order_deps` is incorrect: Expected `list[BuildTarget]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[warning] possibly-missing-attribute - :1020:81 - Attribute `uses_fortran` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - :1174:52 - Argument to bound method `get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :1174:73 - Attribute `uses_fortran` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - :1744:41 - Argument to bound method `get_colorout_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - :1829:39 - Argument to bound method `get_debug_args` is incorrect: Expected `bool`, found `str | int | list[str]`
[error] invalid-argument-type - :1830:46 - Argument to bound method `get_optimization_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] unsupported-operator - :2454:16 - Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[str]` with `Literal[0]`
[error] unsupported-operator - :2473:20 - Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[str]` with `Literal[0]`
[error] no-matching-overload - :2805:27 - No overload of function `join` matches arguments
[error] invalid-argument-type - :3680:55 - Argument to bound method `get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - :3680:55 - Argument to bound method `get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`

mesonbuild/backend/vs2010backend.py

[error] invalid-argument-type - :187:53 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList & ~CustomTarget & ~CustomTargetIndex`
[error] no-matching-overload - :299:14 - No overload of function `open` matches arguments
[error] invalid-assignment - :350:21 - Invalid subscript assignment with key of type `str` and value of type `BuildTarget | CustomTarget | CustomTargetIndex` on object of type `dict[str, Target]`
[warning] possibly-missing-attribute - :377:27 - Attribute `get_generated_sources` may be missing on object of type `(Target & ~CustomTargetIndex) | CustomTarget | CompileTarget`
[error] invalid-argument-type - :397:36 - Argument to bound method `get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, Target]`
[error] unsupported-operator - :645:49 - Operator `+` is unsupported between objects of type `str | Unknown | int | list[str]` and `Literal["|"]`
[error] invalid-assignment - :646:13 - Object of type `str | Unknown | int | list[str]` is not assignable to attribute `text` of type `str | None`
[error] unsupported-operator - :1051:13 - Operator `+=` is unsupported between objects of type `CompilerArgs` and `str | int | list[str]`
[error] no-matching-overload - :1483:24 - No overload of function `join` matches arguments
[error] invalid-argument-type - :1664 -
Old: Argument to bound method `get_build_args` is incorrect: Expected `str`, found `Unknown | list[Unknown]`
New: Argument to bound method `get_build_args` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :1664:79 - Argument to bound method `get_build_args` is incorrect: Expected `bool`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :1664:91 - Argument to bound method `get_build_args` is incorrect: Expected `str`, found `Unknown | str | int | list[str] | list[Unknown]`

mesonbuild/backend/xcodebackend.py

[error] invalid-argument-type - :535:62 - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[warning] possibly-missing-attribute - :683:69 - Attribute `get_id` may be missing on object of type `CustomTarget | CustomTargetIndex | GeneratedList`
[error] no-matching-overload - :945:25 - No overload of function `join` matches arguments
[error] invalid-argument-type - :1450:71 - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - :1475:62 - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - :1479:105 - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - :1482:79 - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - :1745:52 - Argument to bound method `get_warn_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] no-matching-overload - :762:28 - No overload of function `join` matches arguments

mesonbuild/build.py

[error] invalid-argument-type - :850:19 - Argument to bound method `link` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - :851:25 - Argument to bound method `link_whole` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - :1064:47 - Argument to bound method `classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-assignment - :1108:17 - Invalid subscript assignment with key of type `str | Unknown | int | list[str]` and value of type `Unknown | Compiler` on object of type `OrderedDict[str, Compiler]`
[error] invalid-argument-type - :1108:41 - Method `__getitem__` of type `bound method dict[str, Compiler].__getitem__(key: str, /) -> Compiler` cannot be called with key of type `str | Unknown | int | list[str]` on object of type `dict[str, Compiler]`
[error] invalid-argument-type - :1110:42 - Argument to bound method `append` is incorrect: Expected `str`, found `str | Unknown | int | list[str]`
[warning] possibly-missing-attribute - :1156:77 - Attribute `get_basename` may be missing on object of type `CustomTarget | CompileTarget | (GeneratedList & ~str & ~File & ~CustomTargetIndex)`
[error] invalid-argument-type - :1166:69 - Argument is incorrect: Expected `list[str | File | ExtractedObjects]`, found `list[str | File | ExtractedObjects | ... omitted 3 union elements]`
[error] unresolved-attribute - :1235:26 - Object of type `Mapping[str, str]` has no attribute `copy`
[error] invalid-return-type - :1412:16 - Return type does not match returned value: expected `list[str | File | ExtractedObjects]`, found `list[str | File | ExtractedObjects | ... omitted 3 union elements]`
[error] invalid-argument-type - :1517:38 - Argument to bound method `append` is incorrect: Expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - :1542:44 - Argument to bound method `append` is incorrect: Expected `StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - :1562:44 - Argument to bound method `append` is incorrect: Expected `StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-assignment - :1807:39 - Object of type `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex] | list[StaticLibrary | CustomTarget | CustomTargetIndex]` is not assignable to `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-return-type - :1819:16 - Return type does not match returned value: expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `Self@get`
[error] invalid-argument-type - :2092:30 - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :2100:30 - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] no-matching-overload - :2471:19 - No overload of function `join` matches arguments
[error] invalid-return-type - :2841:16 - Return type does not match returned value: expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `Self@get`
[error] invalid-argument-type - :2893:45 - Argument to bound method `flatten_command` is incorrect: Expected `Sequence[str | File | ExternalProgram | ... omitted 3 union elements]`, found `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`
[error] invalid-return-type - :3136:16 - Return type does not match returned value: expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget]`
[error] invalid-return-type - :1191 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[@Todo]`
New: Return type does not match returned value: expected `ImmutableListProtocol[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-return-type - :1224 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[@Todo]`
New: Return type does not match returned value: expected `ImmutableListProtocol[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-return-type - :2586 -
Old: Return type does not match returned value: expected `tuple[str, str, str, str, bool]`, found `tuple[str, str, Literal["{0.prefix}{0.name}.{0.suffix}", "{0.prefix}{0.name}-{0.soversion}.{0.suffix}", "{0.prefix}{0.name}.{0.soversion}.{0.suffix}", "{0.shortname}.{0.suffix}", "{0.shortname}{0.soversion}.{0.suffix}", ... omitted 3 literals], None | str | Unknown, bool | Unknown]`
New: Return type does not match returned value: expected `tuple[str, str, str, str, bool]`, found `tuple[str, str, Literal["{0.prefix}{0.name}.{0.suffix}", "{0.prefix}{0.name}-{0.soversion}.{0.suffix}", "{0.prefix}{0.name}.{0.soversion}.{0.suffix}", "{0.shortname}.{0.suffix}", "{0.shortname}{0.soversion}.{0.suffix}", ... omitted 3 literals], None | str | Unknown, int | Unknown | str | list[str]]`
[error] invalid-return-type - :2837 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[Unknown]`
[error] invalid-assignment - :3124 -
Old: Object of type `Sequence[@Todo]` is not assignable to attribute `dependencies` of type `list[BuildTarget | CustomTarget]`
New: Object of type `Sequence[Target | CustomTargetIndex]` is not assignable to attribute `dependencies` of type `list[BuildTarget | CustomTarget]`

mesonbuild/cargo/interpreter.py

[error] no-matching-overload - :303:51 - No overload of function `join` matches arguments
[error] no-matching-overload - :437:43 - No overload of function `join` matches arguments

mesonbuild/cargo/manifest.py

[error] invalid-return-type - :317:24 - Return type does not match returned value: expected `str | None`, found `bytes`

mesonbuild/cmake/interpreter.py

[error] invalid-return-type - :556 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `(Unknown & list[str] & ~AlwaysFalsy) | list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `(list[str] & ~AlwaysFalsy) | list[Unknown]`

mesonbuild/compilers/compilers.py

[error] invalid-return-type - :252:12 - Return type does not match returned value: expected `_T@get_option_value_for_target`, found `str | int | list[str]`

mesonbuild/dependencies/cuda.py

[error] invalid-argument-type - :55:30 - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] no-matching-overload - :64:27 - No overload of function `join` matches arguments
[error] no-matching-overload - :68:23 - No overload of function `join` matches arguments
[error] no-matching-overload - :153:20 - No overload of function `join` matches arguments
[error] no-matching-overload - :158:24 - No overload of function `join` matches arguments

mesonbuild/dependencies/dev.py

[error] invalid-argument-type - :587:43 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

mesonbuild/dependencies/pkgconfig.py

[error] invalid-argument-type - :437:53 - Argument to bound method `_convert_mingw_paths` is incorrect: Expected `ImmutableListProtocol[str]`, found `list[str]`
[error] no-matching-overload - :523:30 - No overload of function `join` matches arguments
[error] no-matching-overload - :525:34 - No overload of function `join` matches arguments
[warning] unused-ignore-comment - :436:137 - Unused blanket `type: ignore` directive

mesonbuild/dependencies/python.py

[error] no-matching-overload - :318:22 - No overload of function `join` matches arguments
[error] invalid-argument-type - :412:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | str | None`
[error] unsupported-operator - :424:19 - Operator `/` is unsupported between objects of type `Path` and `Unknown | str | None`
[error] invalid-argument-type - :424:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | str | None`

mesonbuild/dependencies/qt.py

[error] no-matching-overload - :107:27 - No overload of function `join` matches arguments

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :1139:59 - Argument to function `get_genvslite_backend` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :1142:59 - Argument to function `get_backend_from_name` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :1153:47 - Argument to bound method `init_backend_options` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :1188:79 - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `list[str]`
[error] invalid-argument-type - :1194:72 - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `list[str]`
[error] invalid-argument-type - :1272:46 - Argument to function `from_string` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :1670:42 - Argument to function `from_string` is incorrect: Expected `str`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :1674:63 - Argument to bound method `find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] invalid-argument-type - :1692:66 - Argument to bound method `find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] no-matching-overload - :1891:16 - No overload of bound method `build_target` matches arguments
[error] invalid-assignment - :1951:21 - Invalid subscript assignment with key of type `Literal[0]` and value of type `ExternalProgram | OverrideExecutable` on object of type `list[str | CustomTarget | CustomTargetIndex | ... omitted 3 union elements]`
[error] no-matching-overload - :1989:13 - No overload of bound method `source_strings_to_files` matches arguments
[error] no-matching-overload - :2085:18 - No overload of bound method `source_strings_to_files` matches arguments
[error] invalid-argument-type - :2208:59 - Argument to bound method `__init__` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget]`
[error] no-matching-overload - :2682:23 - No overload of function `join` matches arguments
[error] no-matching-overload - :2695:51 - No overload of function `join` matches arguments
[error] no-matching-overload - :2742:27 - No overload of function `join` matches arguments
[error] invalid-argument-type - :2761:27 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (ExternalProgram & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - :3191:36 - Argument to bound method `append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements`, found `str`
[error] invalid-argument-type - :3311:60 - Argument to bound method `__init__` is incorrect: Expected `Literal["shared", "static"]`, found `(Unknown & ~Literal["auto"]) | (str & ~Literal["auto"]) | int | ... omitted 3 union elements`
[error] invalid-argument-type - :3597:36 - Argument to bound method `set_variable` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`
[error] invalid-return-type - :3610:20 - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `InterpreterObject`
[error] invalid-return-type - :3613:24 - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `InterpreterObject`
[error] invalid-argument-type - :3613:40 - Argument to bound method `_holderify` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `~None`
[error] invalid-argument-type - :2815:56 - Argument to bound method `build_incdir_object` is incorrect: Expected `list[str]`, found `list[Unknown | bytes]`
[error] invalid-argument-type - :1110 -
Old: Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy)`
New: Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy)`
[error] invalid-argument-type - :1189:79 - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `Unknown | dict[OptionKey, str | None]`
[error] invalid-argument-type - :1195:72 - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `Unknown | dict[OptionKey, str | None]`
[warning] possibly-missing-attribute - :2225 -
Old: Attribute `get` may be missing on object of type `EnvironmentVariables | dict[str, @Todo] | list[@Todo] | str`
New: Attribute `get` may be missing on object of type `EnvironmentVariables | dict[str, Divergent] | list[Divergent] | str`
[error] invalid-argument-type - :2253 -
Old: Argument to bound method `unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, @Todo] | list[@Todo] | str`, found `BaseTest`
New: Argument to bound method `unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, Divergent] | list[Divergent] | str`, found `BaseTest`
[error] invalid-argument-type - :2760 -
Old: Argument to function `bold` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | (ExternalProgram & ~AlwaysTruthy & ~AlwaysFalsy)`
New: Argument to function `bold` is incorrect: Expected `str`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (ExternalProgram & ~AlwaysTruthy & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - :3182 -
Old: Argument to function `check_direntry_issues` is incorrect: Expected `Iterable[str | bytes] | bytes`, found `list[File | str | @Todo | ... omitted 3 union elements]`
New: Argument to function `check_direntry_issues` is incorrect: Expected `Iterable[str | bytes] | bytes`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] unsupported-operator - :3437 -
Old: Operator `+` is unsupported between objects of type `list[str | File | @Todo | ... omitted 3 union elements]` and `list[str | File | @Todo | ... omitted 3 union elements] | str | File | ... omitted 3 union elements`
New: Operator `+` is unsupported between objects of type `list[str | File | CustomTarget | ... omitted 5 union elements]` and `list[str | File | CustomTarget | ... omitted 5 union elements] | str | File | ... omitted 5 union elements`
[error] invalid-assignment - :3460 -
Old: Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, list[str | File | @Todo | ... omitted 3 union elements]]`
New: Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, list[str | File | CustomTarget | ... omitted 5 union elements]]`
[error] invalid-assignment - :3469 -
Old: Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, list[str | File | @Todo | ... omitted 3 union elements]]`
New: Object of type `tuple[list[File], list[str]]` is not assignable to `tuple[str, list[str | File | CustomTarget | ... omitted 5 union elements]]`

mesonbuild/interpreterbase/decorators.py

[error] invalid-return-type - :45:12 - Return type does not match returned value: expected `tuple[BaseNode, list[@Todo], Divergent, SubProject]`, found `tuple[Any, None | Any, None | Any, Any]`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - :294:67 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - :309:60 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - :372:54 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - :380:68 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - :388:54 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - :396:68 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - :405:70 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-argument-type - :436:64 - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `None`
[error] invalid-assignment - :631:13 - Invalid subscript assignment with key of type `object` and value of type `InterpreterObject` on object of type `dict[str, InterpreterObject | None]`
[error] invalid-argument-type - :631:41 - Argument to bound method `_holderify` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - :648:37 - Argument to bound method `set_variable` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `(InterpreterObject & ~MutableInterpreterObject) | None | (InterpreterObject & MutableInterpreterObject)`
[error] invalid-argument-type - :569 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `(@Todo & HoldableObject) | (InterpreterObject & HoldableObject) | (@Todo & int) | ... omitted 7 union elements`
New: Argument is incorrect: Expected `typing.TypeVar`, found `HoldableObject | int | str | ... omitted 5 union elements`
[error] invalid-argument-type - :573 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `(@Todo & HoldableObject) | (InterpreterObject & HoldableObject) | (@Todo & int) | ... omitted 7 union elements`
New: Argument is incorrect: Expected `typing.TypeVar`, found `HoldableObject | int | str | ... omitted 5 union elements`

mesonbuild/linkers/linkers.py

[error] invalid-return-type - :612:16 - Return type does not match returned value: expected `str`, found `bytes`

mesonbuild/mconf.py

[error] invalid-argument-type - :302 -
Old: Method `__getitem__` of type `bound method dict[str, @Todo].__getitem__(key: str, /) -> @Todo` cannot be called with key of type `None` on object of type `dict[str, @Todo]`
New: Method `__getitem__` of type `bound method dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]].__getitem__(key: str, /) -> dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]` cannot be called with key of type `None` on object of type `dict[str, dict[OptionKey, UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements]]`

mesonbuild/mintro.py

[error] invalid-argument-type - :337:25 - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `GeneratorType[bytes, None, None]`

mesonbuild/modules/_qt.py

[error] invalid-argument-type - :351:70 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`

mesonbuild/modules/codegen.py

[error] invalid-argument-type - :354:39 - Argument is incorrect: Expected `Executable | ExternalProgram`, found `ExternalProgram | OverrideExecutable | (def bin(number: SupportsIndex, /) -> str)`
[error] invalid-argument-type - :415:40 - Argument is incorrect: Expected `Executable | ExternalProgram`, found `ExternalProgram | OverrideExecutable | (def bin(number: SupportsIndex, /) -> str)`

mesonbuild/modules/gnome.py

[error] invalid-return-type - :798 -
Old: Return type does not match returned value: expected `tuple[Dependency, Executable | ExternalProgram, Executable | ExternalProgram]`, found `tuple[Dependency, @Todo | None, @Todo | None]`
New: Return type does not match returned value: expected `tuple[Dependency, Executable | ExternalProgram, Executable | ExternalProgram]`, found `tuple[Dependency, Executable | ExternalProgram | None, Executable | ExternalProgram | None]`
[warning] possibly-missing-attribute - :817 -
Old: Attribute `get_command` may be missing on object of type `(@Todo & ~Executable & ~OverrideProgram) | None`
New: Attribute `get_command` may be missing on object of type `(ExternalProgram & ~Executable & ~OverrideProgram) | None`

mesonbuild/modules/hotdoc.py

[error] invalid-argument-type - :135:48 - Argument to bound method `check_extra_arg_type` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 3 union elements`, found `object`
[error] no-matching-overload - :335:23 - No overload of function `join` matches arguments
[error] invalid-return-type - :268:16 - Return type does not match returned value: expected `str`, found `bytes`

mesonbuild/modules/i18n.py

[error] invalid-argument-type - :174:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `Unknown | list[Any] | list[Unknown | str] | list[str | None]`
[error] invalid-argument-type - :425:17 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Unknown | ExternalProgram | Executable | None | str]`

mesonbuild/modules/python.py

[error] no-matching-overload - :231:16 - No overload of bound method `build_target` matches arguments
[error] invalid-argument-type - :463:80 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :466:79 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | list[str]`
[error] invalid-argument-type - :480:83 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | int | list[str]`

mesonbuild/modules/rust.py

[error] invalid-argument-type - :478:13 - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | File | BuildTarget | ... omitted 5 union elements]`, found `list[Unknown | File | CustomTarget | ... omitted 5 union elements]`

mesonbuild/msubprojects.py

[error] invalid-argument-type - :531:29 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :725:43 - Argument to function `bold` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :728:41 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :732:41 - Argument to function `bold` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :734:18 - Argument is incorrect: Expected `str`, found `bytes`

mesonbuild/mtest.py

[error] invalid-assignment - :2220:16 - Object of type `bytes` is not assignable to `str`

mesonbuild/options.py

[error] unsupported-operator - :202:20 - Operator `<` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
[error] unsupported-operator - :211:20 - Operator `<=` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
[error] unsupported-operator - :220:20 - Operator `>` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
[error] unsupported-operator - :229:20 - Operator `>=` is not supported for types `str` and `None`, in comparing `tuple[str | None, MachineChoice, str]` with `tuple[str | None, MachineChoice, str]`
[error] invalid-return-type - :343:16 - Return type does not match returned value: expected `str | int | list[str]`, found `(Unknown & str) | (_T@UserOption & str) | (Unknown & int) | ... omitted 3 union elements`
[error] invalid-return-type - :846:16 - Return type does not match returned value: expected `str | int | list[str]`, found `str | int | list[str] | None`
[error] invalid-return-type - :866:16 - Return type does not match returned value: expected `UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements`, found `UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :877:30 - Attribute `value` may be missing on object of type `UserOption[Unknown] | None`

mesonbuild/rewriter.py

[error] invalid-return-type - :883:24 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :887:20 - Return type does not match returned value: expected `str`, found `bytes`

mesonbuild/scripts/depfixer.py

[warning] possibly-missing-attribute - :188 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :210 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :211 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :212 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :213 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :214 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :215 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :216 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :217 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :218 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :219 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :220 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :221 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :222 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :223 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :224 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :227 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] invalid-argument-type - :229 -
Old: Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :233 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :236 -
Old: Attribute `read` may be missing on object of type `Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :244 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :254 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] invalid-argument-type - :256 -
Old: Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :265 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] invalid-argument-type - :267 -
Old: Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :275 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :282 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :295 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :311 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :318 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :327 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :338 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :345 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :346 -
Old: Attribute `write` may be missing on object of type `Unknown | None`
New: Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :360 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :395 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :396 -
Old: Attribute `write` may be missing on object of type `Unknown | None`
New: Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :397 -
Old: Attribute `write` may be missing on object of type `Unknown | None`
New: Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :402 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] invalid-argument-type - :402:22 - Argument to bound method `seek` is incorrect: Expected `int`, found `int | None`
[warning] possibly-missing-attribute - :431 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] invalid-argument-type - :431:22 - Argument to bound method `seek` is incorrect: Expected `int`, found `int | None`
[warning] possibly-missing-attribute - :432 -
Old: Attribute `write` may be missing on object of type `Unknown | None`
New: Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :450 -
Old: Attribute `seek` may be missing on object of type `Unknown | None`
New: Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] invalid-argument-type - :452 -
Old: Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `Unknown | None`
New: Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `Unknown | None | BufferedRandom`

mesonbuild/utils/universal.py

[error] invalid-return-type - :2160:16 - Return type does not match returned value: expected `str`, found `bytes`

mesonbuild/wrap/wrap.py

[error] invalid-argument-type - :530:45 - Argument to function `bold` is incorrect: Expected `str`, found `bytes`
[error] invalid-return-type - :561:20 - Return type does not match returned value: expected `tuple[str, Literal["meson", "cmake", "cargo"]]`, found `tuple[bytes, Literal["meson", "cmake", "cargo"]]`
[error] invalid-return-type - :606:16 - Return type does not match returned value: expected `tuple[str, Literal["meson", "cmake", "cargo"]]`, found `tuple[bytes, Literal["meson", "cmake", "cargo"]]`
[error] invalid-argument-type - :958:36 - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `list[Unknown | str] | list[Unknown | str | bytes]`

packaging/createmsi.py

[error] invalid-argument-type - :131:31 - Argument to function `check_call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[Unknown | str | None]`
[error] no-matching-overload - :137:9 - No overload of function `copy` matches arguments

run_tests.py

[error] invalid-argument-type - :202:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

unittests/allplatformstests.py

[error] invalid-argument-type - :3151:41 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | dict[str | Unknown, Any] | ... omitted 3 union elements`

unittests/linuxliketests.py

[error] no-matching-overload - :1775:13 - No overload of function `run` matches arguments

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

examples/contrib/mitmproxywrapper.py

[error] invalid-argument-type - :164 -
Old: Argument to bound method `__init__` is incorrect: Expected `(Any, @Todo, TCPServer, /) -> BaseRequestHandler`, found `None`
New: Argument to bound method `__init__` is incorrect: Expected `(Any, Any, TCPServer, /) -> BaseRequestHandler`, found `None`

examples/contrib/sslstrip.py

[error] no-matching-overload - :43:29 - No overload of function `sub` matches arguments

mitmproxy/net/encoding.py

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

test/mitmproxy/addons/test_cut.py

[error] unsupported-operator - :58:12 - Operator `in` is not supported for types `str` and `bytes`, in comparing `Literal["CERTIFICATE"]` with `str | bytes`

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

mkdocs/config/config_options.py

[error] invalid-argument-type - :844:63 - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
[error] invalid-assignment - :846 -
Old: Invalid subscript assignment with key of type `Literal["custom_dir"]` and value of type `str` on object of type `Top[dict[Unknown, Unknown]]`
New: Invalid subscript assignment with key of type `Literal["custom_dir"]` and value of type `Unknown` on object of type `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - :846:42 - No overload of function `join` matches arguments
[error] invalid-argument-type - :848:63 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `object`

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

bson/decimal128.py

[warning] unused-ignore-comment - :278:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :280:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :282:54 - Unused blanket `type: ignore` directive

bson/json_util.py

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

pymongo/pool_shared.py

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

mypy (https://github.com/python/mypy)

mypy/typeshed/stdlib/asyncio/events.pyi

[error] invalid-type-form - :73:58 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression
[error] invalid-type-form - :133:42 - Invalid subscript of object of type `<class 'Awaitable[typing.TypeVar]'> | types.UnionType` in type expression
[error] invalid-type-form - :167:25 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression
[error] invalid-type-form - :171:37 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression

mypy/typeshed/stdlib/asyncio/taskgroups.pyi

[error] invalid-type-form - :25:33 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression

mypy/report.py

[error] invalid-argument-type - :496:29 - Argument to function `should_skip_path` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :510:30 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :512:55 - Argument to function `iterate_python_lines` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :526:69 - Argument to function `pathname2url` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :639:30 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :646:47 - Argument to function `iterate_python_lines` is incorrect: Expected `str`, found `bytes`
[error] invalid-assignment - :685:9 - Invalid subscript assignment with key of type `bytes` and value of type `Unknown` on object of type `dict[str, Any]`
[error] invalid-argument-type - :874:29 - Argument to function `should_skip_path` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :886:30 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :887:47 - Argument to function `iterate_python_lines` is incorrect: Expected `str`, found `bytes`

mypy/solve.py

[error] invalid-type-form - :134:12 - Variable of type `Literal["dict[TypeVarId, Type | None]"]` is not allowed in a type expression
[error] invalid-type-form - :191:36 - Variable of type `Literal["set[tuple[TypeVarId, TypeVarId]]"]` is not allowed in a type expression
[error] invalid-type-form - :191:51 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression
[error] invalid-type-form - :191:67 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression
[error] invalid-type-form - :192:6 - Variable of type `Literal["dict[TypeVarId, Type | None]"]` is not allowed in a type expression
[error] invalid-type-form - :404:12 - Variable of type `Literal["set[tuple[TypeVarId, TypeVarId]]"]` is not allowed in a type expression
[error] invalid-type-form - :404:19 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression
[error] invalid-type-form - :404:27 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression
[error] invalid-type-form - :491:36 - Variable of type `Literal["set[tuple[TypeVarId, TypeVarId]]"]` is not allowed in a type expression
[error] invalid-type-form - :491:51 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression
[error] invalid-type-form - :491:67 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression
[error] invalid-type-form - :514:47 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression
[error] invalid-type-form - :514:63 - Variable of type `Literal["dict[TypeVarId, set[Type]]"]` is not allowed in a type expression

mypy/test/testmodulefinder.py

[error] invalid-argument-type - :156:13 - Argument to bound method `__init__` is incorrect: Expected `tuple[str, ...]`, found `tuple[str, str, str, bytes]`

mypyc/test/test_run.py

[error] invalid-argument-type - :227:50 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bytes`
[error] invalid-argument-type - :227:54 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bytes`

mypy/build.py

[error] invalid-return-type - :340:16 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :1272:16 - Return type does not match returned value: expected `tuple[str, str, str | None]`, found `tuple[bytes, bytes, None]`

mypy/config_parser.py

[error] invalid-argument-type - :279:42 - Argument to function `_parse_individual_file` is incorrect: Expected `str`, found `bytes`

mypy/fastparse.py

[error] invalid-return-type - :2061:51 - Function can implicitly return `None`, which is not assignable to return type `Type`

mypy/fscache.py

[error] invalid-assignment - :127:20 - Object of type `bytes` is not assignable to `str`

mypy/modulefinder.py

[error] no-matching-overload - :858:17 - No overload of function `check_output` matches arguments
[error] no-matching-overload - :688:16 - No overload of function `search` matches arguments
[error] invalid-argument-type - :715:26 - Argument to bound method `isdir` is incorrect: Expected `str`, found `bytes`

mypy/nodes.py

[warning] possibly-missing-attribute - :729:30 - Attribute `line` may be missing on object of type `@Todo | None`
[warning] possibly-missing-attribute - :772:30 - Attribute `line` may be missing on object of type `@Todo | None`

mypy/strconv.py

[error] invalid-argument-type - :163:25 - Argument to bound method `insert` is incorrect: Expected `FuncDef | Decorator`, found `ProperType & ~AlwaysFalsy`
[error] invalid-argument-type - :167:26 - Argument to bound method `insert` is incorrect: Expected `FuncDef | Decorator`, found `Literal["Static"]`
[error] invalid-argument-type - :169:26 - Argument to bound method `insert` is incorrect: Expected `FuncDef | Decorator`, found `Literal["Class"]`

mypy/test/testtypes.py

[error] invalid-argument-type - :1578:19 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`

mypy/typeshed/stdlib/asyncio/base_events.pyi

[error] invalid-type-form - :66:42 - Invalid subscript of object of type `<class 'Awaitable[typing.TypeVar]'> | types.UnionType` in type expression
[error] invalid-type-form - :87:37 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression
[error] invalid-type-form - :89:37 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression

mypy/typeshed/stdlib/asyncio/tasks.pyi

[error] invalid-type-form - :417:27 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression
[error] invalid-type-form - :420:27 - Invalid subscript of object of type `<class 'Coroutine[Any, Any, typing.TypeVar]'> | types.UnionType` in type expression

mypy/typeshed/stdlib/typing.pyi

[error] invalid-type-form - :948:14 - Variable of type `object` is not allowed in a type expression
[error] unsupported-operator - :925:5 - Operator `|` is unsupported between objects of type `<class 'object'>` and `object`

mypyc/irbuild/main.py

[error] invalid-argument-type - :56 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `def build_ir(modules: list[MypyFile], graph: @Todo, types: dict[Expression, Type], mapper: Mapper, options: CompilerOptions, errors: Errors) -> dict[str, ModuleIR]`
New: Argument is incorrect: Expected `typing.TypeVar`, found `def build_ir(modules: list[MypyFile], graph: dict[str, State], types: dict[Expression, Type], mapper: Mapper, options: CompilerOptions, errors: Errors) -> dict[str, ModuleIR]`

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/coverstore/archive.py

[error] no-matching-overload - :87:16 - No overload of function `join` matches arguments
[error] no-matching-overload - :130:36 - No overload of function `join` matches arguments
[error] no-matching-overload - :156:31 - No overload of function `join` matches arguments
[error] no-matching-overload - :350:52 - No overload of function `join` matches arguments
[error] no-matching-overload - :482:16 - No overload of function `join` matches arguments

openlibrary/coverstore/code.py

[error] no-matching-overload - :369:12 - No overload of function `join` matches arguments

openlibrary/coverstore/coverlib.py

[error] no-matching-overload - :117:16 - No overload of function `join` matches arguments
[error] no-matching-overload - :121:16 - No overload of function `join` matches arguments

openlibrary/coverstore/tests/test_coverstore.py

[error] no-matching-overload - :88:19 - No overload of function `join` matches arguments

openlibrary/data/mapreduce.py

[error] invalid-argument-type - :120:41 - Argument to bound method `split` is incorrect: Expected `Buffer | None`, found `Literal["\t"]`

openlibrary/plugins/upstream/covers.py

[error] invalid-argument-type - :124:63 - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `dict[Unknown | str, Unknown | None]`

openlibrary/solr/types_generator.py

[error] no-matching-overload - :56:21 - No overload of function `join` matches arguments

openlibrary/tests/core/test_unmarshal.py

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

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

ops/_private/harness.py

[error] unsupported-operator - :3627:52 - Operator `+` is unsupported between objects of type `Literal["/"]` and `bytes`

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

optuna/storages/_rdb/alembic/env.py

[error] invalid-argument-type - :19:16 - Argument to function `fileConfig` is incorrect: Expected `str | bytes | PathLike[str] | ... omitted 3 union elements`, found `str | None`

paasta (https://github.com/yelp/paasta)

paasta_tools/cli/cmds/push_to_registry.py

[error] invalid-argument-type - :262:34 - Argument to bound method `head` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[str | None, str | None]`

paasta_tools/cli/cmds/local_run.py

[error] invalid-argument-type - :1088:17 - Argument to function `execlpe` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[warning] unused-ignore-comment - :1048:43 - Unused blanket `type: ignore` directive

paasta_tools/config_utils.py

[error] invalid-argument-type - :196:18 - Argument to function `chdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`

paasta_tools/mesos/mesos_file.py

[error] no-matching-overload - :67:36 - No overload of function `join` matches arguments

paasta_tools/mesos/task.py

[error] no-matching-overload - :62:53 - No overload of function `join` matches arguments

paasta_tools/secret_providers/__init__.py

[error] no-matching-overload - :24:31 - No overload of function `join` matches arguments

paasta_tools/tron/client.py

[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `bool | str | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :45:37 - Argument to function `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `CookieJar | MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `bool | str | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :51:38 - Argument to function `post` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | str | dict[Unknown | str, Unknown | str]`

paasta_tools/utils.py

[error] invalid-return-type - :2964 -
Old: Return type does not match returned value: expected `tuple[int, str]`, found `tuple[int | @Todo | None, str]`
New: Return type does not match returned value: expected `tuple[int, str]`, found `tuple[int | Any | None, str]`
[error] invalid-return-type - :3776 -
Old: Return type does not match returned value: expected `tuple[str, str, str | None]`, found `tuple[None | str, None | str, None | str | @Todo]`
New: Return type does not match returned value: expected `tuple[str, str, str | None]`, found `tuple[None | str, None | str, None | str | Any]`

packaging (https://github.com/pypa/packaging)

src/packaging/metadata.py

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

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

pandas/core/array_algos/masked_accumulations.py

[error] invalid-assignment - :50:22 - Object of type `iinfo[<class 'unsignedinteger[_8Bit]'>]` is not assignable to `iinfo[integer[Any]] | finfo[floating[Any]]`

pandas/core/indexes/period.py

[error] invalid-argument-type - :243:29 - Argument to function `period_array` is incorrect: Expected `Sequence[Period | str | None] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`

pandas/tests/apply/test_series_apply.py

[error] invalid-argument-type - :255:34 - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`

pandas/tests/arithmetic/test_object.py

[error] unsupported-operator - :306:29 - Operator `*` is unsupported between objects of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` and `Literal[2]`

pandas/tests/arrays/categorical/test_algos.py

[error] invalid-argument-type - :52:23 - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | str | int | float]`
[error] invalid-argument-type - :56:23 - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | str]`

pandas/tests/arrays/categorical/test_analytics.py

[error] unresolved-attribute - :306:16 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `storage`

pandas/tests/arrays/integer/test_arithmetic.py

[error] unresolved-attribute - :90:35 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `numpy_dtype`

pandas/tests/arrays/interval/test_interval.py

[error] no-matching-overload - :112:35 - No overload of function `__new__` matches arguments

pandas/tests/arrays/period/test_constructors.py

[warning] possibly-missing-attribute - :105:15 - Attribute `ordinal` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`

pandas/tests/arrays/sparse/test_dtype.py

[error] no-matching-overload - :19:29 - No overload of function `__new__` matches arguments

pandas/tests/arrays/sparse/test_indexing.py

[error] invalid-argument-type - :69:15 - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | EllipsisType, ...]) -> SparseArray]` cannot be called with key of type `tuple[slice[Any, Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - :74:15 - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | EllipsisType, ...]) -> SparseArray]` cannot be called with key of type `tuple[slice[Any, Any, Any]]` on object of type `SparseArray`
[error] invalid-argument-type - :80:13 - Method `__getitem__` of type `Overload[(key: int | integer[Any]) -> Any, (key: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]] | tuple[int | EllipsisType, ...]) -> SparseArray]` cannot be called with key of type `tuple[slice[Literal[4], None, None], slice[None, None, None]]` on object of type `SparseArray`

pandas/tests/copy_view/index/test_index.py

[warning] possibly-missing-attribute - :152:12 - Attribute `flags` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/copy_view/test_interp_fillna.py

[error] no-matching-overload - :137:9 - No overload of bound method `interpolate` matches arguments
[error] no-matching-overload - :151:9 - No overload of bound method `interpolate` matches arguments

pandas/tests/copy_view/test_methods.py

[warning] possibly-missing-attribute - :1071:29 - Attribute `values` may be missing on object of type `str | bytes | date | ... omitted 12 union elements`
[warning] possibly-missing-attribute - :1074:5 - Attribute `iloc` may be missing on object of type `str | bytes | date | ... omitted 12 union elements`
[warning] possibly-missing-attribute - :1075:33 - Attribute `values` may be missing on object of type `str | bytes | date | ... omitted 12 union elements`

pandas/tests/dtypes/cast/test_construct_from_scalar.py

[error] no-matching-overload - :42:10 - No overload of function `__new__` matches arguments

pandas/tests/extension/base/reshaping.py

[warning] possibly-missing-attribute - :339:24 - Attribute `all` may be missing on object of type `Unknown | bool`

pandas/tests/extension/date/array.py

[warning] redundant-cast - :99:31 - Value is already of type `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/frame/constructors/test_from_dict.py

[error] invalid-argument-type - :202:65 - Argument to bound method `from_dict` is incorrect: Expected `Literal["columns", "index", "tight"]`, found `Literal["abc"]`

pandas/tests/frame/indexing/test_setitem.py

[error] no-matching-overload - :598:9 - No overload of bound method `shuffle` matches arguments
[error] invalid-argument-type - :1328:23 - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], dtype[Any]]) -> ExtensionArray]` cannot be called with key of type `tuple[@Todo, @Todo]` on object of type `ExtensionArray`

pandas/tests/frame/methods/test_between_time.py

[error] invalid-argument-type - :227:43 - Argument to bound method `between_time` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["bad_string"]`

pandas/tests/frame/methods/test_convert_dtypes.py

[error] invalid-argument-type - :164:31 - Argument to bound method `convert_dtypes` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"]`, found `Literal["numpy"]`

pandas/tests/frame/methods/test_cov_corr.py

[error] invalid-argument-type - :185:21 - Argument to bound method `corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`

pandas/tests/frame/methods/test_dropna.py

[error] invalid-argument-type - :177:34 - Argument to bound method `dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `list[Unknown | int]`
[error] invalid-argument-type - :179:34 - Argument to bound method `dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `tuple[Literal[0], Literal[1]]`
[error] no-matching-overload - :183:13 - No overload of bound method `dropna` matches arguments
[error] invalid-argument-type - :274:23 - Argument to bound method `dropna` is incorrect: Expected `Literal["any", "all"] | _NoDefault`, found `None`
[error] invalid-argument-type - :274:33 - Argument to bound method `dropna` is incorrect: Expected `int | _NoDefault`, found `None`

pandas/tests/frame/methods/test_interpolate.py

[error] no-matching-overload - :132:13 - No overload of bound method `interpolate` matches arguments

pandas/tests/frame/methods/test_map.py

[error] invalid-argument-type - :101:46 - Argument to bound method `map` is incorrect: Expected `(Any, /) -> Any`, found `(x, y) -> Unknown`

pandas/tests/frame/methods/test_sample.py

[error] invalid-argument-type - :309:28 - Argument to bound method `sample` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `Literal["not_a_name"]`

pandas/tests/frame/methods/test_sort_values.py

[error] invalid-argument-type - :536:53 - Argument to bound method `sort_values` is incorrect: Expected `Literal["first", "last"]`, found `Literal["bad_position"]`

pandas/tests/indexes/categorical/test_indexing.py

[error] invalid-argument-type - :216:34 - Argument to bound method `get_indexer` is incorrect: Expected `Literal["backfill", "bfill", "ffill", "pad", "nearest"] | None`, found `Literal["invalid"]`

pandas/tests/indexes/datetimes/methods/test_insert.py

[error] invalid-argument-type - :100:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :105:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :130:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :180:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/methods/test_shift.py

[error] invalid-argument-type - :91:65 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_reindex.py

[error] invalid-argument-type - :52:58 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_setops.py

[error] invalid-argument-type - :420:76 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/interval/test_equals.py

[error] invalid-argument-type - :34:31 - Argument to bound method `from_breaks` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `Unknown | str`

pandas/tests/indexes/numeric/test_numeric.py

[warning] possibly-missing-attribute - :226:29 - Attribute `all` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :227:29 - Attribute `any` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/period/test_constructors.py

[error] invalid-argument-type - :640:29 - Argument to bound method `_simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`

pandas/tests/indexes/period/test_indexing.py

[error] no-matching-overload - :598:17 - No overload of function `__new__` matches arguments

pandas/tests/indexes/period/test_searchsorted.py

[error] no-matching-overload - :74:31 - No overload of function `__new__` matches arguments

pandas/tests/indexing/test_coercion.py

[error] unresolved-attribute - :252:52 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `tz`

pandas/tests/io/formats/test_printing.py

[error] invalid-argument-type - :59:25 - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `LiteralString`

pandas/tests/io/parser/dtypes/test_categorical.py

[error] invalid-argument-type - :277:72 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/parser/dtypes/test_dtypes_basic.py

[error] invalid-argument-type - :346:34 - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - :347:34 - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - :348:36 - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[Unknown | int]`

pandas/tests/io/parser/test_converters.py

[error] invalid-argument-type - :259:34 - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - :260:34 - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[Unknown | int]`
[error] invalid-argument-type - :261:36 - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[Unknown | int]`

pandas/tests/io/parser/test_encoding.py

[error] no-matching-overload - :329:9 - No overload of bound method `write` matches arguments

pandas/tests/reshape/merge/test_merge_asof.py

[warning] possibly-missing-attribute - :3594:5 - Attribute `flags` may be missing on object of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :3595:5 - Attribute `flags` may be missing on object of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/scalar/interval/test_constructors.py

[error] invalid-argument-type - :30:28 - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["foo"]`

pandas/tests/series/indexing/test_take.py

[error] invalid-argument-type - :14:26 - Argument to bound method `take` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["foo"]`

pandas/tests/series/methods/test_cov_corr.py

[error] invalid-argument-type - :155:25 - Argument to bound method `corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`

pandas/tests/series/methods/test_fillna.py

[error] unresolved-attribute - :829:37 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `tz`
[error] invalid-argument-type - :951:13 - Argument to function `period_array` is incorrect: Expected `Sequence[Period | str | None] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `list[Unknown | Timestamp]`

pandas/tests/test_sorting.py

[error] invalid-argument-type - :150:34 - Argument to function `lexsort_indexer` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series]`, found `list[Unknown | list[int | Unknown | float]]`

pandas/tests/tools/test_to_datetime.py

[error] invalid-argument-type - :1250:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :1337:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :2691:67 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :3023:64 - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`
[error] invalid-argument-type - :3808:68 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tools/test_to_time.py

[error] invalid-argument-type - :52:44 - Argument to function `to_time` is incorrect: Expected `Literal["raise", "coerce"]`, found `Literal["ignore"]`

pandas/tests/tseries/offsets/test_business_hour.py

[error] invalid-argument-type - :988:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :989:19 - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - :993:67 - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`

pandas/compat/numpy/function.py

[warning] unused-ignore-comment - :203:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :208:18 - Unused blanket `type: ignore` directive

pandas/core/internals/ops.py

[warning] unused-ignore-comment - :124:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :133:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :141:30 - Unused blanket `type: ignore` directive

pandas/core/tools/timedeltas.py

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

pandas/plotting/_matplotlib/groupby.py

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

pandas/tests/extension/test_datetime.py

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

pandas/tests/extension/test_numpy.py

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

pandas/tests/extension/test_period.py

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

pandas/tests/reshape/test_qcut.py

[error] non-subscriptable - :38:32 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :41:32 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

pandas/_version.py

[error] unresolved-attribute - :101:16 - Object of type `BaseException | None` has no attribute `errno`

pandas/core/algorithms.py

[warning] possibly-missing-attribute - :469:16 - Attribute `unique` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :476:45 - Argument to function `_get_hashtable_algo` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[error] invalid-argument-type - :546:33 - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :551:30 - Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :555:30 - Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :556:34 - Attribute `astype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :558:21 - Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :586:38 - Attribute `dtype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :587:18 - Attribute `astype` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 4 union elements`
[error] invalid-argument-type - :591:27 - Argument to function `ismember` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | @Todo | ... omitted 5 union elements`
[error] invalid-argument-type - :855:33 - Argument to function `_reconstruct_data` is incorrect: Argument type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any | Index | Series` does not satisfy constraints (`ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]`) of type variable `ArrayLikeT`
[error] invalid-argument-type - :930:54 - Argument to function `value_counts_arraylike` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-ignore-comment - :177:51 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1062 -
Old: Argument to function `_reconstruct_data` is incorrect: Argument type `Any | tuple[@Todo, ndarray[@Todo, dtype[Any]]]` does not satisfy constraints (`ExtensionArray`, `ndarray[@Todo, dtype[Any]]`) of type variable `ArrayLikeT`
New: Argument to function `_reconstruct_data` is incorrect: Argument type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements` does not satisfy constraints (`ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]`) of type variable `ArrayLikeT`

pandas/core/apply.py

[error] invalid-argument-type - :379:57 - Argument to bound method `normalize_dictlike_arg` is incorrect: Expected `DataFrame | Series`, found `(Unknown & NDFrame) | Series | DataFrame | ... omitted 5 union elements`
[error] invalid-argument-type - :2000:49 - Argument to function `relabel_result` is incorrect: Expected `dict[str, list[((...) -> Unknown) | str]]`, found `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`
[warning] unused-ignore-comment - :1104:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1788:64 - Unused blanket `type: ignore` directive

pandas/core/array_algos/take.py

[error] invalid-argument-type - :96:43 - Argument to function `maybe_promote` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | dtype[Any]`
[error] no-matching-overload - :112:16 - No overload of bound method `take` matches arguments

pandas/core/arrays/_mixins.py

[error] invalid-return-type - :135:20 - Return type does not match returned value: expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], type]`
[warning] unused-ignore-comment - :299:55 - Unused blanket `type: ignore` directive

pandas/core/arrays/arrow/array.py

[error] unresolved-attribute - :1749 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `to_numpy`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `to_numpy`

pandas/core/arrays/base.py

[warning] unused-ignore-comment - :527:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :548:34 - Unused blanket `type: ignore` directive

pandas/core/arrays/boolean.py

[error] invalid-return-type - :262 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, dtype[Any]], ndarray[@Todo, dtype[Any]]]`, found `tuple[@Todo, @Todo | None]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[@Todo, @Todo | None]`

pandas/core/arrays/categorical.py

[warning] possibly-missing-attribute - :494:25 - Attribute `_codes` may be missing on object of type `Unknown | RangeIndex | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] no-matching-overload - :1397:21 - No overload of function `find_common_type` matches arguments
[warning] unused-ignore-comment - :2753:54 - Unused blanket `type: ignore` directive

pandas/core/arrays/datetimelike.py

[error] invalid-argument-type - :565:18 - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~str) | Period | Timestamp | Timedelta | NaTType`
[error] invalid-return-type - :1315:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[int, ...], dtype[Any] | str]`

pandas/core/arrays/datetimes.py

[error] invalid-argument-type - :501:51 - Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | @Todo`
[error] invalid-argument-type - :503:47 - Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | @Todo`
[error] invalid-argument-type - :2928:29 - Argument to bound method `tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Unknown | bool | None`

pandas/core/arrays/interval.py

[error] invalid-argument-type - :293:17 - Argument to function `intervals_to_interval_bounds` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :840:35 - Argument to bound method `__init__` is incorrect: Argument type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - :840:35 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - :1001:16 - Return type does not match returned value: expected `Interval[Unknown] | int | float`, found `Self@min`
[error] invalid-return-type - :1018:16 - Return type does not match returned value: expected `Interval[Unknown] | int | float`, found `Self@max`
[error] invalid-argument-type - :1801:50 - Argument to bound method `__init__` is incorrect: Argument type `Period | Timestamp | Timedelta | NaTType | ndarray[tuple[Any, ...], dtype[Any]]` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - :1801:50 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Period | Timestamp | Timedelta | NaTType | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-ignore-comment - :2166:54 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :401 -
Old: Attribute `_ensure_matching_resos` may be missing on object of type `ExtensionArray | ndarray[@Todo, dtype[Any]] | Unknown`
New: Attribute `_ensure_matching_resos` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`

pandas/core/arrays/masked.py

[error] invalid-assignment - :185:30 - Object of type `ndarray[tuple[int, ...], type]` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - :1424:16 - Return type does not match returned value: expected `Self@_mode`, found `BaseMaskedArray`
[warning] unused-ignore-comment - :1415:24 - Unused blanket `type: ignore` directive

pandas/core/arrays/period.py

[warning] unused-ignore-comment - :973:71 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :1469 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, dtype[Any]], BaseOffset]`, found `tuple[@Todo, BaseOffset | Unknown | None]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], BaseOffset]`, found `tuple[@Todo, BaseOffset | Unknown | None]`

pandas/core/arrays/sparse/array.py

[warning] possibly-missing-attribute - :948:16 - Attribute `any` may be missing on object of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :1078:42 - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/arrays/timedeltas.py

[error] no-matching-overload - :157:28 - No overload of function `__new__` matches arguments
[error] invalid-argument-type - :250:46 - Argument to function `astype_overflowsafe` is incorrect: Expected `dtype[Any]`, found `(Unknown & ~AlwaysTruthy & ~None) | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - :276:46 - Argument to function `astype_overflowsafe` is incorrect: Expected `dtype[Any]`, found `(Unknown & ~AlwaysTruthy & ~None) | dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - :1147:20 - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_mask`
[error] unresolved-attribute - :1148:20 - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_data`
[error] invalid-argument-type - :1152:42 - Argument to function `cast_from_unit_vectorized` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - :1158:35 - Argument to function `is_supported_dtype` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | dtype[Any]`
[error] invalid-argument-type - :1160:45 - Argument to function `get_supported_dtype` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | dtype[Any]`
[error] invalid-argument-type - :1161:40 - Argument to function `astype_overflowsafe` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/computation/pytables.py

[error] invalid-argument-type - :171:19 - Argument to bound method `ravel` is incorrect: Argument type `ndarray[tuple[object, ...], dtype[object]]` does not satisfy upper bound `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` of type variable `Self`

pandas/core/construction.py

[error] invalid-argument-type - :585:51 - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `object`
[warning] unused-ignore-comment - :753:64 - Unused blanket `type: ignore` directive

pandas/core/dtypes/cast.py

[error] invalid-argument-type - :197:23 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | bytes | date | ... omitted 12 union elements`
[error] invalid-argument-type - :199:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 12 union elements`
[error] unresolved-attribute - :344:23 - Object of type `ExtensionArray & ~ndarray[tuple[object, ...], dtype[object]]` has no attribute `iloc`
[error] no-matching-overload - :445:21 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :728:23 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1527:26 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :1527:26 - No overload of bound method `astype` matches arguments
[warning] unused-ignore-comment - :1054:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1620:60 - Unused blanket `type: ignore` directive

pandas/core/dtypes/concat.py

[warning] unused-ignore-comment - :94:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :171:54 - Unused blanket `type: ignore` directive

pandas/core/dtypes/dtypes.py

[warning] unused-ignore-comment - :1314:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1344:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2135:85 - Unused blanket `type: ignore` directive

pandas/core/dtypes/missing.py

[error] unsupported-operator - :392:12 - Unary operator `~` is unsupported for type `~bool`
[warning] possibly-missing-attribute - :501:16 - Attribute `any` may be missing on object of type `bool | Unknown`

pandas/core/frame.py

[error] invalid-argument-type - :894:56 - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(@Todo & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - :900:21 - Argument to function `construct_2d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(@Todo & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-assignment - :10299:23 - Object of type `Top[list[Unknown]] & ~AlwaysFalsy` is not assignable to `list[Hashable]`
[error] invalid-argument-type - :10732:32 - Argument to function `frame_apply` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] no-matching-overload - :13843:22 - No overload of bound method `quantile` matches arguments
[warning] unused-ignore-comment - :854:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1932:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :7840:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :14203:30 - Unused blanket `type: ignore` directive

pandas/core/generic.py

[error] invalid-argument-type - :1070:55 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Mapping[Any, Hashable] & ~(() -> object)) | (((Any, /) -> Hashable) & ~(() -> object))`
[error] no-matching-overload - :3564:31 - No overload of bound method `pop` matches arguments
[error] no-matching-overload - :3565:32 - No overload of bound method `pop` matches arguments
[error] invalid-return-type - :4217:24 - Return type does not match returned value: expected `Self@xs`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :4592:13 - Object of type `Unknown | str` is not assignable to `int | Literal["index", "columns", "rows"]`
[error] invalid-argument-type - :7655:21 - Argument to bound method `replace_list` is incorrect: Expected `list[Any]`, found `Unknown | None`
[error] invalid-argument-type - :7655:21 - Argument to bound method `replace_list` is incorrect: Expected `list[Any]`, found `Unknown | None`
[warning] unused-ignore-comment - :1475:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1480:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1495:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :8135:61 - Unused blanket `type: ignore` directive

pandas/core/groupby/groupby.py

[warning] unused-ignore-comment - :1730:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4439:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4472:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4485:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4489:63 - Unused blanket `type: ignore` directive

pandas/core/groupby/grouper.py

[warning] possibly-missing-attribute - :545 -
Old: Attribute `categories` may be missing on object of type `(Unknown & ~ndarray[object, dtype[object]]) | (Index & ~ndarray[object, dtype[object]])`
New: Attribute `categories` may be missing on object of type `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (Index & ~ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - :546 -
Old: Argument to function `recode_for_groupby` is incorrect: Expected `Categorical`, found `(Unknown & ~ndarray[object, dtype[object]]) | (Index & ~ndarray[object, dtype[object]])`
New: Argument to function `recode_for_groupby` is incorrect: Expected `Categorical`, found `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (Index & ~ndarray[tuple[object, ...], dtype[object]])`
[warning] possibly-missing-attribute - :623 -
Old: Attribute `categories` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
New: Attribute `categories` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :626 -
Old: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
New: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :635 -
Old: Attribute `isna` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
New: Attribute `isna` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :645 -
Old: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
New: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :649 -
Old: Attribute `ordered` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
New: Attribute `ordered` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :651 -
Old: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[@Todo, dtype[Any]] | Categorical`
New: Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`

pandas/core/indexes/base.py

[error] invalid-argument-type - :3817:48 - Argument to bound method `get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :3817:48 - Argument to bound method `get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] no-matching-overload - :5310:18 - No overload of bound method `__getitem__` matches arguments
[error] no-matching-overload - :5310:18 - No overload of bound method `__getitem__` matches arguments
[error] invalid-argument-type - :6135:64 - Argument to bound method `get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :6135:64 - Argument to bound method `get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-ignore-comment - :886:85 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3987:50 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :4567:12 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4568:26 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4570:12 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4573:45 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4574:12 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4577:46 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4578:16 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4900:24 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :4900:62 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :4901:24 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :4901:62 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :4902:16 - Name `join_index` used when possibly not defined
[warning] unused-ignore-comment - :5216:77 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :6186:69 - Argument to bound method `_reindex_non_unique` is incorrect: Expected `Index`, found `(Unknown & Index) | ndarray[@Todo, dtype[Any]]`
[warning] unused-ignore-comment - :7877:47 - Unused blanket `type: ignore` directive

pandas/core/indexes/datetimelike.py

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

pandas/core/indexes/interval.py

[error] invalid-argument-type - :1375:36 - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1376:34 - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
[error] invalid-assignment - :1427:25 - Object of type `object` is not assignable to `dtype[Any]`
[error] unsupported-operator - :1440:32 - Operator `-` is unsupported between objects of type `str | bytes | date | ... omitted 10 union elements` and `str | bytes | date | ... omitted 10 union elements`
[warning] unused-ignore-comment - :695:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :998:49 - Unused blanket `type: ignore` directive

pandas/core/indexes/multi.py

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

pandas/core/indexes/range.py

[error] invalid-argument-type - :1289:27 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `~EllipsisType & ~slice[object, object, object]`
[warning] possibly-unresolved-reference - :1129:24 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :1129:62 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :1130:24 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :1130:62 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :1131:16 - Name `join_index` used when possibly not defined
[error] invalid-return-type - :817 -
Old: Return type does not match returned value: expected `Self@sort_values | tuple[Self@sort_values, ndarray[@Todo, dtype[Any]] | RangeIndex]`, found `RangeIndex | tuple[RangeIndex, ndarray[@Todo, dtype[Any]]]`
New: Return type does not match returned value: expected `Self@sort_values | tuple[Self@sort_values, ndarray[tuple[Any, ...], dtype[Any]] | RangeIndex]`, found `RangeIndex | tuple[RangeIndex, ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/core/indexing.py

[error] index-out-of-bounds - :2381 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
New: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[tuple[object, ...], dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
[error] index-out-of-bounds - :2382 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
New: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[tuple[object, ...], dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
[error] index-out-of-bounds - :2384 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
New: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[tuple[object, ...], dtype[object]]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1

pandas/core/internals/blocks.py

[warning] unused-ignore-comment - :605:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :968:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1447:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1578:66 - Unused blanket `type: ignore` directive

pandas/core/internals/concat.py

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

pandas/core/internals/construction.py

[error] invalid-argument-type - :286:39 - Argument to function `_check_values_indices_shape_match` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - :1021:46 - Argument to function `maybe_cast_to_datetime` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-ignore-comment - :386:48 - Unused blanket `type: ignore` directive

pandas/core/internals/managers.py

[warning] unused-ignore-comment - :1862:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1868:41 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :1225 -
Old: Invalid subscript assignment with key of type `Unknown | BlockPlacement` and value of type `ndarray[@Todo, dtype[Any]]` on object of type `list[Unknown | None]`
New: Invalid subscript assignment with key of type `Unknown | BlockPlacement` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `list[Unknown | None]`

pandas/core/missing.py

[warning] unused-ignore-comment - :106:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :112:78 - Unused blanket `type: ignore` directive

pandas/core/nanops.py

[warning] possibly-missing-attribute - :1525:12 - Attribute `astype` may be missing on object of type `@Todo | int`
[error] no-matching-overload - :1561:30 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :1561:30 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :1563:30 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :1563:30 - No overload of bound method `astype` matches arguments
[warning] unused-ignore-comment - :522:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :537:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :578:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :593:30 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :657 -
Old: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]] | datetime64[date | int | None] | timedelta64[timedelta | int | None] | NaTType`, found `signedinteger[_64Bit]`
New: Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]] | datetime64[date | int | None] | timedelta64[timedelta | int | None] | NaTType`, found `signedinteger[_64Bit]`
[error] invalid-return-type - :908 -
Old: Return type does not match returned value: expected `tuple[int | float | ndarray[@Todo, dtype[Any]], int | float | ndarray[@Todo, dtype[Any]]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[@Todo, dtype[Any]], Unknown | int | float]`
New: Return type does not match returned value: expected `tuple[int | float | ndarray[tuple[Any, ...], dtype[Any]], int | float | ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[tuple[Any, ...], dtype[Any]], Unknown | int | float]`

pandas/core/ops/array_ops.py

[error] invalid-argument-type - :340:44 - Argument to function `invalid_comparison` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | list[Unknown] | ... omitted 13 union elements`, found `~Top[list[Unknown]] | @Todo`
[warning] unused-ignore-comment - :278:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :282:58 - Unused blanket `type: ignore` directive

pandas/core/resample.py

[error] invalid-argument-type - :442:45 - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - :2574:26 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
[error] invalid-argument-type - :2574:26 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
[warning] unused-ignore-comment - :2474:35 - Unused blanket `type: ignore` directive

pandas/core/reshape/concat.py

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

pandas/core/reshape/encoding.py

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

pandas/core/reshape/merge.py

[error] invalid-argument-type - :1954:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (Hashable & ~None)`
[error] invalid-argument-type - :1954:33 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (Hashable & ~None)`
[error] invalid-argument-type - :2920:32 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | ExtensionArray`
[error] invalid-argument-type - :2922:48 - Argument to bound method `hash_inner_join` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - :2925:36 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - :2927:32 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - :2928:32 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | ExtensionArray`
[warning] unused-ignore-comment - :1068:38 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :2152:12 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :2152:18 - Name `ridx` used when possibly not defined
[warning] unused-ignore-comment - :2548:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2838:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2839:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2884:49 - Unused blanket `type: ignore` directive

pandas/core/reshape/pivot.py

[error] invalid-argument-type - :253:17 - Argument to function `__internal_pivot_table` is incorrect: Expected `((...) -> Unknown) | str | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `object`
[warning] unused-ignore-comment - :878:39 - Unused blanket `type: ignore` directive

pandas/core/reshape/tile.py

[warning] unused-ignore-comment - :414:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :433:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :597:43 - Unused blanket `type: ignore` directive

pandas/core/series.py

[error] call-non-callable - :1559:17 - Object of type `object` is not callable
[error] invalid-argument-type - :4642:32 - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `(Unknown & ~None) | dict[str, Unknown]`
[error] no-matching-overload - :5073:20 - No overload of bound method `_rename` matches arguments
[error] invalid-argument-type - :446:20 - Argument to function `len` is incorrect: Expected `Sized`, found `dtype[object]`

pandas/core/sorting.py

[error] unknown-argument - :429:13 - Argument `ascending` does not match any known parameter of bound method `argsort`
[error] unknown-argument - :431:13 - Argument `na_position` does not match any known parameter of bound method `argsort`

pandas/core/window/ewm.py

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

pandas/core/window/rolling.py

[error] invalid-argument-type - :1288:45 - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[warning] unused-ignore-comment - :2000:59 - Unused blanket `type: ignore` directive

pandas/io/common.py

[error] invalid-assignment - :273:30 - Object of type `object` is not assignable to `str | PathLike[str] | BaseBufferT@stringify_path`
[warning] unused-ignore-comment - :784:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :796:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :850:26 - Unused blanket `type: ignore` directive

pandas/io/formats/format.py

[error] invalid-assignment - :572:22 - Object of type `(Sequence[str | int] & Top[Mapping[Unknown, object]] & ~int & ~str) | (Mapping[Hashable, str | int] & ~int & ~str)` is not assignable to `Mapping[Hashable, str | int]`
[error] call-non-callable - :1266:35 - Object of type `str` is not callable

pandas/io/formats/info.py

[error] invalid-return-type - :474:16 - Return type does not match returned value: expected `Iterable[ExtensionDtype | str | dtype[Any] | type]`, found `Unknown | dtype[Any] | ExtensionDtype`

pandas/io/formats/printing.py

[error] no-matching-overload - :211:17 - No overload of bound method `update` matches arguments
[error] invalid-assignment - :214:28 - Object of type `list[object]` is not assignable to `Iterable[str] | None`
[error] not-iterable - :219:18 - Object of type `Iterable[str] | None` may not be iterable
[warning] unused-ignore-comment - :236:21 - Unused blanket `type: ignore` directive

pandas/io/formats/style.py

[error] invalid-argument-type - :2591:38 - Argument to bound method `set_table_styles` is incorrect: Expected `dict[Any, list[CSSDict]] | list[CSSDict] | None`, found `list[CSSDict] | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown]`
[error] invalid-assignment - :2713:28 - Object of type `list[dict[Unknown | str, Unknown | str | list[tuple[str, str | int | float]]] | Unknown]` is not assignable to `dict[Any, list[CSSDict]] | list[CSSDict] | None`
[error] invalid-assignment - :2723:28 - Object of type `list[dict[Unknown | str, Unknown | str | list[tuple[str, str | int | float]]] | Unknown]` is not assignable to `dict[Any, list[CSSDict]] | list[CSSDict] | None`
[warning] possibly-missing-attribute - :2732:13 - Attribute `extend` may be missing on object of type `(Unknown & ~None) | dict[Any, list[CSSDict]] | list[CSSDict]`
[error] invalid-argument-type - :2732:38 - Argument to bound method `extend` is incorrect: Expected `Iterable[CSSDict]`, found `dict[Any, list[CSSDict]] | list[CSSDict] | None`
[error] invalid-argument-type - :4022:41 - Argument to function `_validate_apply_axis_arg` is incorrect: Expected `NDFrame | Sequence[Unknown] | ndarray[tuple[Any, ...], dtype[Any]]`, found `bytes | (date & Iterable[object]) | (timedelta & Iterable[object]) | ... omitted 12 union elements`
[error] invalid-argument-type - :4025:42 - Argument to function `_validate_apply_axis_arg` is incorrect: Expected `NDFrame | Sequence[Unknown] | ndarray[tuple[Any, ...], dtype[Any]]`, found `bytes | (date & Iterable[object]) | (timedelta & Iterable[object]) | ... omitted 12 union elements`

pandas/io/formats/style_render.py

[error] invalid-argument-type - :1222:17 - Argument to function `_maybe_wrap_formatter` is incorrect: Expected `str | ((...) -> Unknown) | None`, found `object`
[error] invalid-assignment - :1402:25 - Object of type `dict[int | Unknown, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`
[warning] possibly-missing-attribute - :1409:17 - Attribute `get` may be missing on object of type `dict[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
[error] invalid-assignment - :1697:25 - Object of type `dict[int | Unknown, object]` is not assignable to `str | ((...) -> Unknown) | dict[Any, str | ((...) -> Unknown) | None] | None`
[warning] possibly-missing-attribute - :1704:17 - Attribute `get` may be missing on object of type `dict[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
[error] invalid-return-type - :1878 -
Old: Return type does not match returned value: expected `list[CSSDict]`, found `list[dict[Unknown | str, Unknown | str] | Unknown]`
New: Return type does not match returned value: expected `list[CSSDict]`, found `list[dict[Unknown | str, Unknown | str | list[tuple[str, str | int | float]]] | Unknown]`

pandas/io/json/_json.py

[error] invalid-argument-type - :1222:36 - Argument to bound method `get` is incorrect: Expected `Never`, found `Hashable`
[warning] unused-ignore-comment - :788:23 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1025 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | list[str]`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`, found `Unknown | bool | None | str | _NoDefault`
[error] invalid-argument-type - :1025 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | bool | None | str | _NoDefault`
[error] invalid-argument-type - :1025 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `bool | list[str]`, found `Unknown | bool | None | str | _NoDefault`
[error] invalid-argument-type - :1025 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None | str | _NoDefault`
[error] invalid-argument-type - :1029 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | list[str]`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | ... omitted 3 union elements`, found `Unknown | bool | None | str | _NoDefault`
[error] invalid-argument-type - :1029 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"] | _NoDefault`, found `Unknown | bool | None | str | _NoDefault`
[error] invalid-argument-type - :1029 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `bool | list[str]`, found `Unknown | bool | None | str | _NoDefault`
[error] invalid-argument-type - :1029 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | bool | None | str | _NoDefault`

pandas/io/parsers/c_parser_wrapper.py

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

pandas/io/parsers/python_parser.py

[error] invalid-argument-type - :428:48 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Unknown | set[Unknown]`
[error] invalid-argument-type - :449:49 - Argument to function `map_infer_mask` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unknown-argument - :528:25 - Argument `true_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] unknown-argument - :529:25 - Argument `false_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] unknown-argument - :530:25 - Argument `none_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] invalid-assignment - :142 -
Old: Object of type `(ReadCsvBuffer[str] & Top[list[Unknown]]) | list[Unknown]` is not assignable to attribute `data` of type `Iterator[list[str]] | list[list[@Todo]]`
New: Object of type `(ReadCsvBuffer[str] & Top[list[Unknown]]) | list[Unknown]` is not assignable to attribute `data` of type `Iterator[list[str]] | list[list[str | bytes | date | ... omitted 10 union elements]]`
[error] invalid-argument-type - :736 -
Old: Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[@Todo | None]]`, found `list[Unknown | list[int]]`
New: Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[Unknown | list[int]]`
[error] invalid-argument-type - :736 -
Old: Argument to bound method `_handle_usecols` is incorrect: Expected `list[@Todo | None]`, found `Unknown | list[int]`
New: Argument to bound method `_handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `Unknown | list[int]`

pandas/io/pytables.py

[warning] possibly-missing-attribute - :2700:12 - Attribute `startswith` may be missing on object of type `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] invalid-argument-type - :2702:48 - Argument to function `_set_tz` is incorrect: Expected `str`, found `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] invalid-argument-type - :3118:35 - Argument to bound method `write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - :3146:41 - Argument to bound method `write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - :3289:45 - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | Unknown`
[error] invalid-argument-type - :3333:41 - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray) | (Unknown & ~BaseStringArray)`
[error] invalid-argument-type - :3678:22 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :4136:40 - Argument to bound method `_get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `int | Unknown | None`
[error] no-matching-overload - :4824:26 - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - :4824:26 - No overload of bound method `reshape` matches arguments
[warning] possibly-missing-attribute - :5205:19 - Attribute `to_numpy` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] unused-ignore-comment - :2577:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3317:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3322:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :5107:62 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :2749 -
Old: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `DatetimeArray | @Todo | ndarray[@Todo, Unknown]`
New: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `DatetimeArray | @Todo | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :3635 -
Old: Return type does not match returned value: expected `int`, found `signedinteger[@Todo]`
New: Return type does not match returned value: expected `int`, found `signedinteger[_64Bit]`
[error] invalid-argument-type - :4135 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Index, (s: slice[Any, Any, Any], /) -> list[Index]]` cannot be called with key of type `@Todo | None` on object of type `list[Index]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Index, (s: slice[Any, Any, Any], /) -> list[Index]]` cannot be called with key of type `int | Unknown | None` on object of type `list[Index]`

pandas/io/sql.py

[warning] possibly-missing-attribute - :1914:33 - Attribute `items` may be missing on object of type `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :2866:33 - Attribute `items` may be missing on object of type `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`
[warning] unused-ignore-comment - :351:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :493:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :697:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1908:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2862:54 - Unused blanket `type: ignore` directive

pandas/io/stata.py

[error] invalid-argument-type - :2915:21 - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | (Unknown & PathLike[object]) | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`
[error] invalid-argument-type - :2918:35 - Argument to function `unlink` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | (Unknown & PathLike[object]) | PathLike[str] | (WriteBuffer[bytes] & PathLike[object])`

pandas/plotting/_matplotlib/converter.py

[error] invalid-return-type - :841 -
Old: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
New: Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-return-type - :889 -
Old: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
New: Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
[error] invalid-return-type - :912 -
Old: Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`
New: Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[int], list[Unknown | tuple[str, <class 'int'>] | tuple[str, <class 'bool'>] | tuple[str, str]]]`

pandas/plotting/_matplotlib/style.py

[error] invalid-return-type - :99 -
Old: Return type does not match returned value: expected `dict[str, @Todo] | list[@Todo]`, found `dict[str, @Todo] | (@Todo & Top[dict[Unknown, Unknown]]) | (Sequence[@Todo] & Top[dict[Unknown, Unknown]])`
New: Return type does not match returned value: expected `dict[str, str | Sequence[int | float]] | list[str | Sequence[int | float]]`, found `dict[str, str | Sequence[int | float]] | (Sequence[str | Sequence[int | float]] & Top[dict[Unknown, Unknown]]) | (Sequence[int | float] & Top[dict[Unknown, Unknown]])`

pandas/tests/apply/test_frame_apply.py

[error] invalid-argument-type - :421:20 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | list[Unknown | str]`

pandas/tests/arithmetic/test_datetime64.py

[error] no-matching-overload - :2470:20 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2495:20 - No overload of function `__new__` matches arguments

pandas/tests/arithmetic/test_numeric.py

[error] no-matching-overload - :314:13 - No overload of function `__new__` matches arguments
[error] unsupported-operator - :1395:26 - Operator `*` is unsupported between objects of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` and `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/arithmetic/test_string.py

[warning] possibly-missing-attribute - :86:48 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`
[warning] possibly-missing-attribute - :90:48 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`

pandas/tests/arithmetic/test_timedelta64.py

[error] no-matching-overload - :1810:32 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1821:30 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2147:46 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2151:40 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2224:17 - No overload of function `__new__` matches arguments

pandas/tests/arrays/boolean/test_construction.py

[error] invalid-argument-type - :28 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `None`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `None`

pandas/tests/arrays/categorical/test_astype.py

[error] unresolved-attribute - :143 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `codes`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `codes`
[error] unresolved-attribute - :145 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `codes`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `codes`

pandas/tests/arrays/categorical/test_dtypes.py

[error] unresolved-attribute - :143:18 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `categories`
[error] invalid-argument-type - :32 -
Old: Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `ndarray[@Todo, dtype[Any]]`
New: Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/arrays/numpy_/test_numpy.py

[error] invalid-argument-type - :106 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]] | NumpyExtensionArray`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | NumpyExtensionArray`, found `list[Unknown | int]`

pandas/tests/arrays/sparse/test_libsparse.py

[error] invalid-argument-type - :350 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :350 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :392 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :392 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :395 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :395 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :402 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :402 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :405 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :405 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - :409 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :409 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :413 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :413 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :420 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :420 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :426 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :426 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`

pandas/tests/arrays/string_/test_string.py

[error] no-matching-overload - :194:28 - No overload of function `__new__` matches arguments
[warning] possibly-missing-attribute - :289:26 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`
[warning] possibly-missing-attribute - :557:28 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`

pandas/tests/arrays/test_datetimelike.py

[error] no-matching-overload - :842:17 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1077:17 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1200:19 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1228:14 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1232:42 - No overload of function `__new__` matches arguments

pandas/tests/arrays/test_datetimes.py

[warning] possibly-missing-attribute - :617:35 - Attribute `tz_convert` may be missing on object of type `Period | Timestamp | Timedelta | NaTType | Unknown`

pandas/tests/arrays/test_ndarray_backed.py

[error] invalid-argument-type - :26:44 - Argument to bound method `_empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - :32:46 - Argument to bound method `_empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - :41:44 - Argument to bound method `_empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`

pandas/tests/base/test_conversion.py

[error] unresolved-attribute - :405:55 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `storage`
[error] unresolved-attribute - :411:55 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `storage`

pandas/tests/dtypes/test_common.py

[error] invalid-argument-type - :545:40 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `<class 'str'>`
[error] invalid-argument-type - :546:40 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `<class 'signedinteger[_64Bit]'>`
[error] invalid-argument-type - :547:40 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `Series`
[error] invalid-argument-type - :550:40 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `<class 'datetime64'>`
[error] invalid-argument-type - :552:40 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `Series`
[error] invalid-argument-type - :554:40 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `DatetimeIndex`

pandas/tests/dtypes/test_dtypes.py

[error] invalid-argument-type - :690:39 - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - :1025:42 - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Literal["foo"]`

pandas/tests/dtypes/test_inference.py

[error] no-matching-overload - :880:15 - No overload of function `__new__` matches arguments

pandas/tests/dtypes/test_missing.py

[error] no-matching-overload - :672:30 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :876:42 - No overload of function `__new__` matches arguments
[warning] unused-ignore-comment - :773:59 - Unused blanket `type: ignore` directive

pandas/tests/extension/decimal/test_decimal.py

[error] invalid-assignment - :121 -
Old: Invalid subscript assignment with key of type `<class 'DivisionByZero'>` and value of type `Literal[0]` on object of type `dict[@Todo, bool]`
New: Invalid subscript assignment with key of type `<class 'DivisionByZero'>` and value of type `Literal[0]` on object of type `dict[type[DecimalException], bool]`
[error] invalid-assignment - :122 -
Old: Invalid subscript assignment with key of type `<class 'InvalidOperation'>` and value of type `Literal[0]` on object of type `dict[@Todo, bool]`
New: Invalid subscript assignment with key of type `<class 'InvalidOperation'>` and value of type `Literal[0]` on object of type `dict[type[DecimalException], bool]`

pandas/tests/extension/test_arrow.py

[error] unresolved-attribute - :3816:15 - Object of type `ExtensionDtype | dtype[Any]` has no attribute `pyarrow_dtype`
[warning] unused-ignore-comment - :398:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :453:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :492:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :846:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :931:41 - Unused blanket `type: ignore` directive

pandas/tests/extension/test_masked.py

[warning] unused-ignore-comment - :250:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :319:46 - Unused blanket `type: ignore` directive

pandas/tests/extension/test_string.py

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

pandas/tests/frame/methods/test_astype.py

[error] invalid-argument-type - :589:35 - Argument to bound method `astype` is incorrect: Expected `Literal["ignore", "raise"]`, found `Literal[True]`

pandas/tests/frame/methods/test_diff.py

[error] no-matching-overload - :55:21 - No overload of function `__new__` matches arguments

pandas/tests/frame/methods/test_join.py

[error] invalid-argument-type - :422:27 - Argument to bound method `join` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `Unknown | str`

pandas/tests/frame/methods/test_quantile.py

[error] no-matching-overload - :211:13 - No overload of bound method `quantile` matches arguments
[error] no-matching-overload - :730:13 - No overload of bound method `quantile` matches arguments

pandas/tests/frame/methods/test_reindex.py

[error] no-matching-overload - :1217:14 - No overload of function `__new__` matches arguments

pandas/tests/frame/methods/test_rename.py

[error] no-matching-overload - :423:13 - No overload of bound method `rename` matches arguments
[error] no-matching-overload - :425:13 - No overload of bound method `rename` matches arguments
[error] no-matching-overload - :427:13 - No overload of bound method `rename` matches arguments

pandas/tests/frame/methods/test_round.py

[error] invalid-argument-type - :43 -
Old: Argument to bound method `round` is incorrect: Expected `int | dict[@Todo, int] | Series`, found `list[Unknown | int]`
New: Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `list[Unknown | int]`
[error] invalid-argument-type - :67 -
Old: Argument to bound method `round` is incorrect: Expected `int | dict[@Todo, int] | Series`, found `dict[Unknown | str, Unknown | int | float]`
New: Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[Unknown | str, Unknown | int | float]`
[error] invalid-argument-type - :72 -
Old: Argument to bound method `round` is incorrect: Expected `int | dict[@Todo, int] | Series`, found `dict[Unknown | str, Unknown | int | str]`
New: Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[Unknown | str, Unknown | int | str]`
[error] invalid-argument-type - :81 -
Old: Argument to bound method `round` is incorrect: Expected `int | dict[@Todo, int] | Series`, found `dict[Unknown | str, Unknown | int | list[Unknown | int]]`
New: Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[Unknown | str, Unknown | int | list[Unknown | int]]`

pandas/tests/frame/methods/test_transpose.py

[error] invalid-argument-type - :37:62 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] unresolved-attribute - :144 -
Old: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_ndarray`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :144 -
Old: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_ndarray`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :196 -
Old: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_data`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray` has no attribute `_data`
[warning] possibly-missing-attribute - :197 -
Old: Attribute `flags` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/frame/methods/test_values.py

[warning] possibly-missing-attribute - :233 -
Old: Attribute `_ndarray` may be missing on object of type `ndarray[@Todo, dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`
New: Attribute `_ndarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`
[warning] possibly-missing-attribute - :246 -
Old: Attribute `_ndarray` may be missing on object of type `ndarray[@Todo, dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`
New: Attribute `_ndarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`

pandas/tests/frame/test_arithmetic.py

[error] invalid-argument-type - :682:34 - Argument to bound method `sub` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `None`

pandas/tests/frame/test_constructors.py

[error] invalid-argument-type - :3127:29 - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[Unknown | str]`
[error] invalid-argument-type - :3129:29 - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[Unknown | str]`
[warning] possibly-missing-attribute - :298 -
Old: Attribute `flags` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/groupby/aggregate/test_cython.py

[warning] possibly-missing-attribute - :290 -
Old: Attribute `flags` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/indexes/base_class/test_constructors.py

[warning] possibly-missing-attribute - :71 -
Old: Attribute `flags` may be missing on object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]`
New: Attribute `flags` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/categorical/test_category.py

[error] unresolved-attribute - :306:19 - Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_ndarray`

pandas/tests/indexes/datetimelike_/test_equals.py

[error] unresolved-attribute - :81 -
Old: Object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]` has no attribute `_simple_new`
New: Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_simple_new`
[error] unresolved-attribute - :81 -
Old: Object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]` has no attribute `asi8`
New: Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `asi8`

pandas/tests/indexes/datetimes/methods/test_delete.py

[error] invalid-argument-type - :28:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :97:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_constructors.py

[error] invalid-argument-type - :1108:37 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :1111:43 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[warning] possibly-missing-attribute - :1135:16 - Attribute `all` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`

pandas/tests/indexes/datetimes/test_date_range.py

[error] invalid-argument-type - :290:68 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `timedelta`
[error] invalid-argument-type - :318:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_indexing.py

[error] invalid-argument-type - :136:60 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] no-matching-overload - :207:17 - No overload of function `__new__` matches arguments
[error] invalid-argument-type - :275:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :285:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :324:41 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/interval/test_constructors.py

[error] unresolved-attribute - :253:16 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[warning] possibly-missing-attribute - :314:16 - Attribute `base` may be missing on object of type `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :314:45 - Attribute `base` may be missing on object of type `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :314:70 - Attribute `base` may be missing on object of type `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/interval/test_indexing.py

[error] no-matching-overload - :250:26 - No overload of function `__new__` matches arguments
[error] invalid-argument-type - :107:46 - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int | float`
[error] invalid-argument-type - :110:42 - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int | float`

pandas/tests/indexes/interval/test_interval.py

[error] invalid-argument-type - :207:56 - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | str`
[error] invalid-argument-type - :698:33 - Argument to bound method `from_arrays` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | str`

pandas/tests/indexes/interval/test_interval_tree.py

[error] invalid-argument-type - :185 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`

pandas/tests/indexes/multi/test_util.py

[error] invalid-argument-type - :15 -
Old: Argument to function `cartesian_product` is incorrect: Expected `list[ndarray[@Todo, dtype[Any]]]`, found `list[Unknown | list[Unknown] | list[Unknown | int]]`
New: Argument to function `cartesian_product` is incorrect: Expected `list[ndarray[tuple[Any, ...], dtype[Any]]]`, found `list[Unknown | list[Unknown] | list[Unknown | int]]`

pandas/tests/indexes/test_base.py

[error] invalid-argument-type - :1482:37 - Argument to bound method `dropna` is incorrect: Expected `Literal["any", "all"]`, found `Literal["xxx"]`

pandas/tests/indexes/timedeltas/methods/test_astype.py

[error] unresolved-attribute - :152 -
Old: Object of type `ExtensionArray | ndarray[@Todo, dtype[Any]]` has no attribute `_with_freq`
New: Object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `_with_freq`

pandas/tests/indexing/multiindex/test_slice.py

[error] invalid-argument-type - :524:24 - Argument to bound method `__call__` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `Unknown | int | str`

pandas/tests/indexing/test_loc.py

[error] invalid-argument-type - :1767:53 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | list[Unknown | list[Unknown | str] | list[Unknown | int]]`

pandas/tests/interchange/test_impl.py

[error] invalid-argument-type - :359:19 - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Unknown | int`

pandas/tests/internals/test_internals.py

[warning] possibly-missing-attribute - :355:16 - Attribute `all` may be missing on object of type `Any | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :398:33 - Argument to bound method `_from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - :415:33 - Argument to bound method `_from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - :423:33 - Argument to bound method `_from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - :350 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :359 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :360 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :361 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1263 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1272 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1300 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, dtype[Any]]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown | int]`

pandas/tests/io/excel/test_writers.py

[error] invalid-argument-type - :515:56 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :601:61 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :735:61 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/formats/style/test_style.py

[error] invalid-argument-type - :839:29 - Argument to bound method `__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | tuple[str, str]]]]`
[error] invalid-assignment - :781 -
Old: Object of type `dict[Unknown | tuple[int, int], Unknown | list[Unknown | tuple[str, str]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], @Todo]`
New: Object of type `dict[Unknown | tuple[int, int], Unknown | list[Unknown | tuple[str, str]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`
[error] invalid-assignment - :793 -
Old: Object of type `dict[Unknown | tuple[int, int], Unknown | list[Unknown | tuple[str, str]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], @Todo]`
New: Object of type `dict[Unknown | tuple[int, int], Unknown | list[Unknown | tuple[str, str]]]` is not assignable to attribute `ctx` of type `defaultdict[tuple[int, int], list[tuple[str, str | int | float]]]`
[error] invalid-argument-type - :987:30 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | list[Unknown | str]`
[error] invalid-argument-type - :1326 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[dict[Unknown | str, Unknown | str | list[tuple[str, str | int | float]]] | Unknown] | list[dict[Unknown | str, Unknown | list[tuple[str, str | int | float]]] | Unknown] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Any, list[CSSDict]] | list[CSSDict] | None`

pandas/tests/io/formats/test_format.py

[error] invalid-argument-type - :2285:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `StringIO | Unknown | str`

pandas/tests/io/formats/test_to_html.py

[error] invalid-argument-type - :330:25 - Argument to bound method `to_html` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[Unknown | ((x) -> Unknown) | None]`

pandas/tests/io/json/test_json_table_schema.py

[error] invalid-argument-type - :677:19 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] not-iterable - :677:38 - Object of type `str | int | float | ... omitted 3 union elements` may not be iterable

pandas/tests/io/json/test_pandas.py

[error] invalid-argument-type - :500:46 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :530:44 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/json/test_ujson.py

[error] invalid-argument-type - :920:71 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/parser/test_parse_dates.py

[error] invalid-argument-type - :616:63 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :677:49 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/parser/test_textreader.py

[error] invalid-argument-type - :41:36 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :47:49 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :54:47 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :67:58 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :75:65 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :89:58 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :98:65 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :112:58 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :122:70 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :137:13 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :160:57 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :171:13 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :187:17 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :194:70 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :215:13 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - :336:60 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`

pandas/tests/io/pytables/test_errors.py

[error] missing-argument - :118:13 - No argument provided for required parameter `where` of bound method `__init__`

pandas/tests/io/pytables/test_store.py

[error] invalid-argument-type - :392:50 - Argument to bound method `to_hdf` is incorrect: Expected `Literal["strict", "ignore", "replace", "surrogateescape", "xmlcharrefreplace", "backslashreplace", "namereplace"]`, found `Literal["surrogatepass"]`

pandas/tests/io/test_feather.py

[error] invalid-argument-type - :81:65 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :85:21 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :93:76 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/test_pickle.py

[error] invalid-argument-type - :243:29 - Argument to bound method `write` is incorrect: Expected `str | PathLike[str]`, found `bytes`

pandas/tests/io/test_stata.py

[error] invalid-argument-type - :907:41 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | int | floating[_32Bit] | float64`

pandas/tests/libs/test_libalgos.py

[error] non-subscriptable - :63 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :71 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :80 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :88 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :96 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :100 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :104 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :108 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, dtype[Any]], new: ndarray[@Todo, dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], dtype[Any]], new: ndarray[tuple[Any, ...], dtype[Any]], limit=EllipsisType) -> @Todo` with no `__getitem__` method

pandas/tests/plotting/test_datetimelike.py

[error] invalid-argument-type - :79:41 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :96:41 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/reductions/test_reductions.py

[warning] possibly-missing-attribute - :425:20 - Attribute `max` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :429:20 - Attribute `min` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/resample/test_base.py

[warning] possibly-missing-attribute - :534:20 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`

pandas/tests/resample/test_datetime_index.py

[error] non-subscriptable - :1477:32 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

pandas/tests/reshape/concat/test_concat.py

[warning] possibly-missing-attribute - :61 -
Old: Attribute `base` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
New: Attribute `base` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :63 -
Old: Attribute `base` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
New: Attribute `base` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :81 -
Old: Attribute `base` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
New: Attribute `base` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/reshape/concat/test_datetimes.py

[error] invalid-assignment - :124 -
Old: Object of type `None` is not assignable to attribute `freq` on type `Unknown | ExtensionArray | ndarray[@Todo, dtype[Any]]`
New: Object of type `None` is not assignable to attribute `freq` on type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/reshape/merge/test_merge.py

[error] invalid-argument-type - :1497:32 - Argument to bound method `merge` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `Literal["full"]`
[warning] possibly-missing-attribute - :1480 -
Old: Attribute `flags` may be missing on object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray`
New: Attribute `flags` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/scalar/period/test_arithmetic.py

[error] unsupported-operator - :183:20 - Operator `+` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - :187:20 - Operator `+` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - :230:20 - Operator `+` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - :234:20 - Operator `+` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - :366:16 - Operator `+` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Period`
[error] unsupported-operator - :370:13 - Operator `-` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Period`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unsupported-operator - :168:18 - Operator `-` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :172:18 - Operator `-` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - :186:18 - Operator `-` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :189:18 - Operator `-` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - :244:18 - Operator `-` is unsupported between objects of type `datetime64[date | int | None]` and `Timedelta`
[error] unsupported-operator - :267:17 - Operator `-` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] no-matching-overload - :363:25 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :721:16 - No overload of bound method `__rfloordiv__` matches arguments
[error] unsupported-operator - :726:13 - Operator `//` is unsupported between objects of type `float64` and `Timedelta`
[error] no-matching-overload - :793:23 - No overload of function `__new__` matches arguments

pandas/tests/scalar/timedelta/test_constructors.py

[error] no-matching-overload - :677:11 - No overload of function `__new__` matches arguments

pandas/tests/scalar/timestamp/methods/test_tz_localize.py

[error] invalid-argument-type - :164:32 - Argument to bound method `tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - :336:32 - Argument to bound method `tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`

pandas/tests/scalar/timestamp/test_arithmetic.py

[error] unsupported-operator - :99:20 - Operator `-` is unsupported between objects of type `datetime64[date | int | None]` and `Timestamp`
[error] unsupported-operator - :103:17 - Operator `-` is unsupported between objects of type `datetime64[date | int | None]` and `Timestamp`

pandas/tests/scalar/timestamp/test_timestamp.py

[error] invalid-argument-type - :208:36 - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Unknown | int`

pandas/tests/series/indexing/test_setitem.py

[error] no-matching-overload - :1072:13 - No overload of function `__new__` matches arguments
[error] unresolved-attribute - :445 -
Old: Object of type `ndarray[@Todo, dtype[Any]] | ExtensionArray` has no attribute `_ndarray`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray` has no attribute `_ndarray`

pandas/tests/series/methods/test_astype.py

[error] invalid-argument-type - :69:36 - Argument to bound method `astype` is incorrect: Expected `Literal["ignore", "raise"]`, found `Literal[False]`

pandas/tests/series/methods/test_interpolate.py

[error] no-matching-overload - :632:13 - No overload of bound method `interpolate` matches arguments
[error] no-matching-overload - :800:13 - No overload of bound method `interpolate` matches arguments

pandas/tests/series/methods/test_rank.py

[error] invalid-argument-type - :274:20 - Argument to bound method `rank` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["average"]`

pandas/tests/series/test_constructors.py

[error] unresolved-attribute - :1287:54 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `tz`
[error] unresolved-attribute - :1293:43 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `tz`
[error] unresolved-attribute - :2163:16 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `storage`

pandas/tests/strings/test_cat.py

[error] unresolved-attribute - :140:57 - Object of type `dtype[Any] | ExtensionDtype` has no attribute `categories`

pandas/tests/test_algos.py

[error] invalid-argument-type - :808:79 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :910:24 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - :910:27 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - :912:24 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - :914:29 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Literal[1]`
[error] invalid-argument-type - :929:45 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown | int]`
[error] invalid-argument-type - :942:42 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown | str]`
[error] invalid-argument-type - :960:34 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown]`
[error] invalid-argument-type - :973:34 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Unknown]`
[error] invalid-argument-type - :1812:29 - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Series`
[error] invalid-argument-type - :1820:48 - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Series`
[error] invalid-argument-type - :1831:29 - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Series`
[error] invalid-argument-type - :1998:32 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - :2003:32 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - :2008:32 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - :2017:24 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] no-matching-overload - :2036:26 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2037:26 - No overload of function `__new__` matches arguments

pandas/tests/test_downstream.py

[error] invalid-argument-type - :300:9 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tseries/holiday/test_federal.py

[error] invalid-argument-type - :53:66 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tseries/holiday/test_holiday.py

[error] invalid-argument-type - :331:66 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tseries/offsets/test_offsets.py

[error] invalid-argument-type - :597:66 - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Unknown | str`

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

tests/test_plotting.py

[error] invalid-argument-type - :215:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :218:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :383:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :402:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :409:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :421:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :428:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :440:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :447:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :459:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :466:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :497:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :504:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :522:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :529:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :541:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :548:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :560:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :567:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :579:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :587:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :607:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :616:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :700:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/test_dtypes.py

[error] type-assertion-failure - :112:11 - Type `bool | None` does not match asserted type `@Todo`

pandas-stubs/_typing.pyi

[error] invalid-argument-type - :861:25 - Argument to class `ndarray` is incorrect: Expected `tuple[int, ...]`, found `typing.TypeVar`

tests/__init__.py

[error] invalid-argument-type - :147:17 - Method `__getitem__` of type `Overload[(idx: Never) -> object, (idx: Bottom[Index[Any]] | Bottom[Series[Any]] | slice[Never, Never, Never]) -> Top[Series[Any]]]` cannot be called with key of type `Literal[0, -1]` on object of type `Top[_iLocIndexerSeries[Any]]`

tests/arrays/test_extension_array.py

[error] type-assertion-failure - :44:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46:11 - Type `ExtensionArray | @Todo` does not match asserted type `Unknown`
[error] invalid-argument-type - :54:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :53 -
Old: Type `signedinteger[@Todo]` does not match asserted type `Unknown`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :55 -
Old: Type `signedinteger[@Todo]` does not match asserted type `Unknown`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`
[error] type-assertion-failure - :56 -
Old: Type `signedinteger[@Todo]` does not match asserted type `Unknown`
New: Type `signedinteger[_64Bit]` does not match asserted type `Unknown`

tests/extension/decimal/array.py

[warning] unused-ignore-comment - :260:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :264:45 - Unused blanket `type: ignore` directive

tests/indexes/arithmetic/test_truediv.py

[error] type-assertion-failure - :116 -
Old: Type `Index[Any]` does not match asserted type `Path`
New: Type `Index[Any]` does not match asserted type `Never`
[error] type-assertion-failure - :126 -
Old: Type `Index[Any]` does not match asserted type `Path`
New: Type `Index[Any]` does not match asserted type `Never`

tests/indexes/arithmetic/timedeltaindex/test_floordiv.py

[error] type-assertion-failure - :115 -
Old: Type `Index[int]` does not match asserted type `@Todo`
New: Type `Index[int]` does not match asserted type `Unknown`

tests/indexes/test_datetime_index.py

[error] invalid-argument-type - :38:51 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :39:50 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :40:51 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :41:50 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :96:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :97:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :109:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :113:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/indexes/test_indexes.py

[error] invalid-argument-type - :54:53 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :60:47 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :151:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :249:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] type-assertion-failure - :250:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] type-assertion-failure - :251:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :254:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :255:70 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :257:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :263:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1207:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1219:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1364:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1365:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1367:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1370:72 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1394:69 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :833 -
Old: Type `Index[int]` does not match asserted type `int`
New: Type `Index[int]` does not match asserted type `Index[Any]`
[error] type-assertion-failure - :1031 -
Old: Type `Series[@Todo]` does not match asserted type `Unknown`
New: Type `Series[ExtensionDtype | str | dtype[generic[Any]] | type]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1363 -
Old: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1372 -
Old: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1373 -
Old: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1374 -
Old: Type `signedinteger[@Todo]` does not match asserted type `@Todo`
New: Type `signedinteger[_64Bit]` does not match asserted type `@Todo`

tests/indexes/test_rangeindex.py

[error] invalid-argument-type - :37:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :42:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/scalars/test_scalars.py

[error] invalid-argument-type - :322:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :326:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :330:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :334:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :339:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :343:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :347:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :351:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :356:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :360:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :365:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :369:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[warning] unused-ignore-comment - :557:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :605:23 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :737:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :738:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :754:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] type-assertion-failure - :755:17 - Type `bool[bool]` does not match asserted type `@Todo`
[error] invalid-argument-type - :820:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :821:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :823:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :824:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :828:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :829:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :831:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :832:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :836:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :837:61 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :841:65 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :842:65 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :853:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :854:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :856:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :857:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :859:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :860:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :862:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :863:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :865:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :866:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :868:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :869:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :873:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :874:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :876:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :877:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :879:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :880:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :882:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :883:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :885:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :886:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :888:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :889:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :893:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :894:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :896:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :897:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :899:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :900:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :904:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :905:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :907:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :908:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :910:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :911:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1189:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1190:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1192:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1193:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1195:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1196:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1198:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1199:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1203:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1204:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1206:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1207:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1209:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1210:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1212:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1213:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1217:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1218:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1226:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1227:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1229:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1230:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1241:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1242:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1244:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1245:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1247:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1248:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1250:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1251:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1253:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1254:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1256:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1257:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1261:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1262:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1264:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1265:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1267:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1268:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1270:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1271:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1273:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1274:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1276:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1277:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1281:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1282:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1284:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1285:68 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1287:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1288:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1292:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1293:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1295:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1296:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1298:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1299:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1812:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1813:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1815:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1816:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1820:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1821:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1823:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1824:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1828:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1829:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1833:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1834:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1855:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1856:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1858:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1859:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1861:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1862:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1876:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1877:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1879:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1880:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1882:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1883:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1898:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1899:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1901:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1902:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1904:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1905:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :68:9 - Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :81:9 - Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :94:9 - Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :108:9 - Type `Literal["left", "right", "both", "neither"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :545:11 - Type `Timestamp` does not match asserted type `datetime64[date | int | None]`
[error] type-assertion-failure - :593:11 - Type `Timestamp` does not match asserted type `datetime64[date | int | None]`
[warning] unused-ignore-comment - :1221:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1222:82 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1705:11 - Type `PeriodIndex` does not match asserted type `Period`
[error] type-assertion-failure - :1706:11 - Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :1715:11 - Type `Index[Any]` does not match asserted type `Period`
[error] type-assertion-failure - :1716:11 - Type `BaseOffset` does not match asserted type `Period`
[error] type-assertion-failure - :1717:11 - Type `Series[Period]` does not match asserted type `Period`
[error] type-assertion-failure - :1718:11 - Type `PeriodIndex` does not match asserted type `Period`
[error] type-assertion-failure - :1719:11 - Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :1731:11 - Type `Period` does not match asserted type `timedelta64[timedelta | int | None]`
[error] type-assertion-failure - :1744:11 - Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :1745:11 - Type `NaTType` does not match asserted type `Period`
[error] type-assertion-failure - :259 -
Old: Type `Interval[Timestamp]` does not match asserted type `@Todo`
New: Type `Interval[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :267 -
Old: Type `Interval[Timedelta]` does not match asserted type `@Todo`
New: Type `Interval[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :280 -
Old: Type `Interval[Timestamp]` does not match asserted type `@Todo`
New: Type `Interval[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :288 -
Old: Type `Interval[Timedelta]` does not match asserted type `@Todo`
New: Type `Interval[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :534 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :535 -
Old: Type `PeriodIndex` does not match asserted type `@Todo`
New: Type `PeriodIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :536 -
Old: Type `DatetimeIndex` does not match asserted type `@Todo`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :542 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :586 -
Old: Type `TimedeltaIndex` does not match asserted type `@Todo`
New: Type `TimedeltaIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :641 -
Old: Type `int | float` does not match asserted type `@Todo`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :768 -
Old: Type `Literal[False]` does not match asserted type `@Todo`
New: Type `Literal[False]` does not match asserted type `Unknown`
[error] type-assertion-failure - :769 -
Old: Type `Literal[True]` does not match asserted type `@Todo`
New: Type `Literal[True]` does not match asserted type `Unknown`
[error] type-assertion-failure - :771 -
Old: Type `Literal[False]` does not match asserted type `@Todo`
New: Type `Literal[False]` does not match asserted type `Unknown`
[error] type-assertion-failure - :772 -
Old: Type `Literal[True]` does not match asserted type `@Todo`
New: Type `Literal[True]` does not match asserted type `Unknown`
[error] type-assertion-failure - :789 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :790 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :797 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :798 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1039 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1042 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1045 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1046 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1048 -
Old: Type `DatetimeIndex` does not match asserted type `@Todo`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1052 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1072 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1075 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1134 -
Old: Type `Literal[False]` does not match asserted type `@Todo`
New: Type `Literal[False]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1135 -
Old: Type `Literal[True]` does not match asserted type `@Todo`
New: Type `Literal[True]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1137 -
Old: Type `Literal[False]` does not match asserted type `@Todo`
New: Type `Literal[False]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1138 -
Old: Type `Literal[True]` does not match asserted type `@Todo`
New: Type `Literal[True]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1156 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1157 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1164 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1165 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1536 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1565 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1566 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1567 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1568 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1581 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1702 -
Old: Type `PeriodIndex` does not match asserted type `Period`
New: Type `PeriodIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :1704 -
Old: Type `Series[Period]` does not match asserted type `Period`
New: Type `Series[Period]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1709 -
Old: Type `Series[Period]` does not match asserted type `Period`
New: Type `Series[Period]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1747 -
Old: Type `Period` does not match asserted type `@Todo`
New: Type `Period` does not match asserted type `Unknown`
[error] type-assertion-failure - :1771 -
Old: Type `Literal[False]` does not match asserted type `@Todo`
New: Type `Literal[False]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1772 -
Old: Type `Literal[True]` does not match asserted type `@Todo`
New: Type `Literal[True]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1845:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1846:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1848:66 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1849:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1851:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1852:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1866:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1867:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1869:66 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1870:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1872:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1873:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1887:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1888:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1890:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1891:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1893:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1894:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/series/arithmetic/period/test_sub.py

[error] type-assertion-failure - :17 -
Old: Type `Series[BaseOffset]` does not match asserted type `Period`
New: Type `Series[BaseOffset]` does not match asserted type `Series[Period]`

tests/series/arithmetic/test_floordiv.py

[error] type-assertion-failure - :221:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :222:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :223:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :267:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :268:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :269:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :228 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :275 -
Old: Type `Series[Timedelta]` does not match asserted type `Series[Any]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/test_sub.py

[error] type-assertion-failure - :246 -
Old: Type `Series[Any]` does not match asserted type `datetime64[date | int | None]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :252 -
Old: Type `Series[Any]` does not match asserted type `datetime64[date | int | None]`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :290 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :292 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`

tests/series/arithmetic/test_truediv.py

[error] type-assertion-failure - :269:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :270:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :271:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :272:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :275:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :278:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :279:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :280:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :281:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :284:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :333:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :334:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :335:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :336:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :337:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :340:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :342:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :343:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :344:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :345:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :346:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :349:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :376 -
Old: Type `Series[Any]` does not match asserted type `Path`
New: Type `Series[Any]` does not match asserted type `Never`

tests/series/arithmetic/timedelta/test_add.py

[error] type-assertion-failure - :45 -
Old: Type `Series[Timestamp]` does not match asserted type `datetime64[date | int | None]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :46 -
Old: Type `Series[Timedelta]` does not match asserted type `timedelta64[timedelta | int | None]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :63 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :64 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_floordiv.py

[error] type-assertion-failure - :190 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_sub.py

[error] type-assertion-failure - :51 -
Old: Type `Series[Timestamp]` does not match asserted type `datetime64[date | int | None]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :52 -
Old: Type `Series[Timedelta]` does not match asserted type `timedelta64[timedelta | int | None]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :71 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/arithmetic/timedelta/test_truediv.py

[error] type-assertion-failure - :115:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :118:9 - Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :127:11 - Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :128:11 - Type `Series[Timedelta]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :140:11 - Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :148:11 - Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
[error] type-assertion-failure - :301:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :309:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :365:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :373:11 - Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :123 -
Old: Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :132 -
Old: Type `Series[int | float]` does not match asserted type `Series[int | float | complex]`
New: Type `Series[int | float]` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :208 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :216 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`

tests/series/arithmetic/timestamp/test_add.py

[error] type-assertion-failure - :55 -
Old: Type `Series[Timestamp]` does not match asserted type `timedelta64[timedelta | int | None]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :77 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`

tests/series/arithmetic/timestamp/test_sub.py

[error] type-assertion-failure - :47 -
Old: Type `Series[Timedelta]` does not match asserted type `datetime64[date | int | None]`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] type-assertion-failure - :67 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/series/test_series.py

[error] type-assertion-failure - :791:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :827:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :886:5 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :930:16 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :947:11 - Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `Unknown`
[error] type-assertion-failure - :966:11 - Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `Unknown`
[error] no-matching-overload - :970:27 - No overload of bound method `groupby` matches arguments
[error] invalid-argument-type - :1024:17 - Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[Any, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
[error] not-iterable - :1043:26 - Object of type `SeriesGroupBy[Any, Interval[Timestamp]]` is not iterable
[error] type-assertion-failure - :1386:11 - Type `Any` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :1848:65 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2004:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2006:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2008:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2009:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2011:74 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :2015:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :2018:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] invalid-argument-type - :2024:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :3153:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3199:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] invalid-assignment - :142:28 - Object of type `Series[Timestamp]` is not assignable to `DatetimeIndex`
[warning] unused-ignore-comment - :745:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :746:45 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :807:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1235:9 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1248:13 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1305:11 - Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1314:15 - Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1327:9 - Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1339:13 - Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1350:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1351:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1389:11 - Type `Series[Any]` does not match asserted type `Any`
[error] type-assertion-failure - :1581:11 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2640:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2641:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2643:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2644:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2646:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2647:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2649:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2650:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2652:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2653:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2655:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2656:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2657:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2658:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2659:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2661:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2662:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2663:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2664:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2665:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2667:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2668:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2669:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2670:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2671:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2673:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2674:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2675:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2676:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2677:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2678:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2680:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2681:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2682:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2684:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2685:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2686:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2687:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2697:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2698:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2700:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2701:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2703:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2704:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2706:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2707:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2709:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2710:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2711:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2712:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2713:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2715:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2716:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2717:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2718:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2719:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2721:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2722:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2723:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2724:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2725:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2727:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2728:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2729:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2730:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2731:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2732:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2734:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2735:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2736:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2738:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2739:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2740:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2741:9 - Type `Series[int]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2766:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2767:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2769:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2770:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2772:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2773:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2775:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2776:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2777:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2778:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2779:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2781:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2782:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2783:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2784:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2785:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2787:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2788:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2789:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2790:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2791:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2793:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2794:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2795:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2796:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2797:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2799:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2800:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2802:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2803:9 - Type `Series[int | float]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2827:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2828:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2830:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2831:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2832:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2833:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2834:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2836:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2837:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2838:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2839:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2840:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2842:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2843:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2844:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2845:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2846:9 - Type `Series[int | float | complex]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2861:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2862:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2863:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2864:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2865:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2866:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2867:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2868:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2869:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2870:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2871:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2872:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2873:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2874:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2876:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2877:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2878:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2879:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2880:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2881:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2882:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2883:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2884:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2885:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2886:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2887:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2888:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2889:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2891:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2892:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2893:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2894:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2895:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2896:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2897:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2898:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2899:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2900:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2901:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2902:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2903:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2904:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2906:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2907:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2908:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2909:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2911:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2912:9 - Type `Series[Timestamp]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2921:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2922:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2923:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2924:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2925:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2926:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2927:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2928:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2929:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2930:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2931:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2932:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2933:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2934:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2936:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2937:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2938:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2939:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2940:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2941:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2942:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2943:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2944:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2945:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2946:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2947:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2948:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2949:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2951:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2952:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2953:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2954:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2955:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2956:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2957:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2958:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2959:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2960:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2961:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2962:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2963:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2964:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2966:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2967:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2968:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2969:9 - Type `Series[Timedelta]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2979:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2980:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2982:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2983:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2985:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2986:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2987:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2988:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :2990:9 - Type `Series[str]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3000:9 - Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3001:9 - Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3003:9 - Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3004:9 - Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3005:9 - Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3007:9 - Type `Series[bytes]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3017:9 - Type `Series[CategoricalDtype]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3018:9 - Type `Series[CategoricalDtype]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3028:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3029:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3031:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3034:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3044:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3045:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3046:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[warning] unused-ignore-comment - :3054:29 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :3058:11 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :3065:9 - Type `Series[Any]` does not match asserted type `Series[bool]`
[warning] unused-ignore-comment - :3180:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3181:48 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :3542:11 - Type `Series[int | float]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3626:5 - Type `Series[Any]` does not match asserted type `Series[bool]`
[error] type-assertion-failure - :214 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :239 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :240 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :252 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :931 -
Old: Type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :943 -
Old: Type `Iterator[tuple[@Todo, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] type-assertion-failure - :945 -
Old: Type `tuple[@Todo, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
New: Type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :953 -
Old: Type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :962 -
Old: Type `Iterator[tuple[@Todo, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] type-assertion-failure - :964 -
Old: Type `tuple[@Todo, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
New: Type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :994 -
Old: Type `Iterator[tuple[Period, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[Period, Series[int]]]` does not match asserted type `Iterator[tuple[Period, Series[Any]]]`
[error] type-assertion-failure - :1003 -
Old: Type `Iterator[tuple[Timestamp, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[Timestamp, Series[int]]]` does not match asserted type `Iterator[tuple[Timestamp, Series[Any]]]`
[error] type-assertion-failure - :1012 -
Old: Type `Iterator[tuple[Timedelta, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[Timedelta, Series[int]]]` does not match asserted type `Iterator[tuple[Timedelta, Series[Any]]]`
[error] type-assertion-failure - :1025 -
Old: Type `Iterator[tuple[Interval[Timestamp], Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[Interval[Timestamp], Series[int]]]` does not match asserted type `Iterator[tuple[Interval[Timestamp], Series[Any]]]`
[error] type-assertion-failure - :1052 -
Old: Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] type-assertion-failure - :1068 -
Old: Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[@Todo, Series[Any]]]`
New: Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] type-assertion-failure - :1157 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] no-matching-overload - :1157:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1306 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1306:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1315 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1315:27 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1331 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1331:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1343 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1343:27 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1353 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1353:21 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1356 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1356:21 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1358 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1358:23 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1359 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1359:23 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1395 -
Old: Type `int` does not match asserted type `Any`
New: Type `int` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1616 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1617 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1618 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1619 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1627 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1628 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1682 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1682:31 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] type-assertion-failure - :1686 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1686:31 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] type-assertion-failure - :1694 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1694:31 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | Pattern[str], Unknown | str]`
[error] type-assertion-failure - :1711 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1711:33 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] type-assertion-failure - :1780 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1781 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1782 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1783 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1785 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1786 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1787 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1788 -
Old: Type `Series[Any]` does not match asserted type `Any`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1960 -
Old: Type `Series[int] | @Todo` does not match asserted type `Series[Any] | @Todo`
New: Type `Series[int] | str | bytes | ... omitted 10 union elements` does not match asserted type `Series[Any] | str | bytes | ... omitted 10 union elements`
[error] type-assertion-failure - :1965 -
Old: Type `Series[int] | @Todo` does not match asserted type `Series[Any] | @Todo`
New: Type `Series[int] | str | bytes | ... omitted 10 union elements` does not match asserted type `Series[Any] | str | bytes | ... omitted 10 union elements`
[error] type-assertion-failure - :2096 -
Old: Type `Series[int]` does not match asserted type `Series[Any] | Literal[0]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2101 -
Old: Type `Series[int]` does not match asserted type `Series[Any] | Literal[0]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2104 -
Old: Type `Series[int]` does not match asserted type `Series[Any] | Literal[0]`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3205 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3544 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3627 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3630 -
Old: Type `Series[int | float | complex]` does not match asserted type `Series[Any]`
New: Type `Series[int | float | complex]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :3765 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3779 -
Old: Type `Series[BaseOffset]` does not match asserted type `Series[Any]`
New: Type `Series[BaseOffset]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3790 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3821 -
Old: Type `int` does not match asserted type `Any`
New: Type `int` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3822 -
Old: Type `Series[int]` does not match asserted type `Any`
New: Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3974 -
Old: Type `Series[Timestamp]` does not match asserted type `@Todo`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`

tests/test_extension.py

[error] invalid-argument-type - :52:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :55:73 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/test_frame.py

[error] type-assertion-failure - :1100:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1198:11 - Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1574:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1575:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1581:9 - Type `Series[int]` does not match asserted type `Unknown`
[error] no-matching-overload - :1582:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1588:9 - Type `Series[int]` does not match asserted type `Unknown`
[error] no-matching-overload - :1589:13 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :1637:5 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1667:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1667:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1670:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1671:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1677:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1677:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1733:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1733:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1754:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1754:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1764:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1764:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1767:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1767:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1769:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1769:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1777:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1777:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1780:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1780:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1783:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1783:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1939:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1939:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1943:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1943:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1952:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1952:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1956:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1956:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1994:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :2059:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2059:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2060:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2060:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2085:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2085:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2086:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :2086:23 - No overload of bound method `aggregate` matches arguments
[error] invalid-argument-type - :2096:34 - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[typing.TypeVar, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | str] | str]`
[error] invalid-argument-type - :2100:34 - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[typing.TypeVar, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | ((x: SupportsAbs[_T@abs], /) -> _T@abs) | _UFunc_Nin1_Nout1[str, int, None]] | ((x: SupportsAbs[_T@abs], /) -> _T@abs)]`
[error] type-assertion-failure - :2937:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3134:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3134:34 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] type-assertion-failure - :3135:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3135:34 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | int, Unknown | int]]`
[error] type-assertion-failure - :3137:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3137:32 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | Pattern[str], Unknown | str]]`
[error] type-assertion-failure - :3145:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3145:32 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] type-assertion-failure - :3148:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3148:32 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | Pattern[str], Unknown | str]]`
[error] no-matching-overload - :3431:16 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :3448:11 - Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `Unknown`
[error] no-matching-overload - :3463:27 - No overload of bound method `groupby` matches arguments
[error] invalid-argument-type - :3509:17 - Argument to bound method `__iter__` is incorrect: Argument type `DataFrameGroupBy[Interval[Timestamp], Literal[True]]` does not satisfy upper bound `DataFrameGroupBy[ByT@DataFrameGroupBy, _TT@DataFrameGroupBy]` of type variable `Self`
[error] not-iterable - :3526:26 - Object of type `DataFrameGroupBy[Interval[Timestamp], Literal[True]]` is not iterable
[error] type-assertion-failure - :3897:11 - Type `Series[Any] | DataFrame` does not match asserted type `DataFrame`
[error] type-assertion-failure - :4192:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :4192:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :4327:11 - Type `Series[Any] | DataFrame` does not match asserted type `DataFrame`
[error] type-assertion-failure - :4588:11 - Type `Series[Any] | DataFrame` does not match asserted type `DataFrame`
[error] type-assertion-failure - :253:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :254:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :255:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :257:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :258:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :272:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :273:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :277:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :278:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :311:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :316:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :330:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :331:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :335:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :336:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :337:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :338:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :339:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :340:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[warning] unused-ignore-comment - :848:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :849:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :850:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :851:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :852:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :853:100 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1145:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1199:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1200:11 - Type `Series[Any]` does not match asserted type `DataFrame`
[warning] unused-ignore-comment - :1915:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1916:45 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1989:11 - Type `str` does not match asserted type `None`
[error] type-assertion-failure - :1990:11 - Type `str` does not match asserted type `None`
[error] type-assertion-failure - :2038:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2046:15 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2066:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2073:15 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2880:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2881:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2883:9 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2888:9 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :2927:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2928:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2930:9 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2936:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3342:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3418:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] invalid-argument-type - :3453:44 - Argument to bound method `from_frame` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] type-assertion-failure - :3479:5 - Type `Iterator[tuple[Period, DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3488:5 - Type `Iterator[tuple[Timestamp, DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3497:5 - Type `Iterator[tuple[Timedelta, DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3510:5 - Type `Iterator[tuple[Interval[Timestamp], DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
[error] type-assertion-failure - :3725:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3726:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3898:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :3907:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3909:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3979:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4102:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4103:11 - Type `DataFrame` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :4154:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4155:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4168:9 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] invalid-return-type - :4179:16 - Return type does not match returned value: expected `DataFrame`, found `Series[Any] | DataFrame`
[error] type-assertion-failure - :4190:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4191:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4204:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4391:11 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4392:11 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4393:11 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4394:11 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4395:11 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4397:9 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4401:9 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4405:9 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4409:9 - Type `DataFrame` does not match asserted type `Never`
[error] type-assertion-failure - :4478:9 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4576:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4589:11 - Type `DataFrame` does not match asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4617:11 - Type `MyClass` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :4618:11 - Type `MyClass` does not match asserted type `Series[Any] | MyClass`
[error] type-assertion-failure - :4619:11 - Type `MyClass` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :256 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :322 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :323 -
Old: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
New: Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `DataFrame`
[error] type-assertion-failure - :1126 -
Old: Type `Series[str]` does not match asserted type `DataFrame`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1136 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1139 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1194 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1316 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1321 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1328 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1333 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1340 -
Old: Type `Series[int]` does not match asserted type `DataFrame`
New: Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :2054 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2054:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2057 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2057:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2075 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2075:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2080 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2080:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2083 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2083:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2886 -
Old: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
New: Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `DataFrame`
[error] type-assertion-failure - :2893 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :2901 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2943 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3392 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3394 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3395 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3396 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3397 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3398 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3399 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3400 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3401 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3402 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3403 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3404 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3425 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :3432 -
Old: Type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3446 -
Old: Type `tuple[@Todo, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
New: Type `tuple[str | bytes | date | ... omitted 9 union elements, DataFrame]` does not match asserted type `tuple[Unknown, Unknown]`
[error] type-assertion-failure - :3455 -
Old: Type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]` does not match asserted type `Iterator[tuple[@Todo, DataFrame]]`
New: Type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :4134 -
Old: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
New: Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `DataFrame`
[error] type-assertion-failure - :4160 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`
[error] type-assertion-failure - :4165 -
Old: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
New: Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `DataFrame`
[error] type-assertion-failure - :4591 -
Old: Type `@Todo` does not match asserted type `Series[Any] | DataFrame`
New: Type `str | bytes | date | ... omitted 9 union elements` does not match asserted type `DataFrame`
[error] type-assertion-failure - :4592 -
Old: Type `Series[Any]` does not match asserted type `Series[Any] | DataFrame`
New: Type `Series[Any]` does not match asserted type `DataFrame`

tests/test_groupby.py

[error] type-assertion-failure - :512:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :513:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :519:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :520:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :547:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :549:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :553:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :557:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :561:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :638:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :707:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :708:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :714:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :715:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :744:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :746:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :750:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :754:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :758:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :837:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :901:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :902:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :908:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :909:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :924:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :926:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :930:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :934:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :938:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :1008:21 - No overload of bound method `aggregate` matches arguments
[error] invalid-argument-type - :1028:13 - Argument to bound method `aggregate` is incorrect: Expected `_WindowingNumbaKwargs | None`, found `Literal["not valid"]`
[error] no-matching-overload - :1087:13 - No overload of bound method `apply` matches arguments
[error] no-matching-overload - :1095:9 - No overload of bound method `apply` matches arguments
[error] type-assertion-failure - :476:11 - Type `Literal["single", "table"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :478:15 - Type `int` does not match asserted type `@Todo`
[error] type-assertion-failure - :629:13 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :633:13 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :671:11 - Type `Literal["single", "table"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :673:15 - Type `int` does not match asserted type `@Todo`
[error] type-assertion-failure - :828:13 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :832:13 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :870:11 - Type `Literal["single", "table"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :872:15 - Type `int` does not match asserted type `@Todo`
[error] type-assertion-failure - :999:17 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :1003:17 - Type `DataFrame` does not match asserted type `Series[Any]`
[warning] unused-ignore-comment - :1027:24 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1037:11 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :74 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :83 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :84 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :85 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :86 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :87 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :88 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :89 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :90 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :91 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :92 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :93 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :101 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :106 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :107 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :111 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :113 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :116 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :117 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :118 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :137 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :140 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :141 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :143 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :149 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :155 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :162 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :180 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :233 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :255 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :257 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :286 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :292 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :298 -
Old: Type `int | float` does not match asserted type `@Todo`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :304 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :316 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :319 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :320 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :321 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :322 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :323 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :324 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :325 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :326 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :327 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :328 -
Old: Type `DataFrame` does not match asserted type `@Todo`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :329 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :333 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :336 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :341 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :348 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :349 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :352 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :353 -
Old: Type `Series[int]` does not match asserted type `@Todo`
New: Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :356 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :357 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :358 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :371 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :375 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :379 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :383 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :390 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :397 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :407 -
Old: Type `DataFrame | Series[Any]` does not match asserted type `@Todo`
New: Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :410 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :415 -
Old: Type `Series[int | float]` does not match asserted type `@Todo`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :433 -
Old: Type `int | float` does not match asserted type `@Todo`
New: Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :439 -
Old: Type `Series[Any]` does not match asserted type `@Todo`
New: Type `Series[Any]` does not match asserted type `Unknown`
[error] type-assertion-failure - :637 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :836 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :1007 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :1086 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`

tests/test_interval.py

[error] invalid-argument-type - :130:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`

tests/test_interval_index.py

[error] type-assertion-failure - :91:11 - Type `Literal["left", "right", "both", "neither"]` does not match asserted type `Unknown`

tests/test_io.py

[error] type-assertion-failure - :74:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :99:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :110:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :227:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :227:36 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :231:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :231:38 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :233:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :234:28 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :259:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :261:17 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :268:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :270:17 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :478:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :538:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :546:13 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :569:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :591:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :667:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :668:35 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :677:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :677:43 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :681:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :684:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :710:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :713:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :723:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :726:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :793:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :802:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :803:34 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :812:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :812:42 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :816:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :819:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :868:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :871:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :881:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :884:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :900:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :963:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1008:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1008:45 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["test"]]`
[error] type-assertion-failure - :1012:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1012:45 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1]]`
[error] type-assertion-failure - :1016:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1017:37 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["higher"], Literal["lower"]]]`
[error] type-assertion-failure - :1047:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1050:21 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :1060:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1063:21 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[int], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :1235:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1415:15 - Type `None` does not match asserted type `Unknown`
[error] invalid-argument-type - :1419:43 - Argument to function `read_html` is incorrect: Expected `Literal["lxml", "html5lib", "bs4"] | Sequence[Literal["lxml", "html5lib", "bs4"]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :1421:41 - Argument to function `read_html` is incorrect: Expected `Literal["lxml", "html5lib", "bs4"] | Sequence[Literal["lxml", "html5lib", "bs4"]] | None`, found `list[Unknown | str]`
[error] type-assertion-failure - :1427:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1428:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1430:13 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1432:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1537:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1573:19 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1618:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :1626:15 - Type `None` does not match asserted type `Unknown`
[warning] unused-ignore-comment - :283:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :737:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :894:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1093:48 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1201:17 - Type `Literal["openpyxl", "odf", "xlsxwriter"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1210:17 - Type `Literal["openpyxl", "odf", "xlsxwriter"]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1219:17 - Type `Literal["openpyxl", "odf", "xlsxwriter"]` does not match asserted type `@Todo`
[warning] unused-ignore-comment - :1795:72 - Unused blanket `type: ignore` directive

tests/test_natype.py

[error] type-assertion-failure - :161:11 - Type `NAType` does not match asserted type `int`

tests/test_pandas.py

[error] invalid-argument-type - :450:55 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :451:56 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :455:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :456:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :460:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :461:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :465:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :466:63 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :470:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :471:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :475:57 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :476:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :480:57 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :481:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :569:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :581:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :602:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] invalid-argument-type - :665:67 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :672:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :904:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :905:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :908:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :909:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :912:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :916:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :920:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :924:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :925:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :930:49 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :931:11 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :966:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias | <class 'Index'>`
[error] invalid-argument-type - :989:44 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :999:45 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1128:64 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :76:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :83:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :87:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :91:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :147:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :179:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :185:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :201:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :239:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :728:9 - Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :731:9 - Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :736:9 - Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :741:9 - Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :749:9 - Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :756:9 - Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :761:9 - Type `@Todo` does not match asserted type `int | float`
[error] type-assertion-failure - :483 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :484 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :486 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :487 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :489 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :490 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :492 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :493 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :505 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :506 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :509 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :510 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :513 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :514 -
Old: Type `bool` does not match asserted type `@Todo`
New: Type `bool` does not match asserted type `Unknown`
[error] type-assertion-failure - :768 -
Old: Type `Series[Any]` does not match asserted type `int | float`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :770 -
Old: Type `Series[Any]` does not match asserted type `int | float`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :777 -
Old: Type `Series[Any]` does not match asserted type `int | float`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :781 -
Old: Type `Series[Any]` does not match asserted type `int | float`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :787 -
Old: Type `Series[Any]` does not match asserted type `int | float`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :791 -
Old: Type `Series[Any]` does not match asserted type `int | float`
New: Type `Series[Any]` does not match asserted type `@Todo`
[error] type-assertion-failure - :955 -
Old: Type `@Todo | DatetimeIndex` does not match asserted type `@Todo | Index[Any]`
New: Type `@Todo | DatetimeIndex` does not match asserted type `ndarray[tuple[int], Unknown] | Index[Any]`

tests/test_resampler.py

[error] type-assertion-failure - :471:9 - Type `DataFrameGroupBy[Unknown, Unknown]` does not match asserted type `SeriesGroupBy[Unknown, Unknown]`

tests/test_styler.py

[error] invalid-argument-type - :169:17 - Argument to bound method `set_table_styles` is incorrect: Expected `dict[Unknown, list[CSSDict]] | list[CSSDict] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | tuple[str, str]]]]`
[error] type-assertion-failure - :209:15 - Type `None` does not match asserted type `Unknown`
[error] type-assertion-failure - :215:15 - Type `None` does not match asserted type `Unknown`
[error] invalid-argument-type - :229:46 - Argument to bound method `highlight_min` is incorrect: Expected `_IndexSlice | slice[Any, Any, Any] | tuple[slice[Any, Any, Any], ...] | ... omitted 3 union elements`, found `list[Unknown | int]`
[error] invalid-argument-type - :257 -
Old: Argument to bound method `map` is incorrect: Expected `_MapCallable`, found `def color_negative(v: @Todo, /, color: str) -> str | None`
New: Argument to bound method `map` is incorrect: Expected `_MapCallable`, found `def color_negative(v: str | bytes | date | ... omitted 9 union elements, /, color: str) -> str | None`

tests/test_timefuncs.py

[error] invalid-argument-type - :280:53 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :281:53 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :282:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :283:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :284:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :285:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :356:13 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias | <class 'Series'>`
[error] type-assertion-failure - :460:11 - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] invalid-argument-type - :528:13 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :532:11 - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] type-assertion-failure - :559:11 - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] type-assertion-failure - :583:11 - Type `Literal["s", "ms", "us", "ns"]` does not match asserted type `Unknown`
[error] invalid-argument-type - :614:52 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :615:52 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :616:54 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :631:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :632:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :633:62 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :634:60 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :635:59 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :636:57 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :637:58 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :646:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :689:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :914:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :919:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :924:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :929:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :934:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :939:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :945:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] type-assertion-failure - :950:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] type-assertion-failure - :955:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] type-assertion-failure - :960:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `Unknown`
[error] invalid-argument-type - :961:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :964:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :965:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :995:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :998:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1000:69 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1024:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1029:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1034:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1039:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :1045:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1050:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1055:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] type-assertion-failure - :1060:9 - Type `ndarray[tuple[int], Unknown]` does not match asserted type `@Todo`
[error] invalid-argument-type - :1061:9 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - :1081:71 - Argument to function `check` is incorrect: Expected `type`, found `GenericAlias`
[error] type-assertion-failure - :207:11 - Type `DatetimeIndex` does not match asserted type `Never`
[error] type-assertion-failure - :209:11 - Type `DatetimeIndex` does not match asserted type `TimedeltaIndex | Series[Timestamp]`
[error] type-assertion-failure - :211:11 - Type `DatetimeIndex` does not match asserted type `Never`
[error] type-assertion-failure - :233:11 - Type `TimedeltaIndex` does not match asserted type `Series[Timedelta]`
[error] type-assertion-failure - :295:9 - Type `Timestamp | NaTType` does not match asserted type `Timestamp`
[error] type-assertion-failure - :302:9 - Type `Timestamp | NaTType` does not match asserted type `Timestamp`
[error] type-assertion-failure - :1388:11 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1390:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1393:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1406:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1419:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1424:11 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1426:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1429:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1442:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1455:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1490:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1496:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1500:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1507:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1514:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1521:9 - Type `DatetimeIndex` does not match asserted type `Series[Timestamp]`
[error] type-assertion-failure - :101 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :130 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :131 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :132 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :133 -
Old: Type `Series[bool]` does not match asserted type `@Todo`
New: Type `Series[bool]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :213 -
Old: Type `DatetimeIndex` does not match asserted type `@Todo`
New: Type `DatetimeIndex` does not match asserted type `Unknown`
[error] type-assertion-failure - :229 -
Old: Type `DatetimeIndex` does not match asserted type `Series[Timedelta]`
New: Type `DatetimeIndex` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :231 -
Old: Type `DatetimeIndex` does not match asserted type `Series[Timedelta]`
New: Type `DatetimeIndex` does not match asserted type `TimedeltaIndex`
[error] type-assertion-failure - :841 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :843 -
Old: Type `Timestamp` does not match asserted type `@Todo`
New: Type `Timestamp` does not match asserted type `Unknown`
[error] type-assertion-failure - :1626 -
Old: Type `Series[Timestamp]` does not match asserted type `Series[int]`
New: Type `Series[Timestamp]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1844 -
Old: Type `Series[Timedelta]` does not match asserted type `@Todo`
New: Type `Series[Timedelta]` does not match asserted type `Unknown`

tests/test_windowing.py

[error] type-assertion-failure - :120:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :121:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :145:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :146:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :151:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :152:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :218:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :279:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :280:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :334:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :363:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :364:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :395:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :211:15 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :213:13 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :329:13 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :390:17 - Type `DataFrame` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :217 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :333 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :394 -
Old: Type `DataFrame` does not match asserted type `Series[Any]`
New: Type `DataFrame` does not match asserted type `Unknown`

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

pandera/api/pandas/model.py

[error] invalid-argument-type - :211:13 - Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown | None]`
[error] invalid-argument-type - :231:17 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] not-iterable - :232:30 - Object of type `str | int | float | ... omitted 3 union elements` may not be iterable

pandera/backends/pandas/array.py

[warning] unused-ignore-comment - :248:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :255:76 - Unused blanket `type: ignore` directive

pandera/backends/pandas/builtin_checks.py

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

pandera/backends/pandas/checks.py

[error] no-matching-overload - :34:20 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :34:20 - No overload of bound method `groupby` matches arguments

pandera/backends/pandas/container.py

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

pandera/backends/pandas/error_formatters.py

[error] invalid-argument-type - :110:21 - Argument to bound method `rename` is incorrect: Expected `Mapping[Any, Hashable] | ((Any, /) -> Hashable) | None`, found `Literal["failure_case"]`
[warning] unused-ignore-comment - :102:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :128:72 - Unused blanket `type: ignore` directive

pandera/engines/numpy_engine.py

[error] no-matching-overload - :52:19 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :52:19 - No overload of bound method `astype` matches arguments
[warning] possibly-missing-attribute - :60:16 - Attribute `type` may be missing on object of type `@Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :77:16 - Attribute `name` may be missing on object of type `@Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements`

pandera/engines/pandas_engine.py

[warning] possibly-missing-attribute - :968:48 - Attribute `unit` may be missing on object of type `dtype[generic[Any]] | (ExtensionDtype & ~DatetimeTZDtype) | (Series[Any] & ~DatetimeTZDtype)`
[error] no-matching-overload - :1960:24 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :1962:26 - Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `ArrowDtype | None`
[error] no-matching-overload - :1986:24 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :1988:26 - Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `ArrowDtype | None`
[warning] unused-ignore-comment - :592:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :650:71 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :979 -
Old: Argument to bound method `__init__` is incorrect: Expected `Literal["ns"]`, found `(str & ~AlwaysFalsy) | @Todo`
New: Argument to bound method `__init__` is incorrect: Expected `Literal["ns"]`, found `(str & ~AlwaysFalsy) | Any`

pandera/engines/pyarrow_engine.py

[error] no-matching-overload - :433:20 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :435:22 - Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `ArrowDtype | None`
[error] no-matching-overload - :458:20 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :460:22 - Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `ArrowDtype | None`

pandera/io/pandas_io.py

[error] invalid-argument-type - :406:19 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`

pandera/typing/pandas.py

[error] invalid-argument-type - :381:45 - Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], Unknown] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`

tests/mypy/pandas_modules/pandas_dataframe.py

[error] invalid-return-type - :80 -
Old: Return type does not match returned value: expected `DataFrame[SchemaOut]`, found `Series[Any]`
New: Return type does not match returned value: expected `DataFrame[SchemaOut]`, found `DataFrame[Schema]`

tests/pandas/test_dtypes.py

[error] call-non-callable - :190:9 - Object of type `Timestamp` is not callable
[error] call-non-callable - :194:9 - Object of type `Series[Any]` is not callable

tests/pandas/test_logical_dtypes.py

[error] invalid-argument-type - :243:31 - Argument to bound method `check` is incorrect: Expected `DataType`, found `dtype[generic[Any]] | ExtensionDtype`

tests/pandas/test_model.py

[error] invalid-argument-type - :1687 -
Old: Argument to function `from_records` is incorrect: Expected `ndarray[@Todo, dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
New: Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
[error] invalid-argument-type - :1731 -
Old: Argument to function `from_records` is incorrect: Expected `ndarray[@Todo, dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
New: Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
[error] invalid-argument-type - :1758 -
Old: Argument to function `from_records` is incorrect: Expected `ndarray[@Todo, dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`
New: Argument to function `from_records` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`, found `list[Unknown | dict[Unknown | str, Unknown | str | float]]`

tests/pandas/test_pandas_engine.py

[error] invalid-argument-type - :123 -
Old: Argument to bound method `check` is incorrect: Expected `DataType`, found `@Todo | Series[Any]`
New: Argument to bound method `check` is incorrect: Expected `DataType`, found `dtype[generic[Any]] | ExtensionDtype | Series[Any]`

tests/pandas/test_pydantic.py

[error] invalid-argument-type - :308:53 - Argument to bound method `astype` is incorrect: Expected `type | str | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown] | dict[str | Unknown, Any | None | type[Any]]`

tests/pandas/test_schemas.py

[error] invalid-argument-type - :156:39 - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `Series[Any] | DataFrame`
[error] invalid-argument-type - :174:25 - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `Series[Any] | DataFrame`
[error] invalid-argument-type - :176:25 - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `Series[Any] | DataFrame`

parso (https://github.com/davidhalter/parso)

parso/utils.py

[warning] possibly-missing-attribute - :95:27 - Attribute `group` may be missing on object of type `Match[bytes] | None`
[error] no-matching-overload - :95:27 - No overload of function `match` matches arguments

pip (https://github.com/pypa/pip)

src/pip/_internal/build_env.py

[error] invalid-argument-type - :58:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/pip/_internal/commands/search.py

[error] invalid-return-type - :85:16 - Return type does not match returned value: expected `list[dict[str, str]]`, found `list[Any] | (DateTime & Top[list[Unknown]]) | (Binary & Top[list[Unknown]])`

src/pip/_internal/req/req_install.py

[error] no-matching-overload - :460:16 - No overload of function `join` matches arguments

src/pip/_vendor/idna/codec.py

[error] invalid-argument-type - :114:9 - Argument to function `__new__` is incorrect: Expected `_Decoder`, found `bound method Codec.decode(data: bytes, errors: str = Literal["strict"]) -> tuple[str, int]`

src/pip/_internal/locations/_distutils.py

[error] no-matching-overload - :101:29 - No overload of function `join` matches arguments

src/pip/_internal/network/session.py

[error] invalid-assignment - :246:13 - Implicit shadowing of function `close`

src/pip/_internal/operations/install/wheel.py

[error] invalid-assignment - :227:16 - Object of type `bytes` is not assignable to `str`

src/pip/_internal/vcs/versioncontrol.py

[error] invalid-return-type - :100:12 - Return type does not match returned value: expected `str | None`, found `bytes`

src/pip/_vendor/distlib/scripts.py

[warning] possibly-missing-attribute - :380 -
Old: Attribute `readline` may be missing on object of type `@Todo | None`
New: Attribute `readline` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
[warning] possibly-missing-attribute - :381 -
Old: Attribute `seek` may be missing on object of type `@Todo | None`
New: Attribute `seek` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
[warning] possibly-missing-attribute - :388 -
Old: Attribute `read` may be missing on object of type `@Todo | None`
New: Attribute `read` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`

src/pip/_vendor/distlib/util.py

[warning] possibly-missing-attribute - :1484 -
Old: Attribute `getpeercert` may be missing on object of type `socket | @Todo`
New: Attribute `getpeercert` may be missing on object of type `socket | Any`

src/pip/_vendor/packaging/metadata.py

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

src/pip/_vendor/pkg_resources/__init__.py

[error] no-matching-overload - :3281:15 - No overload of function `normalize_path` matches arguments

src/pip/_vendor/truststore/_macos.py

[warning] unused-ignore-comment - :276:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :277:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :278:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :279:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :280:56 - Unused blanket `type: ignore` directive

src/pip/_vendor/urllib3/contrib/securetransport.py

[error] invalid-argument-type - :671:31 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`

src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py

[error] invalid-argument-type - :149:40 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :149:40 - Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

src/pip/_vendor/urllib3/util/ssl_.py

[error] invalid-argument-type - :182:62 - Argument to function `wrap_socket` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | None`, found `Unknown | None | VerifyMode | bool`
[error] invalid-argument-type - :182:62 - Argument to function `wrap_socket` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | None`, found `Unknown | None | VerifyMode | bool`

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

src/poetry/publishing/uploader.py

[error] invalid-argument-type - :206 -
Old: Argument to bound method `append` is incorrect: Expected `tuple[str, str]`, found `tuple[Literal["content"], tuple[str, @Todo, Literal["application/octet-stream"]]]`
New: Argument to bound method `append` is incorrect: Expected `tuple[str, str]`, found `tuple[Literal["content"], tuple[str, BufferedReader[_BufferedReaderStream], Literal["application/octet-stream"]]]`

tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py

[error] invalid-argument-type - :26 -
Old: Argument to function `setup` is incorrect: Expected `Mapping[str, @Todo]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
New: Argument to function `setup` is incorrect: Expected `Mapping[str, Any]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - :26 -
Old: Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, tuple[@Todo, @Todo]]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
New: Argument to function `setup` is incorrect: Expected `Mapping[str, Mapping[str, tuple[Any, Any]]]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`

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

src/prefect/deployments/schedules.py

[error] invalid-argument-type - :39:69 - Argument to function `create_deployment_schedule_create` is incorrect: Expected `IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule | Schedule`, found `DeploymentScheduleCreate | dict[str, Any] | IntervalSchedule | ... omitted 3 union elements`

src/prefect/server/database/orm_models.py

[error] invalid-argument-type - :1592:18 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :1608:18 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/prefect/_vendor/croniter/croniter.py

[error] invalid-argument-type - :258:51 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None | Literal[50]`
[error] invalid-argument-type - :1377:34 - Argument to function `crc32` is incorrect: Expected `Buffer`, found `Unknown | None`

src/prefect/cli/api.py

[error] invalid-argument-type - :238:21 - Argument to bound method `request` is incorrect: Expected `Literal["GET", "POST", "PUT", "DELETE", "PATCH"]`, found `str`

src/prefect/cli/cloud/ip_allowlist.py

[error] invalid-argument-type - :107:9 - Argument is incorrect: Expected `IPv4Network | IPv6Network`, found `str`
[error] invalid-type-form - :101:13 - Variable of type `Literal["IPv4Network | IPv6Network"]` is not allowed in a type expression

src/prefect/cli/deploy/_core.py

[error] invalid-argument-type - :356:62 - Argument to function `_create_deployment_triggers` is incorrect: Expected `list[EventTrigger | MetricTrigger | CompoundTrigger | SequenceTrigger]`, found `list[DeploymentEventTrigger | DeploymentMetricTrigger | DeploymentCompoundTrigger | DeploymentSequenceTrigger] | list[Unknown]`

src/prefect/client/schemas/objects.py

[error] invalid-type-form - :974:17 - Variable of type `Literal["IPv4Network | IPv6Network"]` is not allowed in a type expression

src/prefect/deployments/runner.py

[error] unresolved-attribute - :296:16 - Object of type `EventTrigger | MetricTrigger | CompoundTrigger | SequenceTrigger` has no attribute `name`
[error] invalid-assignment - :297:17 - Object of type `str` is not assignable to attribute `name` on type `EventTrigger | MetricTrigger | CompoundTrigger | SequenceTrigger`
[error] invalid-assignment - :540:13 - Object of type `list[TimeToCompletionSla | LatenessSla | FrequencySla | None]` is not assignable to attribute `_sla` of type `TimeToCompletionSla | LatenessSla | FrequencySla | list[TimeToCompletionSla | LatenessSla | FrequencySla] | None`
[error] invalid-argument-type - :629:55 - Argument to function `create_deployment_schedule_create` is incorrect: Expected `IntervalSchedule | CronSchedule | RRuleSchedule | NoSchedule | Schedule`, found `IntervalSchedule | CronSchedule | RRuleSchedule | ... omitted 3 union elements`
[error] invalid-argument-type - :543 -
Old: Argument to bound method `apply_slas_for_deployment` is incorrect: Expected `list[@Todo]`, found `@Todo | list[@Todo] | None`
New: Argument to bound method `apply_slas_for_deployment` is incorrect: Expected `list[TimeToCompletionSla | LatenessSla | FrequencySla]`, found `list[TimeToCompletionSla | LatenessSla | FrequencySla] | TimeToCompletionSla | LatenessSla | FrequencySla | None`

src/prefect/filesystems.py

[error] unsupported-operator - :155:13 - Operator `/` is unsupported between objects of type `str | None` and `Path`
[error] invalid-argument-type - :162:18 - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :162:29 - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`
[error] unsupported-operator - :190:13 - Operator `/` is unsupported between objects of type `str | None` and `Path`
[error] unsupported-operator - :191:23 - Operator `/` is unsupported between objects of type `str | None` and `Path`
[error] invalid-argument-type - :198:61 - Argument to bound method `relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :206:18 - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :206:29 - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`
[error] invalid-argument-type - :251:17 - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :283:61 - Argument to bound method `relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :295:17 - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :157:39 - Argument to bound method `_get_ignore_func` is incorrect: Expected `str`, found `Path`
[error] unsupported-operator - :157:51 - Operator `/` is unsupported between objects of type `str | None` and `Path`

src/prefect/server/database/alembic_commands.py

[error] invalid-argument-type - :44:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/prefect/server/events/triggers.py

[error] invalid-argument-type - :340:17 - Argument is incorrect: Expected `EventTrigger | CompoundTrigger | SequenceTrigger`, found `CompositeTrigger`
[error] invalid-argument-type - :391:17 - Argument is incorrect: Expected `EventTrigger | CompoundTrigger | SequenceTrigger`, found `CompositeTrigger`

src/prefect/task_engine.py

[error] invalid-assignment - :327:13 - Object of type `Unknown | None | (((Task[Unknown, Any], TaskRun, State[Any], /) -> Awaitable[bool] | bool) & (() -> object))` is not assignable to `((Task[P@SyncTaskRunEngine, Coroutine[Any, Any, R@SyncTaskRunEngine]], TaskRun, State[R@SyncTaskRunEngine], /) -> bool) | None`
[error] no-matching-overload - :343:32 - No overload of function `run_coro_as_sync` matches arguments
[error] invalid-assignment - :920:13 - Object of type `Unknown | None | (((Task[Unknown, Any], TaskRun, State[Any], /) -> Awaitable[bool] | bool) & (() -> object))` is not assignable to `((Task[P@AsyncTaskRunEngine, Coroutine[Any, Any, R@AsyncTaskRunEngine]], TaskRun, State[R@AsyncTaskRunEngine], /) -> bool) | None`
[error] invalid-argument-type - :344:37 - Argument is incorrect: Expected `Task[P@SyncTaskRunEngine, Coroutine[Any, Any, R@SyncTaskRunEngine]]`, found `Task[P@SyncTaskRunEngine, R@SyncTaskRunEngine] | Task[P@SyncTaskRunEngine, Coroutine[Any, Any, R@SyncTaskRunEngine]]`
[error] invalid-await - :936:38 - `bool | Unknown` is not awaitable
[error] invalid-argument-type - :936:54 - Argument is incorrect: Expected `Task[P@AsyncTaskRunEngine, Coroutine[Any, Any, R@AsyncTaskRunEngine]]`, found `Task[P@AsyncTaskRunEngine, R@AsyncTaskRunEngine] | Task[P@AsyncTaskRunEngine, Coroutine[Any, Any, R@AsyncTaskRunEngine]]`

src/prefect/tasks.py

[error] invalid-argument-type - :778:13 - Argument to bound method `__init__` is incorrect: Expected `(() -> str) | TaskRunNameCallbackWithParameters | str | None`, found `(() -> str) | TaskRunNameCallbackWithParameters | str | ... omitted 3 union elements`

src/prefect/utilities/_engine.py

[error] invalid-argument-type - :64:13 - Argument to bound method `is_callback_with_parameters` is incorrect: Expected `(...) -> str`, found `(Unknown & (() -> object)) | (() -> str) | (TaskRunNameCallbackWithParameters & (() -> object)) | (str & (() -> object))`
[error] unknown-argument - :66:48 - Argument `parameters` does not match any known parameter

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

psycopg/psycopg/connection.py

[error] no-matching-overload - :562:13 - No overload of bound method `execute` matches arguments

psycopg/psycopg/connection_async.py

[error] no-matching-overload - :617:19 - No overload of bound method `execute` matches arguments

psycopg/psycopg/_queries.py

[error] invalid-return-type - :146:20 - Return type does not match returned value: expected `Sequence[Any]`, found `Sequence[Any] | Mapping[str, Any]`
[error] invalid-argument-type - :473:50 - Argument to bound method `dump_sequence` is incorrect: Expected `Sequence[Any]`, found `Sequence[Any] | Mapping[str, Any]`
[warning] unused-ignore-comment - :155:60 - Unused blanket `type: ignore` directive

psycopg/psycopg/_server_cursor_base.py

[error] invalid-assignment - :213:21 - Object of type `str` is not assignable to `LiteralString | bytes | SQL | Composed | Template`
[error] invalid-argument-type - :215:29 - Argument to bound method `__init__` is incorrect: Expected `LiteralString`, found `LiteralString | (bytes & ~Composable) | (Template & ~Composable)`

psycopg/psycopg/errors.py

[error] invalid-return-type - :299:16 - Return type does not match returned value: expected `PGresult | None`, found `Unknown | PGresult | dict[int, bytes | None] | None`
[error] invalid-argument-type - :514:38 - Argument to bound method `get` is incorrect: Expected `Never`, found `DiagnosticField`

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

pwndbg/aglib/dt.py

[error] invalid-argument-type - :71:40 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :117:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/integration.py

[error] invalid-argument-type - :40:56 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/commands/ropper.py

[error] invalid-argument-type - :55:29 - Argument to function `call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[Unknown | str | None]`

pwndbg/aglib/argv.py

[error] invalid-argument-type - :38:22 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - :274:28 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | @Todo`
[error] invalid-argument-type - :461:34 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :609:28 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | @Todo`
[error] invalid-argument-type - :1380:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`

pwndbg/aglib/kernel/macros.py

[error] invalid-argument-type - :19:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/kernel/nftables.py

[error] invalid-argument-type - :98:49 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :115:65 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :120:20 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :126:16 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :150:19 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :153:17 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :174:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :273:47 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :393:17 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] invalid-argument-type - :458:17 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`

pwndbg/aglib/kernel/slab.py

[error] invalid-argument-type - :362:20 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`

pwndbg/aglib/objc.py

[error] invalid-argument-type - :68:58 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`

pwndbg/aglib/shellcode.py

[error] invalid-argument-type - :99:27 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/__init__.py

[error] invalid-argument-type - :555:16 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Value | None`

pwndbg/commands/argv.py

[error] invalid-argument-type - :34:49 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :61:49 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/binder.py

[error] invalid-argument-type - :359:76 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :366:36 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :370:36 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :372:36 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :374:36 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :389:46 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :393:85 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/binja_functions.py

[error] invalid-assignment - :42:24 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `int | None`
[error] invalid-assignment - :80:47 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `tuple[int, int] | None`
[error] invalid-assignment - :138:23 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `int | None`

pwndbg/commands/cymbol.py

[error] no-matching-overload - :257:9 - No overload of function `run` matches arguments

pwndbg/commands/kbpf.py

[error] invalid-argument-type - :148:33 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/pie.py

[error] invalid-argument-type - :56:18 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

pwndbg/commands/probeleak.py

[error] invalid-argument-type - :92:19 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

pwndbg/commands/rop.py

[error] invalid-argument-type - :51:34 - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `Unknown | None | bytes`
[error] invalid-argument-type - :49 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | bytes`

pwndbg/commands/search.py

[warning] possibly-missing-attribute - :242:17 - Attribute `encode` may be missing on object of type `Unknown | bytes`
[error] invalid-argument-type - :246:38 - Argument to function `asm` is incorrect: Expected `str`, found `Unknown | bytes`
[warning] possibly-missing-attribute - :259:21 - Attribute `encode` may be missing on object of type `Unknown | bytes`

pwndbg/commands/start.py

[error] invalid-argument-type - :29:16 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :34:12 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/dbg/gdb/__init__.py

[error] invalid-argument-type - :172:20 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/dbg/lldb/__init__.py

[error] invalid-argument-type - :226:29 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/exception.py

[error] call-non-callable - :90:13 - Object of type `None` is not callable

pwndbg/gdblib/ptmalloc2_tracking.py

[error] invalid-argument-type - :461:23 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - :537:23 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/integration/binja.py

[error] invalid-assignment - :123:24 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `str`
[error] invalid-argument-type - :166:48 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type[BaseException] | None`
[error] unresolved-attribute - :167:16 - Object of type `None` has no attribute `args`
[warning] possibly-missing-attribute - :167:43 - Attribute `args` may be missing on object of type `BaseException | None`
[warning] possibly-missing-attribute - :176:63 - Attribute `__qualname__` may be missing on object of type `type[BaseException] | None`
[error] invalid-assignment - :304:22 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `list[int]`
[error] invalid-assignment - :468:27 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `str | None`
[error] invalid-assignment - :471:40 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `tuple[str, int] | None`
[error] invalid-assignment - :478:38 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `tuple[str, int] | None`
[error] invalid-assignment - :490:27 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `str`
[error] invalid-assignment - :491:27 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `str`
[error] invalid-assignment - :506:31 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `list[str]`
[error] invalid-assignment - :512:66 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `list[tuple[int, list[tuple[str, str]]]] | None`
[error] invalid-assignment - :590:71 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `tuple[tuple[str, int, str], list[tuple[str, int, str]]]`
[error] invalid-assignment - :627:44 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `tuple[int, str, int] | None`

pwndbg/integration/ida.py

[error] invalid-argument-type - :138:49 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Divergent, ...]`, found `type[BaseException] | None`
[warning] possibly-missing-attribute - :139:16 - Attribute `args` may be missing on object of type `BaseException | None`
[warning] possibly-missing-attribute - :139:44 - Attribute `args` may be missing on object of type `BaseException | None`
[warning] possibly-missing-attribute - :148:58 - Attribute `__qualname__` may be missing on object of type `type[BaseException] | None`
[error] invalid-assignment - :289:20 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `int`
[error] invalid-assignment - :290:17 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `int`
[error] invalid-assignment - :351:27 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `bytes | None`
[error] invalid-assignment - :503:24 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `str | None`
[error] invalid-assignment - :513:24 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `str | None`
[error] invalid-assignment - :602:32 - Object of type `int | float | str | ... omitted 9 union elements` is not assignable to `dict[Any, Any]`

pwndbg/lib/memory.py

[error] invalid-argument-type - :180:82 - Argument to function `format_address` is incorrect: Expected `str | None`, found `Unknown | str | bytes`

pybind11 (https://github.com/pybind/pybind11)

pybind11/setup_helpers.py

[error] unsupported-operator - :319:38 - Operator `+` is unsupported between objects of type `str` and `bytes`

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

pydantic/_internal/_decorators.py

[error] invalid-type-form - :216:56 - Variable of type `Literal["Union[\n ValidatorDecoratorInfo,\n FieldValidatorDecoratorInfo,\n RootValidatorDecoratorInfo,\n FieldSerializerDecoratorInfo,\n ModelSerializerDecoratorInfo,\n ModelValidatorDecoratorInfo,\n ComputedFieldInfo,\n]"]` is not allowed in a type expression
[error] invalid-type-form - :711:43 - Variable of type `Literal["Union[classmethod[Any, Any, Any], staticmethod[Any, Any], partialmethod[Any], Callable[..., Any]]"]` is not allowed in a type expression
[error] invalid-type-form - :730:53 - Variable of type `Literal["Union[classmethod[Any, Any, Any], staticmethod[Any, Any], partialmethod[Any], Callable[..., Any]]"]` is not allowed in a type expression
[warning] unused-ignore-comment - :742:39 - Unused blanket `type: ignore` directive
[error] invalid-type-form - :746:40 - Variable of type `Literal["Union[classmethod[Any, Any, Any], staticmethod[Any, Any], partialmethod[Any], Callable[..., Any]]"]` is not allowed in a type expression

pydantic/_internal/_generate_schema.py

[error] invalid-assignment - :2482 -
Old: Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[@Todo, Literal["no-info", "with-info"]], ((...) -> Any, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements, /) -> InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements]`
New: Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[Literal["before", "after", "wrap", "plain"], Literal["no-info", "with-info"]], ((...) -> Any, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements, /) -> InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements]`

pydantic/_internal/_schema_gather.py

[error] invalid-argument-type - :66:51 - Argument to bound method `append` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`
[error] invalid-argument-type - :97:33 - Argument to function `traverse_definition_ref` is incorrect: Expected `DefinitionReferenceSchema`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`
[error] invalid-argument-type - :101:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ComputedField`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `FormatSerSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `SimpleSerSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `ToStringSerSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :101:32 - Unknown key "schema" for TypedDict `UuidSchema`: Unknown key "schema"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `AnySchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ArgumentsSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ArgumentsV3Schema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `BoolSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `BytesSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `CallSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `CallableSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ChainSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ComplexSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ComputedField`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `CustomErrorSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `DataclassArgsSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `DataclassSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `DateSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `DatetimeSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `DecimalSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `DefinitionReferenceSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `DictSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `EnumSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `FloatSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `FormatSerSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `FrozenSetSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `GeneratorSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `IntSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `InvalidSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `IsInstanceSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `IsSubclassSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `JsonOrPythonSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `JsonSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `LaxOrStrictSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ListSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `LiteralSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `MissingSentinelSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ModelFieldsSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ModelSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ModelSerSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `MultiHostUrlSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `NoneSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `NullableSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `SetSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `SimpleSerSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `StringSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `TaggedUnionSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `TimeSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `TimedeltaSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `ToStringSerSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `TupleSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `TypedDictSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `UnionSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `UrlSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `UuidSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `WithDefaultSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "definitions"
[error] invalid-key - :102:34 - Unknown key "definitions" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "definitions"
[error] invalid-argument-type - :103:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-argument-type - :106:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 52 union elements`
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `AnySchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ArgumentsSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `BoolSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `BytesSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `CallSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `CallableSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ChainSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ComplexSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ComputedField`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `CustomErrorSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DataclassArgsSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DataclassSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DateSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DatetimeSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DecimalSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DefinitionsSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `DictSchema` - did you mean "keys_schema"?
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `EnumSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `FloatSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `FormatSerSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `IntSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `InvalidSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `IsInstanceSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `IsSubclassSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `JsonSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `LiteralSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `MissingSentinelSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ModelFieldsSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ModelSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ModelSerSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `NoneSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `NullableSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `SimpleSerSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `StringSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `TaggedUnionSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `TimeSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `TimedeltaSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `ToStringSerSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `TypedDictSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `UnionSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `UrlSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `UuidSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `WithDefaultSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "items_schema"
[error] invalid-key - :106:36 - Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `AnySchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ArgumentsSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `BoolSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `BytesSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `CallSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `CallableSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ChainSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ComplexSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ComputedField`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `CustomErrorSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DataclassArgsSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DataclassSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DateSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DatetimeSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DecimalSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DefinitionsSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `DictSchema` - did you mean "keys_schema"?
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `EnumSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `FloatSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `FormatSerSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `IntSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `InvalidSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `IsInstanceSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `IsSubclassSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `JsonSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `LiteralSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `MissingSentinelSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ModelFieldsSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ModelSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ModelSerSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `NoneSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `NullableSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `SimpleSerSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `StringSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `TaggedUnionSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `TimeSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `TimedeltaSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `ToStringSerSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `TypedDictSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `UnionSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `UrlSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `UuidSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `WithDefaultSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "items_schema"
[error] invalid-key - :109:29 - Unknown key "items_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "items_schema"
[error] invalid-argument-type - :110:33 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | str | InvalidSchema | ... omitted 51 union elements`
[error] invalid-argument-type - :113:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `AnySchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ArgumentsSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `BoolSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `BytesSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `CallSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `CallableSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ChainSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ComplexSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ComputedField`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `CustomErrorSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `DataclassArgsSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `DataclassSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `DateSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `DatetimeSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `DecimalSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `DefinitionsSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `EnumSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `FloatSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `FormatSerSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `FrozenSetSchema` - did you mean "items_schema"?
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `GeneratorSchema` - did you mean "items_schema"?
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `IntSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `InvalidSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `IsInstanceSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `IsSubclassSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `JsonSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ListSchema` - did you mean "items_schema"?
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `LiteralSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `MissingSentinelSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ModelFieldsSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ModelSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ModelSerSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `NoneSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `NullableSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `SetSchema` - did you mean "items_schema"?
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `SimpleSerSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `StringSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `TaggedUnionSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `TimeSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `TimedeltaSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `ToStringSerSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `TupleSchema` - did you mean "items_schema"?
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `TypedDictSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `UnionSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `UrlSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `UuidSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `WithDefaultSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "keys_schema"
[error] invalid-key - :113:36 - Unknown key "keys_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "keys_schema"
[error] invalid-argument-type - :115:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `AnySchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ArgumentsSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `BoolSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `BytesSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `CallSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `CallableSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ChainSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ComplexSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ComputedField`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `CustomErrorSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `DataclassArgsSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `DataclassSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `DateSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `DatetimeSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `DecimalSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `DefinitionsSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `EnumSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `FloatSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `FormatSerSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `FrozenSetSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `GeneratorSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `IntSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `InvalidSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `IsInstanceSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `IsSubclassSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `JsonSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ListSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `LiteralSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `MissingSentinelSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ModelFieldsSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ModelSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ModelSerSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `NoneSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `NullableSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `SetSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `SimpleSerSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `StringSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `TaggedUnionSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `TimeSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `TimedeltaSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `ToStringSerSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `TupleSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `TypedDictSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `UnionSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `UrlSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `UuidSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `WithDefaultSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "values_schema"
[error] invalid-key - :115:36 - Unknown key "values_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "values_schema"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `AnySchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ArgumentsSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `BoolSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `BytesSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `CallSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `CallableSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ChainSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ComplexSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ComputedField`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `CustomErrorSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DataclassArgsSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DataclassSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DateSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DatetimeSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DecimalSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DefinitionsSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `DictSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `EnumSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `FloatSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `FormatSerSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `FrozenSetSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `GeneratorSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `IntSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `InvalidSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `IsInstanceSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `IsSubclassSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `JsonSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ListSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `LiteralSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `MissingSentinelSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ModelFieldsSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ModelSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ModelSerSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `NoneSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `NullableSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `SetSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `SimpleSerSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `StringSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `TimeSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `TimedeltaSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `ToStringSerSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `TupleSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `TypedDictSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `UrlSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `UuidSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `WithDefaultSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "choices"
[error] invalid-key - :117:30 - Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-argument-type - :119:33 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `object`
[error] invalid-argument-type - :121:33 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Hashable & ~tuple[object, ...]`
[warning] possibly-missing-attribute - :123:18 - Attribute `values` may be missing on object of type `Unknown | list[InvalidSchema | AnySchema | NoneSchema | ... omitted 50 union elements] | dict[Hashable, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements] | Literal["none", "int", "bool", "float", "str", ... omitted 17 literals]`
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `AnySchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ArgumentsSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ArgumentsV3Schema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `BoolSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `BytesSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `CallSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `CallableSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ChainSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ComplexSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ComputedField`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `CustomErrorSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DataclassArgsSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DataclassSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DateSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DatetimeSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DecimalSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DefinitionReferenceSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DefinitionsSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `DictSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `EnumSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `FloatSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `FormatSerSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `FrozenSetSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `GeneratorSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `IntSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `InvalidSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `IsInstanceSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `IsSubclassSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `JsonOrPythonSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `JsonSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `LaxOrStrictSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ListSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `LiteralSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `MissingSentinelSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ModelFieldsSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ModelSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ModelSerSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `MultiHostUrlSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `NoneSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `NullableSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `SetSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `SimpleSerSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `StringSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `TimeSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `TimedeltaSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `ToStringSerSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `TupleSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `TypedDictSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `UrlSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `UuidSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `WithDefaultSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "choices"
[error] invalid-key - :123:25 - Unknown key "choices" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "choices"
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `AfterValidatorFunctionSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `AnySchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ArgumentsSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ArgumentsV3Schema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `BeforeValidatorFunctionSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `BoolSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `BytesSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `CallSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `CallableSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ComplexSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ComputedField` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `CustomErrorSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DataclassArgsSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DataclassSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DateSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DatetimeSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DecimalSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DefinitionReferenceSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DefinitionsSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `DictSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `EnumSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `FloatSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `FormatSerSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `FrozenSetSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `GeneratorSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `IntSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `InvalidSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `IsInstanceSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `IsSubclassSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `JsonOrPythonSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `JsonSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `LaxOrStrictSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ListSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `LiteralSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `MissingSentinelSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ModelFieldsSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ModelSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ModelSerSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `MultiHostUrlSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `NoneSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `NullableSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `PlainSerializerFunctionSerSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `PlainValidatorFunctionSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `SetSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `SimpleSerSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `StringSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `TaggedUnionSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `TimeSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `TimedeltaSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `ToStringSerSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `TupleSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `TypedDictSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `UnionSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `UrlSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `UuidSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `WithDefaultSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `WrapSerializerFunctionSerSchema` - did you mean "type"?
[error] invalid-key - :126:28 - Unknown key "steps" for TypedDict `WrapValidatorFunctionSchema` - did you mean "type"?
[error] invalid-argument-type - :127:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-argument-type - :129:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `AnySchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ArgumentsSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `BoolSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `BytesSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `CallSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `CallableSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ChainSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ComplexSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ComputedField`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `CustomErrorSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DataclassArgsSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DataclassSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DateSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DatetimeSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DecimalSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DefinitionsSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `DictSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `EnumSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `FloatSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `FormatSerSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `FrozenSetSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `GeneratorSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `IntSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `InvalidSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `IsInstanceSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `IsSubclassSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `JsonSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ListSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `LiteralSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `MissingSentinelSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ModelFieldsSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ModelSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ModelSerSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `NoneSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `NullableSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `SetSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `SimpleSerSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `StringSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `TaggedUnionSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `TimeSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `TimedeltaSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `ToStringSerSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `TupleSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `TypedDictSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `UnionSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `UrlSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `UuidSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `WithDefaultSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "lax_schema"
[error] invalid-key - :129:32 - Unknown key "lax_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "lax_schema"
[error] invalid-argument-type - :130:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `AnySchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ArgumentsSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `BoolSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `BytesSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `CallSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `CallableSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ChainSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ComplexSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ComputedField`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `CustomErrorSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DataclassArgsSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DataclassSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DateSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DatetimeSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DecimalSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DefinitionsSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `DictSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `EnumSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `FloatSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `FormatSerSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `FrozenSetSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `GeneratorSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `IntSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `InvalidSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `IsInstanceSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `IsSubclassSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `JsonSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ListSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `LiteralSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `MissingSentinelSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ModelFieldsSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ModelSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ModelSerSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `NoneSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `NullableSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `SetSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `SimpleSerSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `StringSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `TaggedUnionSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `TimeSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `TimedeltaSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `ToStringSerSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `TupleSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `TypedDictSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `UnionSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `UrlSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `UuidSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `WithDefaultSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "strict_schema"
[error] invalid-key - :130:32 - Unknown key "strict_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "strict_schema"
[error] invalid-argument-type - :132:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `AnySchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ArgumentsSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `BoolSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `BytesSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `CallSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `CallableSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ChainSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ComplexSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ComputedField`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `CustomErrorSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DataclassArgsSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DataclassSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DateSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DatetimeSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DecimalSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DefinitionsSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `DictSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `EnumSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `FloatSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `FormatSerSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `FrozenSetSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `GeneratorSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `IntSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `InvalidSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `IsInstanceSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `IsSubclassSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `JsonSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ListSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `LiteralSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `MissingSentinelSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ModelFieldsSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ModelSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ModelSerSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `NoneSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `NullableSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `SetSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `SimpleSerSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `StringSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `TaggedUnionSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `TimeSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `TimedeltaSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `ToStringSerSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `TupleSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `TypedDictSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `UnionSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `UrlSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `UuidSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `WithDefaultSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "json_schema"
[error] invalid-key - :132:32 - Unknown key "json_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "json_schema"
[error] invalid-argument-type - :133:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `AnySchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ArgumentsSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `BoolSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `BytesSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `CallSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `CallableSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ChainSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ComplexSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ComputedField`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `CustomErrorSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DataclassArgsSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DataclassSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DateSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DatetimeSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DecimalSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DefinitionsSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `DictSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `EnumSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `FloatSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `FormatSerSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `FrozenSetSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `GeneratorSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `IntSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `InvalidSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `IsInstanceSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `IsSubclassSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `JsonSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ListSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `LiteralSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `MissingSentinelSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ModelFieldsSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ModelSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ModelSerSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `NoneSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `NullableSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `SetSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `SimpleSerSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `StringSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `TaggedUnionSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `TimeSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `TimedeltaSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `ToStringSerSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `TupleSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `TypedDictSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `UnionSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `UrlSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `UuidSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `WithDefaultSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "python_schema"
[error] invalid-key - :133:32 - Unknown key "python_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "python_schema"
[error] invalid-argument-type - :136:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `AnySchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ArgumentsSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `BoolSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `BytesSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `CallSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `CallableSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ChainSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ComplexSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ComputedField`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `CustomErrorSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DataclassArgsSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DataclassSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DateSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DatetimeSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DecimalSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DefinitionsSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `DictSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `EnumSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `FloatSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `FormatSerSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `FrozenSetSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `GeneratorSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `IntSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `InvalidSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `IsInstanceSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `IsSubclassSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `JsonSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ListSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `LiteralSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `MissingSentinelSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ModelSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ModelSerSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `NoneSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `NullableSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `SetSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `SimpleSerSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `StringSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `TaggedUnionSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `TimeSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `TimedeltaSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `ToStringSerSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `TupleSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `UnionSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `UrlSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `UuidSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `WithDefaultSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "extras_schema"
[error] invalid-key - :136:36 - Unknown key "extras_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "extras_schema"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `AnySchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ArgumentsSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ArgumentsV3Schema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `BoolSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `BytesSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `CallSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `CallableSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ChainSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ComplexSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ComputedField`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `CustomErrorSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `DataclassSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `DateSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `DatetimeSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `DecimalSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `DefinitionReferenceSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `DefinitionsSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `DictSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `EnumSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `FloatSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `FormatSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `FrozenSetSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `GeneratorSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `IntSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `InvalidSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `IsInstanceSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `IsSubclassSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `JsonOrPythonSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `JsonSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `LaxOrStrictSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ListSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `LiteralSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `MissingSentinelSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ModelSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ModelSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `MultiHostUrlSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `NoneSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `NullableSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `SetSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `SimpleSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `StringSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `TaggedUnionSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `TimeSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `TimedeltaSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `ToStringSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `TupleSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `UnionSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `UrlSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `UuidSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `WithDefaultSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :138:29 - Unknown key "computed_fields" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-argument-type - :139:33 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | ComputedField | Literal["n", "o", "e", "i", "t", ... omitted 17 literals]`
[warning] possibly-missing-attribute - :140:18 - Attribute `values` may be missing on object of type `Unknown | dict[str, TypedDictField] | dict[str, ModelField] | ... omitted 3 union elements`
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `AnySchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ArgumentsSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ArgumentsV3Schema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `BoolSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `BytesSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `CallSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `CallableSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ChainSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ComplexSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ComputedField`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `CustomErrorSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `DateSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `DatetimeSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `DecimalSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `DefinitionReferenceSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `DefinitionsSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `DictSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `EnumSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `FloatSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `FormatSerSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `FrozenSetSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `GeneratorSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `IntSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `InvalidSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `IsInstanceSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `IsSubclassSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `JsonOrPythonSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `JsonSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `LaxOrStrictSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ListSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `LiteralSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `MissingSentinelSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ModelSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ModelSerSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `MultiHostUrlSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `NoneSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `NullableSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `SetSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `SimpleSerSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `StringSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `TaggedUnionSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `TimeSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `TimedeltaSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `ToStringSerSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `TupleSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `UnionSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `UrlSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `UuidSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `WithDefaultSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "fields"
[error] invalid-key - :140:25 - Unknown key "fields" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-argument-type - :141:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | TypedDictField | ModelField`
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `AnySchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ArgumentsSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ArgumentsV3Schema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `BoolSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `BytesSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `CallSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `CallableSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ChainSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ComplexSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ComputedField`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `CustomErrorSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `DataclassSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `DateSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `DatetimeSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `DecimalSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `DefinitionReferenceSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `DefinitionsSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `DictSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `EnumSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `FloatSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `FormatSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `FrozenSetSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `GeneratorSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `IntSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `InvalidSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `IsInstanceSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `IsSubclassSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `JsonOrPythonSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `JsonSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `LaxOrStrictSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ListSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `LiteralSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `MissingSentinelSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ModelSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ModelSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `MultiHostUrlSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `NoneSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `NullableSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `SetSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `SimpleSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `StringSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `TaggedUnionSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `TimeSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `TimedeltaSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `ToStringSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `TupleSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `UnionSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `UrlSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `UuidSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `WithDefaultSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "computed_fields"
[error] invalid-key - :144:29 - Unknown key "computed_fields" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "computed_fields"
[error] invalid-argument-type - :145:33 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | ComputedField | Literal["n", "o", "e", "i", "t", ... omitted 17 literals]`
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `AnySchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ArgumentsSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ArgumentsV3Schema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `BoolSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `BytesSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `CallSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `CallableSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ChainSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ComplexSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ComputedField`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `CustomErrorSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `DateSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `DatetimeSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `DecimalSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `DefinitionReferenceSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `DefinitionsSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `DictSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `EnumSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `FloatSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `FormatSerSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `FrozenSetSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `GeneratorSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `IntSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `InvalidSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `IsInstanceSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `IsSubclassSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `JsonOrPythonSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `JsonSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `LaxOrStrictSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ListSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `LiteralSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `MissingSentinelSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ModelSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ModelSerSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `MultiHostUrlSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `NoneSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `NullableSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `SetSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `SimpleSerSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `StringSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `TaggedUnionSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `TimeSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `TimedeltaSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `ToStringSerSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `TupleSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `UnionSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `UrlSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `UuidSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `WithDefaultSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "fields"
[error] invalid-key - :146:25 - Unknown key "fields" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "fields"
[error] invalid-argument-type - :147:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | str | DataclassField`
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `AnySchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `BoolSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `BytesSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `CallableSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ChainSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ComplexSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ComputedField`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DataclassSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DateSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DatetimeSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DecimalSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `DictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `EnumSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `FloatSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `FormatSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `GeneratorSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `IntSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `InvalidSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `JsonSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ListSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `LiteralSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ModelSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ModelSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `NoneSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `NullableSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `SetSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `StringSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `TimeSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `TupleSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `TypedDictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `UnionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `UrlSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `UuidSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :149:25 - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-argument-type - :150:29 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["schema"]` on object of type `str`
[error] invalid-argument-type - :152:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `AnySchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `BoolSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `BytesSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `CallSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `CallableSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ChainSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ComplexSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ComputedField`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `CustomErrorSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DataclassArgsSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DataclassSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DateSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DatetimeSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DecimalSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DefinitionsSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `DictSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `EnumSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `FloatSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `FormatSerSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `FrozenSetSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `GeneratorSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `IntSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `InvalidSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `IsInstanceSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `IsSubclassSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `JsonSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ListSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `LiteralSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `MissingSentinelSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ModelFieldsSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ModelSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ModelSerSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `NoneSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `NullableSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `SetSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `SimpleSerSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `StringSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `TaggedUnionSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `TimeSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `TimedeltaSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `ToStringSerSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `TupleSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `TypedDictSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `UnionSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `UrlSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `UuidSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `WithDefaultSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "var_args_schema"
[error] invalid-key - :152:36 - Unknown key "var_args_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "var_args_schema"
[error] invalid-argument-type - :154:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `AnySchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `BoolSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `BytesSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `CallSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `CallableSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ChainSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ComplexSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ComputedField`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `CustomErrorSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DataclassArgsSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DataclassSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DateSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DatetimeSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DecimalSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DefinitionsSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `DictSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `EnumSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `FloatSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `FormatSerSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `FrozenSetSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `GeneratorSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `IntSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `InvalidSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `IsInstanceSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `IsSubclassSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `JsonSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ListSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `LiteralSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `MissingSentinelSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ModelFieldsSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ModelSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ModelSerSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `NoneSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `NullableSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `SetSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `SimpleSerSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `StringSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `TaggedUnionSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `TimeSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `TimedeltaSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `ToStringSerSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `TupleSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `TypedDictSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `UnionSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `UrlSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `UuidSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `WithDefaultSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :154:36 - Unknown key "var_kwargs_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "var_kwargs_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `AnySchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `BoolSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `BytesSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `CallableSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ChainSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ComplexSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ComputedField`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DataclassSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DateSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DatetimeSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DecimalSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `DictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `EnumSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `FloatSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `FormatSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `GeneratorSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `IntSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `InvalidSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `JsonSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ListSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `LiteralSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ModelSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ModelSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `NoneSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `NullableSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `SetSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `StringSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `TimeSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `TupleSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `TypedDictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `UnionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `UrlSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `UuidSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :156:25 - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-argument-type - :157:29 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["schema"]` on object of type `str`
[error] invalid-argument-type - :159:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | list[ArgumentsParameter] | list[ArgumentsV3Parameter] | ... omitted 53 union elements`
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `AnySchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `BoolSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `BytesSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `CallableSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ChainSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ComplexSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ComputedField`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `CustomErrorSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DataclassArgsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DataclassSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DateSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DatetimeSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DecimalSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DefinitionsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `DictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `EnumSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `FloatSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `FormatSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `FrozenSetSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `GeneratorSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `IntSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `InvalidSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `IsInstanceSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `IsSubclassSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `JsonSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ListSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `LiteralSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `MissingSentinelSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ModelFieldsSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ModelSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ModelSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `NoneSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `NullableSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `SetSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `SimpleSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `StringSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `TaggedUnionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `TimeSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `TimedeltaSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `ToStringSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `TupleSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `TypedDictSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `UnionSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `UrlSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `UuidSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `WithDefaultSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "arguments_schema"
[error] invalid-key - :159:32 - Unknown key "arguments_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "arguments_schema"
[error] invalid-argument-type - :161:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `AnySchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ArgumentsSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `BoolSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `BytesSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `CallableSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ChainSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ComplexSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `CustomErrorSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DataclassArgsSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DataclassSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DateSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DatetimeSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DecimalSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DefinitionsSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `DictSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `EnumSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `FloatSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `FormatSerSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `FrozenSetSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `GeneratorSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `IntSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `InvalidSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `IsInstanceSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `IsSubclassSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `JsonSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ListSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `LiteralSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `MissingSentinelSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ModelFieldsSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ModelSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ModelSerSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `NoneSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `NullableSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `SetSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `SimpleSerSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `StringSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `TaggedUnionSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `TimeSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `TimedeltaSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `ToStringSerSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `TupleSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `TypedDictSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `UnionSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `UrlSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `UuidSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `WithDefaultSchema`: Unknown key "return_schema"
[error] invalid-key - :161:36 - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-argument-type - :163:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `AnySchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ArgumentsSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `BoolSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `BytesSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `CallableSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ChainSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ComplexSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `CustomErrorSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DataclassArgsSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DataclassSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DateSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DatetimeSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DecimalSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DefinitionsSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `DictSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `EnumSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `FloatSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `FormatSerSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `FrozenSetSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `GeneratorSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `IntSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `InvalidSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `IsInstanceSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `IsSubclassSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `JsonSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ListSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `LiteralSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `MissingSentinelSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ModelFieldsSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ModelSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ModelSerSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `NoneSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `NullableSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `SetSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `SimpleSerSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `StringSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `TaggedUnionSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `TimeSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `TimedeltaSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `ToStringSerSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `TupleSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `TypedDictSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `UnionSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `UrlSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `UuidSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `WithDefaultSchema`: Unknown key "return_schema"
[error] invalid-key - :163:32 - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-argument-type - :166:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ComputedField`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `FormatSerSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `SimpleSerSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `ToStringSerSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :166:36 - Unknown key "schema" for TypedDict `UuidSchema`: Unknown key "schema"
[error] invalid-argument-type - :168:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `AnySchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `CallSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ComputedField`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DateSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `DictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `IntSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ListSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `SetSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `StringSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :168:36 - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-argument-type - :172:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `AnySchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ArgumentsSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `BoolSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `BytesSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `CallableSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ChainSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ComplexSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `CustomErrorSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DataclassArgsSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DataclassSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DateSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DatetimeSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DecimalSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DefinitionsSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `DictSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `EnumSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `FloatSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `FormatSerSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `FrozenSetSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `GeneratorSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `IntSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `InvalidSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `IsInstanceSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `IsSubclassSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `JsonSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ListSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `LiteralSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `MissingSentinelSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ModelFieldsSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ModelSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ModelSerSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `NoneSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `NullableSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `SetSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `SimpleSerSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `StringSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `TaggedUnionSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `TimeSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `TimedeltaSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `ToStringSerSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `TupleSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `TypedDictSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `UnionSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `UrlSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `UuidSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `WithDefaultSchema`: Unknown key "return_schema"
[error] invalid-key - :172:36 - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-argument-type - :174:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `AnySchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `CallSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ComputedField`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DateSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `DictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `IntSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ListSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `SetSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `StringSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :174:36 - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-argument-type - :178:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `AnySchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ArgumentsSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `BeforeValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `BoolSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `BytesSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `CallableSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ChainSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ComplexSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `CustomErrorSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DataclassArgsSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DataclassSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DateSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DatetimeSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DecimalSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DefinitionsSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `DictSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `EnumSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `FloatSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `FormatSerSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `FrozenSetSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `GeneratorSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `IntSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `InvalidSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `IsInstanceSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `IsSubclassSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `JsonSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ListSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `LiteralSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `MissingSentinelSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ModelFieldsSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ModelSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ModelSerSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `NoneSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `NullableSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `SetSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `SimpleSerSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `StringSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `TaggedUnionSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `TimeSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `TimedeltaSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `ToStringSerSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `TupleSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `TypedDictSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `UnionSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `UrlSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `UuidSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `WithDefaultSchema`: Unknown key "return_schema"
[error] invalid-key - :178:36 - Unknown key "return_schema" for TypedDict `WrapValidatorFunctionSchema`: Unknown key "return_schema"
[error] invalid-argument-type - :180:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ComputedField`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `FormatSerSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `SimpleSerSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `ToStringSerSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :180:36 - Unknown key "schema" for TypedDict `UuidSchema`: Unknown key "schema"
[error] invalid-argument-type - :182:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `AfterValidatorFunctionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `AnySchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ArgumentsV3Schema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `BoolSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `BytesSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `CallSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `CallableSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ChainSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ComplexSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ComputedField`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `CustomErrorSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DataclassArgsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DataclassSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DateSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DatetimeSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DecimalSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DefinitionsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `DictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `EnumSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `FloatSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `FormatSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `FrozenSetSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `GeneratorSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `IntSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `InvalidSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `IsInstanceSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `IsSubclassSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `JsonOrPythonSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `JsonSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `LaxOrStrictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ListSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `LiteralSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `MissingSentinelSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelFieldsSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ModelSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `MultiHostUrlSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `NoneSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `NullableSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `SetSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `SimpleSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `StringSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `TaggedUnionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `TimeSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `TimedeltaSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `ToStringSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `TupleSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `TypedDictSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `UnionSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `UrlSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `UuidSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `WithDefaultSchema`: Unknown key "json_schema_input_schema"
[error] invalid-key - :182:36 - Unknown key "json_schema_input_schema" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "json_schema_input_schema"
[error] invalid-argument-type - :185:29 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `Unknown | InvalidSchema | AnySchema | ... omitted 51 union elements`
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `AnySchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ArgumentsSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ArgumentsV3Schema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `BoolSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `BytesSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `CallSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `CallableSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ChainSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ComplexSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ComputedField`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `DataclassArgsSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `DateSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `DatetimeSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `DecimalSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `DefinitionReferenceSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `DictSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `EnumSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `FloatSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `FormatSerSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `FrozenSetSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `GeneratorSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `IntSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `InvalidSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `IsInstanceSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `IsSubclassSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `JsonOrPythonSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `LaxOrStrictSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ListSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `LiteralSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `MissingSentinelSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ModelFieldsSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `MultiHostUrlSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `NoneSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `PlainValidatorFunctionSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `SetSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `SimpleSerSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `StringSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `TaggedUnionSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `TimeSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `TimedeltaSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `ToStringSerSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `TupleSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `TypedDictSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `UnionSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `UrlSchema`: Unknown key "schema"
[error] invalid-key - :185:36 - Unknown key "schema" for TypedDict `UuidSchema`: Unknown key "schema"
[error] invalid-argument-type - :188:25 - Argument to function `traverse_schema` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`, found `SimpleSerSchema | PlainSerializerFunctionSerSchema | WrapSerializerFunctionSerSchema | ... omitted 7 union elements`
[error] invalid-key - :188:32 - Unknown key "serialization" for TypedDict `ComputedField`: Unknown key "serialization"
[error] invalid-key - :188:32 - Unknown key "serialization" for TypedDict `FormatSerSchema`: Unknown key "serialization"
[error] invalid-key - :188:32 - Unknown key "serialization" for TypedDict `ModelSerSchema`: Unknown key "serialization"
[error] invalid-key - :188:32 - Unknown key "serialization" for TypedDict `PlainSerializerFunctionSerSchema`: Unknown key "serialization"
[error] invalid-key - :188:32 - Unknown key "serialization" for TypedDict `SimpleSerSchema`: Unknown key "serialization"
[error] invalid-key - :188:32 - Unknown key "serialization" for TypedDict `ToStringSerSchema`: Unknown key "serialization"
[error] invalid-key - :188:32 - Unknown key "serialization" for TypedDict `WrapSerializerFunctionSerSchema`: Unknown key "serialization"
[error] invalid-type-form - :63:31 - Variable of type `Literal["CoreSchema | SerSchema | ComputedField"]` is not allowed in a type expression
[error] invalid-type-form - :90:29 - Variable of type `Literal["CoreSchema | SerSchema | ComputedField"]` is not allowed in a type expression

pydantic/_internal/_utils.py

[error] unsupported-operator - :33:35 - Operator `|` is unsupported between objects of type `<class 'Mapping[int, Any]'>` and `<class 'Mapping[str, Any]'>`
[error] unsupported-operator - :34:36 - Operator `|` is unsupported between objects of type `<class 'AbstractSet[int]'>` and `<class 'AbstractSet[str]'>`
[warning] unused-ignore-comment - :182:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :204:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :291:23 - Unused blanket `type: ignore` directive

pydantic/deprecated/copy_internals.py

[error] invalid-argument-type - :89:17 - Argument to function `_get_value` is incorrect: Expected `AbstractSet[int] | AbstractSet[str] | Mapping[int, Any] | Mapping[str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int] | ... omitted 3 union elements`
[error] invalid-argument-type - :90:17 - Argument to function `_get_value` is incorrect: Expected `AbstractSet[int] | AbstractSet[str] | Mapping[int, Any] | Mapping[str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int] | ... omitted 3 union elements`

pydantic/experimental/pipeline.py

[error] invalid-assignment - :447 -
Old: Invalid assignment to key "gt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGt & Decimal`
New: Invalid assignment to key "gt" with declared type `date` on TypedDict `DateSchema`: value of type `Decimal`
[error] invalid-assignment - :447 -
Old: Invalid assignment to key "gt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGt & Decimal`
New: Invalid assignment to key "gt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `Decimal`
[error] invalid-assignment - :447 -
Old: Invalid assignment to key "gt" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsGt & Decimal`
New: Invalid assignment to key "gt" with declared type `int | float` on TypedDict `FloatSchema`: value of type `Decimal`
[error] invalid-assignment - :447 -
Old: Invalid assignment to key "gt" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsGt & Decimal`
New: Invalid assignment to key "gt" with declared type `int` on TypedDict `IntSchema`: value of type `Decimal`
[error] invalid-assignment - :447 -
Old: Invalid assignment to key "gt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGt & Decimal`
New: Invalid assignment to key "gt" with declared type `time` on TypedDict `TimeSchema`: value of type `Decimal`
[error] invalid-assignment - :447 -
Old: Invalid assignment to key "gt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGt & Decimal`
New: Invalid assignment to key "gt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `Decimal`
[error] invalid-assignment - :463 -
Old: Invalid assignment to key "ge" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsGe & Decimal`
New: Invalid assignment to key "ge" with declared type `date` on TypedDict `DateSchema`: value of type `Decimal`
[error] invalid-assignment - :463 -
Old: Invalid assignment to key "ge" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsGe & Decimal`
New: Invalid assignment to key "ge" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `Decimal`
[error] invalid-assignment - :463 -
Old: Invalid assignment to key "ge" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsGe & Decimal`
New: Invalid assignment to key "ge" with declared type `int | float` on TypedDict `FloatSchema`: value of type `Decimal`
[error] invalid-assignment - :463 -
Old: Invalid assignment to key "ge" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsGe & Decimal`
New: Invalid assignment to key "ge" with declared type `int` on TypedDict `IntSchema`: value of type `Decimal`
[error] invalid-assignment - :463 -
Old: Invalid assignment to key "ge" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsGe & Decimal`
New: Invalid assignment to key "ge" with declared type `time` on TypedDict `TimeSchema`: value of type `Decimal`
[error] invalid-assignment - :463 -
Old: Invalid assignment to key "ge" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsGe & Decimal`
New: Invalid assignment to key "ge" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `Decimal`
[error] invalid-assignment - :478 -
Old: Invalid assignment to key "lt" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLt & Decimal`
New: Invalid assignment to key "lt" with declared type `date` on TypedDict `DateSchema`: value of type `Decimal`
[error] invalid-assignment - :478 -
Old: Invalid assignment to key "lt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLt & Decimal`
New: Invalid assignment to key "lt" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `Decimal`
[error] invalid-assignment - :478 -
Old: Invalid assignment to key "lt" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsLt & Decimal`
New: Invalid assignment to key "lt" with declared type `int | float` on TypedDict `FloatSchema`: value of type `Decimal`
[error] invalid-assignment - :478 -
Old: Invalid assignment to key "lt" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsLt & Decimal`
New: Invalid assignment to key "lt" with declared type `int` on TypedDict `IntSchema`: value of type `Decimal`
[error] invalid-assignment - :478 -
Old: Invalid assignment to key "lt" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLt & Decimal`
New: Invalid assignment to key "lt" with declared type `time` on TypedDict `TimeSchema`: value of type `Decimal`
[error] invalid-assignment - :478 -
Old: Invalid assignment to key "lt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLt & Decimal`
New: Invalid assignment to key "lt" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `Decimal`
[error] invalid-assignment - :493 -
Old: Invalid assignment to key "le" with declared type `date` on TypedDict `DateSchema`: value of type `SupportsLe & Decimal`
New: Invalid assignment to key "le" with declared type `date` on TypedDict `DateSchema`: value of type `Decimal`
[error] invalid-assignment - :493 -
Old: Invalid assignment to key "le" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `SupportsLe & Decimal`
New: Invalid assignment to key "le" with declared type `datetime` on TypedDict `DatetimeSchema`: value of type `Decimal`
[error] invalid-assignment - :493 -
Old: Invalid assignment to key "le" with declared type `int | float` on TypedDict `FloatSchema`: value of type `SupportsLe & Decimal`
New: Invalid assignment to key "le" with declared type `int | float` on TypedDict `FloatSchema`: value of type `Decimal`
[error] invalid-assignment - :493 -
Old: Invalid assignment to key "le" with declared type `int` on TypedDict `IntSchema`: value of type `SupportsLe & Decimal`
New: Invalid assignment to key "le" with declared type `int` on TypedDict `IntSchema`: value of type `Decimal`
[error] invalid-assignment - :493 -
Old: Invalid assignment to key "le" with declared type `time` on TypedDict `TimeSchema`: value of type `SupportsLe & Decimal`
New: Invalid assignment to key "le" with declared type `time` on TypedDict `TimeSchema`: value of type `Decimal`
[error] invalid-assignment - :493 -
Old: Invalid assignment to key "le" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `SupportsLe & Decimal`
New: Invalid assignment to key "le" with declared type `timedelta` on TypedDict `TimedeltaSchema`: value of type `Decimal`

pydantic/fields.py

[error] invalid-parameter-default - :943:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :983:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1026:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1066:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1109:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1148:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1188:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-argument-type - :1567:13 - 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`

pydantic/functional_serializers.py

[error] invalid-type-form - :203:70 - Variable of type `Literal["core_schema.SerializerFunction | _Partial"]` is not allowed in a type expression
[error] invalid-type-form - :204:68 - Variable of type `Literal["core_schema.WrapSerializerFunction | _Partial"]` is not allowed in a type expression
[error] invalid-type-form - :322:70 - Variable of type `Literal["ModelPlainSerializerWithInfo | ModelPlainSerializerWithoutInfo"]` is not allowed in a type expression
[error] invalid-type-form - :323:68 - Variable of type `Literal["ModelWrapSerializerWithInfo | ModelWrapSerializerWithoutInfo"]` is not allowed in a type expression
[error] invalid-return-type - :296 -
Old: Return type does not match returned value: expected `((_FieldWrapSerializerT@field_serializer, /) -> _FieldWrapSerializerT@field_serializer) | ((_FieldPlainSerializerT@field_serializer, /) -> _FieldPlainSerializerT@field_serializer)`, found `def dec(f: @Todo) -> PydanticDescriptorProxy[Any]`
New: Return type does not match returned value: expected `((_FieldWrapSerializerT@field_serializer, /) -> _FieldWrapSerializerT@field_serializer) | ((_FieldPlainSerializerT@field_serializer, /) -> _FieldPlainSerializerT@field_serializer)`, found `def dec(f: ((Any, /) -> Any) | ((Any, SerializationInfo[Any], /) -> Any) | ((Any, Any, /) -> Any) | ... omitted 7 union elements) -> PydanticDescriptorProxy[Any]`
[error] invalid-return-type - :414 -
Old: Return type does not match returned value: expected `_ModelPlainSerializerT@model_serializer | ((_ModelWrapSerializerT@model_serializer, /) -> _ModelWrapSerializerT@model_serializer) | ((_ModelPlainSerializerT@model_serializer, /) -> _ModelPlainSerializerT@model_serializer)`, found `def dec(f: @Todo) -> PydanticDescriptorProxy[Any]`
New: Return type does not match returned value: expected `_ModelPlainSerializerT@model_serializer | ((_ModelWrapSerializerT@model_serializer, /) -> _ModelWrapSerializerT@model_serializer) | ((_ModelPlainSerializerT@model_serializer, /) -> _ModelPlainSerializerT@model_serializer)`, found `def dec(f: ((Any, SerializationInfo[Any], /) -> Any) | ((Any, /) -> Any) | ((Any, SerializerFunctionWrapHandler, SerializationInfo[Any], /) -> Any) | ((Any, SerializerFunctionWrapHandler, /) -> Any)) -> PydanticDescriptorProxy[Any]`

pydantic/json_schema.py

[error] invalid-argument-type - :1668:59 - Argument to bound method `__get__` is incorrect: Expected `Never`, found `type[Any]`
[error] no-matching-overload - :1671:13 - No overload of bound method `update` matches arguments

pydantic/main.py

[error] invalid-type-form - :264 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :275 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :285 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :434 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :555 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :974 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :1128 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :1139 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
[error] invalid-type-form - :1282 -
Old: Invalid subscript of object of type `def dict(self, *, include: @Todo | None = None, exclude: @Todo | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression
New: Invalid subscript of object of type `def dict(self, *, include: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, exclude: set[int] | set[str] | Mapping[int, Divergent] | Mapping[str, Divergent] | None = None, by_alias: bool = Literal[False], exclude_unset: bool = Literal[False], exclude_defaults: bool = Literal[False], exclude_none: bool = Literal[False]) -> dict[str, Any]` in type expression

pydantic/v1/env_settings.py

[error] invalid-argument-type - :223:29 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[Unknown] | Unknown | (list[str | PathLike[Unknown]] & PathLike[object]) | (tuple[str | PathLike[Unknown], ...] & PathLike[object])`

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

pyinstrument/session.py

[error] invalid-assignment - :213:9 - Invalid subscript assignment with key of type `str` and value of type `str | bytes` on object of type `dict[str, str]`
[error] invalid-return-type - :215:16 - Return type does not match returned value: expected `str`, found `str | bytes`

pyinstrument/context_manager.py

[error] invalid-argument-type - :40:34 - Argument to bound method `__init__` is incorrect: Expected `Literal["enabled", "disabled", "strict"]`, found `Unknown | None`

pylint (https://github.com/pycqa/pylint)

pylint/checkers/symilar.py

[error] invalid-argument-type - :366:41 - Argument to function `decoding_stream` is incorrect: Expected `BufferedReader[_BufferedReaderStream] | BytesIO`, found `(TextIO & BufferedIOBase) | BufferedReader[_BufferedReaderStream] | BytesIO`

pylint/checkers/unicode.py

[error] invalid-argument-type - :175:53 - Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - :181:25 - Argument to bound method `find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - :188:29 - Argument to bound method `find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`

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

pyodide-build/pyodide_build/pywasmcross.py

[error] invalid-argument-type - :18:21 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] no-matching-overload - :371:24 - No overload of function `run` matches arguments

src/tests/test_stdlib_fixes.py

[error] invalid-argument-type - :302:28 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

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

src/_pytest/pastebin.py

[error] invalid-assignment - :43:13 - Invalid subscript assignment with key of type `StashKey[IO[bytes]]` and value of type `TextIOWrapper[_WrappedBuffer]` on object of type `Stash`

src/_pytest/pathlib.py

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

src/_pytest/_code/code.py

[error] invalid-argument-type - :1524:20 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/_pytest/capture.py

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

src/_pytest/config/__init__.py

[error] unsupported-operator - :1809:21 - Operator `/` is unsupported between objects of type `Path | Unknown` and `object`

src/_pytest/doctest.py

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

src/_pytest/fixtures.py

[error] invalid-argument-type - :1943:20 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/_pytest/nodes.py

[error] invalid-argument-type - :54:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/_pytest/terminal.py

[error] invalid-argument-type - :1566:46 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `object`

src/_pytest/unittest.py

[error] invalid-return-type - :608:24 - Return type does not match returned value: expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `tuple[type[Unknown], Unknown, TracebackType | None]`

testing/code/test_excinfo.py

[error] invalid-argument-type - :187:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

python-chess (https://github.com/niklasf/python-chess)

chess/polyglot.py

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

chess/syzygy.py

[warning] unused-ignore-comment - :1009:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1012:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1015:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1018:60 - Unused blanket `type: ignore` directive

chess/__init__.py

[warning] unused-ignore-comment - :4112:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4119:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4278:56 - Unused blanket `type: ignore` directive

chess/engine.py

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

python-htmlgen (https://github.com/srittau/python-htmlgen)

htmlgen/form.py

[error] invalid-argument-type - :271:27 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`

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

adodbapi/apibase.py

[error] call-non-callable - :556:19 - Object of type `None` is not callable

Pythonwin/pywin/debugger/debugger.py

[warning] possibly-missing-attribute - :825:21 - Attribute `f_back` may be missing on object of type `FrameType | None`
[warning] possibly-missing-attribute - :825:21 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`

Pythonwin/pywin/docking/DockingBar.py

[error] invalid-argument-type - :248:70 - Argument to function `unpack` is incorrect: Expected `Buffer`, found `str`

Pythonwin/pywin/framework/scriptutils.py

[error] not-iterable - :609:48 - Object of type `SyntaxError` is not iterable

Pythonwin/pywin/framework/toolmenu.py

[warning] possibly-missing-attribute - :121 -
Old: Attribute `template` may be missing on object of type `TextIO | @Todo`
New: Attribute `template` may be missing on object of type `TextIO | Any`
[warning] possibly-missing-attribute - :122 -
Old: Attribute `template` may be missing on object of type `TextIO | @Todo`
New: Attribute `template` may be missing on object of type `TextIO | Any`
[warning] possibly-missing-attribute - :137 -
Old: Attribute `template` may be missing on object of type `TextIO | @Todo`
New: Attribute `template` may be missing on object of type `TextIO | Any`

Pythonwin/pywin/scintilla/control.py

[error] invalid-argument-type - :76:35 - Argument to function `unpack` is incorrect: Expected `Buffer`, found `str`

com/win32com/client/__init__.py

[error] invalid-argument-type - :143 -
Old: Argument to function `CoCreateInstanceEx` is incorrect: Expected `tuple[@Todo, @Todo, @Todo, @Todo]`, found `None | tuple[Unknown & ~None]`
New: Argument to function `CoCreateInstanceEx` is incorrect: Expected `tuple[Any, Any, Any, Any]`, found `None | tuple[Unknown & ~None]`

com/win32com/demos/ietoolbar.py

[error] invalid-argument-type - :173:62 - Argument to function `SendMessage` is incorrect: Expected `Buffer | int | float | None`, found `Literal[""] | Unknown`

com/win32com/test/errorSemantics.py

[error] unresolved-attribute - :215:23 - Object of type `com_error` has no attribute `excepinfo`
[error] unresolved-attribute - :230:23 - Object of type `com_error` has no attribute `excepinfo`

com/win32com/test/pippo_server.py

[error] non-subscriptable - :75:12 - Cannot subscript object of type `com_error` with no `__getitem__` method

com/win32com/test/testShell.py

[error] invalid-argument-type - :79 -
Old: Argument to function `CIDAAsString` is incorrect: Expected `str`, found `tuple[PyIDL, @Todo]`
New: Argument to function `CIDAAsString` is incorrect: Expected `str`, found `tuple[PyIDL, Any]`

com/win32comext/adsi/demos/scp.py

[error] invalid-argument-type - :171:24 - Argument to function `Dispatch` is incorrect: Expected `str | PyIDispatch | tuple[type[str], <class 'PyIID'>] | PyIUnknown`, found `PyIID`
[error] non-subscriptable - :312:12 - Cannot subscript object of type `com_error` with no `__getitem__` method

com/win32comext/adsi/demos/search.py

[error] non-subscriptable - :100:24 - Cannot subscript object of type `com_error` with no `__getitem__` method

com/win32comext/axdebug/debugger.py

[warning] possibly-missing-attribute - :158:21 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`

com/win32comext/axdebug/util.py

[error] unresolved-attribute - :86:21 - Object of type `BaseException | None` has no attribute `scode`
[error] unresolved-attribute - :88:29 - Object of type `BaseException | None` has no attribute `description`

com/win32comext/axscript/client/framework.py

[error] unresolved-attribute - :1210:17 - Object of type `com_error` has no attribute `hresult`
[error] unresolved-attribute - :1213:38 - Object of type `com_error` has no attribute `hresult`

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

[error] unresolved-attribute - :124:16 - Object of type `com_error` has no attribute `hresult`
[error] unresolved-attribute - :138:16 - Object of type `com_error` has no attribute `hresult`

isapi/samples/test.py

[error] invalid-argument-type - :109:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `PyHANDLE`

setup.py

[error] no-matching-overload - :775:23 - No overload of function `join` matches arguments

win32/Demos/BackupRead_BackupWrite.py

[error] invalid-argument-type - :116:16 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySECURITY_DESCRIPTOR`
[error] invalid-argument-type - :117:19 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySECURITY_DESCRIPTOR`

win32/Demos/pipes/runproc.py

[error] invalid-argument-type - :98:26 - Argument to bound method `write` is incorrect: Expected `Buffer`, found `Literal["hmmmmm\r\n"]`

win32/Demos/rastest.py

[error] invalid-argument-type - :75 -
Old: Argument to function `Dial` is incorrect: Expected `RASDIALPARAMS`, found `tuple[Unknown, Literal[""], Literal[""], @Todo, @Todo, Literal[""]]`
New: Argument to function `Dial` is incorrect: Expected `RASDIALPARAMS`, found `tuple[Unknown, Literal[""], Literal[""], Any, Any, Literal[""]]`

win32/Demos/security/account_rights.py

[error] invalid-argument-type - :36 -
Old: Argument to function `LsaAddAccountRights` is incorrect: Expected `tuple[@Todo, ...]`, found `list[Unknown | str]`
New: Argument to function `LsaAddAccountRights` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | str]`
[error] invalid-argument-type - :43 -
Old: Argument to function `LsaRemoveAccountRights` is incorrect: Expected `tuple[@Todo, ...]`, found `list[Unknown | str]`
New: Argument to function `LsaRemoveAccountRights` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | str]`

win32/Demos/security/sspi/fetch_url.py

[error] invalid-argument-type - :120:33 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

win32/Demos/service/pipeTestService.py

[error] unsupported-operator - :81:21 - Operator `+=` is unsupported between objects of type `Literal[b""]` and `str`

win32/Demos/win32netdemo.py

[error] invalid-argument-type - :167 -
Old: Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `tuple[@Todo, @Todo]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Argument to function `NetLocalGroupAddMembers` is incorrect: Expected `tuple[Any, Any]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`

win32/Lib/win32gui_struct.py

[error] invalid-argument-type - :906:35 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PyIID`

win32/Lib/win32rcparser.py

[error] invalid-argument-type - :223:20 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - :272:29 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - :404:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - :407:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - :410:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - :413:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - :485:28 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | None`
[error] invalid-argument-type - :553:29 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Literal["END"]) | (str & ~Literal["END"]) | None`

win32/scripts/rasutil.py

[error] invalid-argument-type - :39 -
Old: Argument to function `Dial` is incorrect: Expected `RASDIALPARAMS`, found `tuple[@Todo, @Todo, @Todo, @Todo, @Todo, @Todo]`
New: Argument to function `Dial` is incorrect: Expected `RASDIALPARAMS`, found `tuple[Any, Any, Any, Any, Any, Any]`

win32/test/test_pywintypes.py

[error] invalid-argument-type - :86:42 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PyIID`

win32/test/test_security.py

[error] invalid-argument-type - :56:24 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySID`
[error] invalid-argument-type - :57:24 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySID`
[error] invalid-argument-type - :126 -
Old: Argument to function `DsCrackNames` is incorrect: Expected `list[@Todo]`, found `tuple[str]`
New: Argument to function `DsCrackNames` is incorrect: Expected `list[Any]`, found `tuple[str]`
[error] invalid-argument-type - :140 -
Old: Argument to function `DsCrackNames` is incorrect: Expected `list[@Todo]`, found `tuple[str]`
New: Argument to function `DsCrackNames` is incorrect: Expected `list[Any]`, found `tuple[str]`

rclip (https://github.com/yurijmikhalevich/rclip)

rclip/main.py

[warning] possibly-missing-attribute - :254 -
Old: Attribute `reconfigure` may be missing on object of type `TextIO | @Todo`
New: Attribute `reconfigure` may be missing on object of type `TextIO | Any`

rich (https://github.com/Textualize/rich)

tests/test_traceback.py

[error] invalid-argument-type - :29:28 - Argument is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :29:38 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :325:42 - Argument to bound method `from_exception` is incorrect: Expected `type[Any]`, found `type[BaseException] | None`
[error] invalid-argument-type - :325:52 - Argument to bound method `from_exception` is incorrect: Expected `BaseException`, found `BaseException | None`

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

rotkehlchen/chain/evm/tokens.py

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

rotkehlchen/accounting/structures/processed_event.py

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

rotkehlchen/api/rest.py

[error] invalid-argument-type - :2896:25 - Argument to function `reset_events_for_redecode` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 7 literals]`, found `Location | Unknown`
[warning] unused-ignore-comment - :1039:73 - Unused blanket `type: ignore` directive

rotkehlchen/inquirer.py

[error] invalid-return-type - :1265:20 - Return type does not match returned value: expected `Price | None`, found `FVal`

rotkehlchen/premium/sync.py

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

rotkehlchen/tests/conftest.py

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

rotkehlchen/tests/db/test_db_accounting_rules.py

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

rotkehlchen/tests/external_apis/test_yearn.py

[error] invalid-argument-type - :82:16 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

rotkehlchen/tests/unit/test_logging.py

[error] invalid-argument-type - :21:35 - Argument to bound method `debug` is incorrect: Expected `None | bool | tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None] | BaseException`, found `Unknown | dict[Unknown | str, Unknown | str] | str`

rotkehlchen/tests/utils/blockchain.py

[error] invalid-argument-type - :397:45 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`

schema_salad (https://github.com/common-workflow-language/schema_salad)

schema_salad/jsonld_context.py

[error] no-matching-overload - :234:24 - No overload of function `urldefrag` matches arguments

schema_salad/main.py

[error] invalid-argument-type - :438:31 - Argument to function `printrdf` is incorrect: Expected `CommentedMap | CommentedSeq`, found `(int & Top[Mapping[Unknown, object]]) | (float & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]]) | ... omitted 6 union elements`

schema_salad/makedoc.py

[error] invalid-argument-type - :810:26 - Argument to bound method `extend` is incorrect: Expected `Iterable[dict[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
[error] invalid-argument-type - :812:26 - Argument to bound method `append` is incorrect: Expected `dict[str, Any]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`

schema_salad/ref_resolver.py

[error] invalid-argument-type - :372:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] no-matching-overload - :376:24 - No overload of bound method `get` matches arguments
[error] invalid-argument-type - :379:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] invalid-argument-type - :384:34 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["typeDSL"]`
[error] invalid-argument-type - :387:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["secondaryFilesDSL"]`
[error] invalid-argument-type - :390:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["noLinkCheck"]`
[error] invalid-argument-type - :393:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapSubject"]`
[error] invalid-argument-type - :396:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapPredicate"]`
[error] invalid-argument-type - :399:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@id"]`
[error] invalid-argument-type - :402:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["subscope"]`
[error] invalid-argument-type - :495:59 - Argument to function `_copy_dict_without_key` is incorrect: Expected `CommentedMap | dict[str, Iterable[str]]`, found `(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])`
[error] invalid-return-type - :498:32 - Return type does not match returned value: expected `tuple[int | float | str | ... omitted 3 union elements, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-return-type - :506:28 - Return type does not match returned value: expected `tuple[int | float | str | ... omitted 3 union elements, CommentedMap]`, found `tuple[(CommentedMap & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & ~Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableSequence[Unknown]] & ~Top[MutableMapping[Unknown, Unknown]]), (CommentedMap & Top[MutableMapping[Unknown, Unknown]]) | (CommentedSeq & Top[MutableMapping[Unknown, Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]])]`
[error] invalid-assignment - :1135:25 - Cannot assign to a subscript on an object of type `float`
[error] invalid-assignment - :1135:25 - Cannot assign to a subscript on an object of type `int`
[error] invalid-assignment - :1135:25 - Cannot assign to a subscript on an object of type `str`
[error] invalid-argument-type - :1177:21 - Argument to bound method `validate_links` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object`

schema_salad/schema.py

[error] invalid-argument-type - :271:57 - Argument to function `salad_to_jsonld_context` is incorrect: Expected `Iterable[MutableMapping[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
[error] invalid-argument-type - :278:35 - Argument to function `make_avro_schema` is incorrect: Expected `list[Any]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`

schema_salad/sourceline.py

[error] invalid-assignment - :26:18 - Object of type `bytes` is not assignable to `str`

schema_salad/tests/test_examples.py

[error] invalid-argument-type - :395:23 - Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`
[error] invalid-argument-type - :408:23 - Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`
[error] invalid-argument-type - :421:23 - Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`
[error] invalid-argument-type - :434:23 - Argument to function `makerdf` is incorrect: Expected `CommentedMap | int | float | str | CommentedSeq`, found `int | float | str | ... omitted 3 union elements`

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

src/schemathesis/specs/openapi/negative/mutations.py

[error] invalid-assignment - :145 -
Old: Object of type `typing.TypeVar` is not assignable to `list[@Todo]`
New: Object of type `typing.TypeVar` is not assignable to `list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
[error] invalid-assignment - :152 -
Old: Object of type `typing.TypeVar` is not assignable to `list[@Todo]`
New: Object of type `typing.TypeVar` is not assignable to `list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
[error] unresolved-attribute - :164:89 - Object of type `(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
[error] invalid-argument-type - :600 -
Old: Argument is incorrect: Expected `SearchStrategy[typing.TypeVar]`, found `SearchStrategy[list[@Todo]]`
New: Argument is incorrect: Expected `SearchStrategy[typing.TypeVar]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[typing.TypeVar], /) -> typing.TypeVar, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`

src/schemathesis/specs/openapi/patterns.py

[error] invalid-argument-type - :346 -
Old: Argument to function `_handle_repeat_quantifier` is incorrect: Expected `tuple[int, int, tuple[Unknown, ...]]`, found `Unknown | SubPattern`
New: Argument to function `_handle_repeat_quantifier` is incorrect: Expected `tuple[int, int, tuple[Unknown, ...]]`, found `Unknown | SubPattern | tuple[_NamedIntConstant, list[tuple[_NamedIntConstant, int]] | tuple[None, list[SubPattern]] | Iterable[SubPattern] | tuple[int, SubPattern, SubPattern] | tuple[int | None, int, int, SubPattern]] | ... omitted 5 union elements`

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/builder/builder.py

[error] invalid-argument-type - :186:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/preprocessing/_label.py

[error] no-matching-overload - :831:15 - No overload of function `sorted` matches arguments

sklearn/_build_utils/tempita.py

[error] no-matching-overload - :28:10 - No overload of function `open` matches arguments

sklearn/_loss/loss.py

[error] no-matching-overload - :515:20 - No overload matches arguments
[error] no-matching-overload - :524:23 - No overload matches arguments
[error] no-matching-overload - :1054:15 - No overload matches arguments

sklearn/calibration.py

[error] non-subscriptable - :1321:30 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] invalid-argument-type - :1323:66 - Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any] | @Todo`
[error] invalid-argument-type - :1324:66 - Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any] | @Todo`
[error] invalid-argument-type - :1325:51 - Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any] | @Todo`

sklearn/cluster/_hdbscan/hdbscan.py

[error] unsupported-operator - :131 -
Old: Operator `>` is not supported for types `tuple[int, @Todo]` and `int`, in comparing `tuple[int, @Todo]` with `Literal[1]`
New: Operator `>` is not supported for types `tuple[int, Any]` and `int`, in comparing `tuple[int, Any]` with `Literal[1]`

sklearn/cluster/_kmeans.py

[error] no-matching-overload - :254:9 - No overload of function `clip` matches arguments
[error] non-subscriptable - :269:26 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

sklearn/covariance/_graph_lasso.py

[error] invalid-argument-type - :133:34 - Argument to bound method `__init__` is incorrect: Expected `((str, int, /) -> Any) | SupportsWrite[str] | _unspecified`, found `str`
[error] invalid-argument-type - :133:34 - Argument to bound method `__init__` is incorrect: Expected `Literal["ignore", "warn", "raise", "call", "print", "log"] | None`, found `str`
[error] invalid-argument-type - :133:34 - Argument to bound method `__init__` is incorrect: Expected `Literal["ignore", "warn", "raise", "call", "print", "log"] | None`, found `str`
[error] invalid-argument-type - :133:34 - Argument to bound method `__init__` is incorrect: Expected `Literal["ignore", "warn", "raise", "call", "print", "log"] | None`, found `str`
[error] invalid-argument-type - :133:34 - Argument to bound method `__init__` is incorrect: Expected `Literal["ignore", "warn", "raise", "call", "print", "log"] | None`, found `str`
[error] invalid-argument-type - :133:34 - Argument to bound method `__init__` is incorrect: Expected `Literal["ignore", "warn", "raise", "call", "print", "log"] | None`, found `str`

sklearn/datasets/_lfw.py

[error] invalid-argument-type - :469:60 - Argument to class `str` is incorrect: Expected `bytes | bytearray`, found `str | Unknown`
[error] non-subscriptable - :247:37 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

sklearn/datasets/_samples_generator.py

[error] invalid-argument-type - :523:22 - Argument to bound method `update` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[@Todo]`
[error] invalid-argument-type - :1144 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `@Todo | (float & ~Real)`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | (float & ~Real)`

sklearn/decomposition/_dict_learning.py

[error] invalid-argument-type - :119:23 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - :140:23 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - :178:37 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - :195:33 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] no-matching-overload - :2246:19 - No overload matches arguments
[error] no-matching-overload - :2249:19 - No overload matches arguments
[error] no-matching-overload - :2321:23 - No overload matches arguments
[error] no-matching-overload - :2322:23 - No overload matches arguments

sklearn/decomposition/_nmf.py

[error] no-matching-overload - :2045:13 - No overload of function `full` matches arguments

sklearn/ensemble/_iforest.py

[error] no-matching-overload - :574:18 - No overload matches arguments
[error] no-matching-overload - :601:18 - No overload matches arguments

sklearn/ensemble/tests/test_stacking.py

[error] invalid-argument-type - :708:20 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`

sklearn/externals/array_api_compat/common/_helpers.py

[warning] possibly-missing-attribute - :735:27 - Attribute `_meta` may be missing on object of type `@Todo | SupportsArrayNamespace[Any]`

sklearn/externals/array_api_compat/dask/array/_info.py

[error] no-matching-overload - :387:17 - No overload of bound method `update` matches arguments

sklearn/externals/array_api_compat/numpy/_aliases.py

[error] invalid-argument-type - :79:20 - Argument to function `__new__` is incorrect: Expected `Buffer`, found `object`

sklearn/externals/array_api_extra/_lib/_at.py

[warning] possibly-missing-attribute - :300:17 - Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | Array | tuple[int | slice[Any, Any, Any] | EllipsisType | Array, ...]`
[warning] possibly-missing-attribute - :301:17 - Attribute `shape` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | Array | tuple[int | slice[Any, Any, Any] | EllipsisType | Array, ...]`
[error] invalid-argument-type - :308:25 - Argument to function `apply_where` is incorrect: Expected `Array`, found `int | slice[Any, Any, Any] | EllipsisType | Array | tuple[int | slice[Any, Any, Any] | EllipsisType | Array, ...]`

sklearn/feature_extraction/image.py

[error] non-subscriptable - :89:13 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

sklearn/gaussian_process/_gpc.py

[error] index-out-of-bounds - :472:24 - Index 0 is out of bounds for tuple `tuple[()]` with length 0

sklearn/gaussian_process/kernels.py

[error] non-subscriptable - :439:20 - Cannot subscript object of type `bool[bool]` with no `__getitem__` method
[error] non-subscriptable - :449:22 - Cannot subscript object of type `bool[bool]` with no `__getitem__` method

sklearn/linear_model/tests/test_coordinate_descent.py

[warning] possibly-missing-attribute - :1064 -
Old: Attribute `dot` may be missing on object of type `Unknown | float64`
New: Attribute `dot` may be missing on object of type `Unknown | float64 | floating[_32Bit]`
[error] non-subscriptable - :1076:34 - Cannot subscript object of type `floating[_32Bit]` with no `__getitem__` method
[error] non-subscriptable - :1076:52 - Cannot subscript object of type `floating[_32Bit]` with no `__getitem__` method

sklearn/metrics/_classification.py

[error] invalid-argument-type - :2471:18 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | @Todo | None`
[error] invalid-argument-type - :2471:52 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | @Todo | None`

sklearn/metrics/tests/test_regression.py

[error] not-iterable - :567:17 - Object of type `floating[Any]` is not iterable

sklearn/model_selection/_split.py

[error] invalid-argument-type - :2481:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`

sklearn/naive_bayes.py

[error] non-subscriptable - :645:20 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :648:28 - Cannot subscript object of type `object` with no `__getitem__` method

sklearn/preprocessing/tests/test_data.py

[error] non-subscriptable - :1697:11 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :1697:18 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

sklearn/semi_supervised/_label_propagation.py

[warning] possibly-missing-attribute - :629:25 - Attribute `row` may be missing on object of type `(Unknown & SparseABC) | _spbase[Any, @Todo]`
[warning] possibly-missing-attribute - :629:42 - Attribute `col` may be missing on object of type `(Unknown & SparseABC) | _spbase[Any, @Todo]`
[warning] possibly-missing-attribute - :630:13 - Attribute `data` may be missing on object of type `(Unknown & SparseABC) | _spbase[Any, @Todo]`
[warning] possibly-missing-attribute - :632:13 - Attribute `flat` may be missing on object of type `(Unknown & ~SparseABC) | _ScaledLinearOperator[Any]`

sklearn/tests/test_min_dependencies_readme.py

[error] invalid-argument-type - :40:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :82:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

sklearn/utils/tests/test_cython_blas.py

[error] no-matching-overload - :180:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :205:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :236:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :239:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :242:9 - No overload of function `asarray` matches arguments

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

benchmarks/benchmarks/lsq_problems.py

[error] invalid-argument-type - :447:24 - Argument to bound method `__init__` is incorrect: Expected `_SupportsArray[dtype[number[Any, int | float | complex] | bool[bool] | object_]] | Sequence[int | float | complex | ... omitted 4 union elements]`, found `Literal[1]`

scipy/_lib/tests/test_warnings.py

[error] invalid-argument-type - :80:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

scipy/fftpack/tests/test_import.py

[error] invalid-argument-type - :23:21 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

scipy/linalg/tests/test_decomp_lu.py

[error] no-matching-overload - :245:17 - No overload of function `array` matches arguments
[error] no-matching-overload - :280:17 - No overload of function `array` matches arguments

scipy/signal/_max_len_seq.py

[error] no-matching-overload - :128:17 - No overload matches arguments
[error] no-matching-overload - :131:17 - No overload of function `array` matches arguments
[error] no-matching-overload - :137:11 - No overload matches arguments

scipy/signal/_spline.pyi

[error] invalid-type-form - :10:29 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :13:42 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :17:33 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :20:46 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :24:33 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :27:46 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :31:21 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :32:20 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :33:20 - Variable of type `UnionType` is not allowed in a type expression
[error] invalid-type-form - :33:45 - Variable of type `UnionType` is not allowed in a type expression

scipy/stats/_ksstats.py

[error] invalid-argument-type - :529:39 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`

scipy/stats/tests/test_kdeoth.py

[error] invalid-argument-type - :595:59 - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[Unknown | int]`

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/initialize.py

[error] invalid-argument-type - :135:95 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`
[error] invalid-argument-type - :138:78 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/checkbreak.py

[error] invalid-argument-type - :32:41 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`
[error] invalid-argument-type - :44:32 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`

scipy/integrate/_ivp/common.py

[error] invalid-assignment - :241:9 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`
[error] invalid-assignment - :242:9 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`
[error] invalid-argument-type - :248:39 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[@Todo] | Unknown`

scipy/integrate/tests/test__quad_vec.py

[error] non-subscriptable - :211:32 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

scipy/spatial/transform/_rotation_spline.py

[error] invalid-assignment - :447:13 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`
[error] invalid-assignment - :449:13 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`

scipy/stats/tests/test_quantile.py

[error] invalid-assignment - :37:5 - Cannot assign to a subscript on an object of type `floating[Any]`

benchmarks/benchmarks/sparse.py

[error] invalid-argument-type - :326:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[Unknown] | Any`
[error] invalid-argument-type - :327:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[Unknown] | Any`

scipy/_build_utils/tempita.py

[error] no-matching-overload - :22:10 - No overload of function `open` matches arguments

scipy/_build_utils/tempita/_tempita.py

[error] invalid-argument-type - :341:35 - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `(Unknown & ~None) | str`

scipy/_lib/array_api_compat/array_api_compat/dask/array/_info.py

[error] no-matching-overload - :378:17 - No overload of bound method `update` matches arguments

scipy/_lib/array_api_extra/src/array_api_extra/_lib/_at.py

[warning] possibly-missing-attribute - :300:17 - Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | Array | tuple[int | slice[Any, Any, Any] | EllipsisType | Array, ...]`
[warning] possibly-missing-attribute - :301:17 - Attribute `shape` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | Array | tuple[int | slice[Any, Any, Any] | EllipsisType | Array, ...]`
[error] invalid-argument-type - :308:25 - Argument to function `apply_where` is incorrect: Expected `Array`, found `int | slice[Any, Any, Any] | EllipsisType | Array | tuple[int | slice[Any, Any, Any] | EllipsisType | Array, ...]`

scipy/_lib/cobyqa/cobyqa/main.py

[error] invalid-argument-type - :1505 -
Old: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/problem.py

[error] invalid-argument-type - :75 -
Old: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :469 -
Old: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/tests/test_problem.py

[error] invalid-argument-type - :63 -
Old: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :226 -
Old: Argument to function `printoptions` is incorrect: Expected `((@Todo, /) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
New: Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/doc/source/conf.py

[error] invalid-argument-type - :213:19 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/cobyla.py

[error] no-matching-overload - :293:11 - No overload of function `sum` matches arguments
[error] no-matching-overload - :294:11 - No overload of function `sum` matches arguments

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/geometry.py

[error] unsupported-operator - :155 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `None | signedinteger[@Todo]` with `int`
New: Operator `<=` is not supported for types `None` and `int`, in comparing `None | signedinteger[_64Bit]` with `int`
[error] unsupported-operator - :156 -
Old: Operator `>=` is not supported for types `None` and `int`, in comparing `None | signedinteger[@Todo]` with `Literal[0]`
New: Operator `>=` is not supported for types `None` and `int`, in comparing `None | signedinteger[_64Bit]` with `Literal[0]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/preproc.py

[error] no-matching-overload - :178:42 - No overload of function `amin` matches arguments
[error] invalid-argument-type - :270 -
Old: Argument to function `all` is incorrect: Expected `Iterable[object]`, found `Unknown | bool | bool[bool]`
New: Argument to function `all` is incorrect: Expected `Iterable[object]`, found `Unknown | bool`

scipy/_lib/pyprima/pyprima/src/pyprima/common/selectx.py

[error] invalid-argument-type - :294:50 - Argument to function `isbetter` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :294:63 - Argument to function `isbetter` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], Unknown]`

scipy/integrate/_ivp/rk.py

[error] invalid-assignment - :76 -
Old: Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
New: Object of type `NotImplementedType` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :77 -
Old: Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
New: Object of type `NotImplementedType` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :78 -
Old: Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
New: Object of type `NotImplementedType` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :79 -
Old: Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
New: Object of type `NotImplementedType` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-assignment - :80 -
Old: Object of type `NotImplementedType` is not assignable to `ndarray[@Todo, dtype[Any]]`
New: Object of type `NotImplementedType` is not assignable to `ndarray[tuple[Any, ...], dtype[Any]]`

scipy/integrate/tests/test_quadrature.py

[error] invalid-argument-type - :120:31 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :141:31 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`

scipy/interpolate/_fitpack2.py

[error] invalid-argument-type - :2330:14 - Invalid second argument to `isinstance`

scipy/interpolate/_fitpack_repro.py

[error] invalid-argument-type - :1318 -
Old: Argument to function `concat_1d` is incorrect: Expected `Iterable[@Todo]`, found `float`
New: Argument to function `concat_1d` is incorrect: Expected `Iterable[Any | _Buffer]`, found `float`

scipy/interpolate/_polyint.py

[error] invalid-argument-type - :113:42 - Argument to function `moveaxis` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `Unknown | None`

scipy/interpolate/tests/test_bsplines.py

[error] non-subscriptable - :3233:25 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method
[error] non-subscriptable - :3233:31 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method
[error] invalid-argument-type - :3233:65 - Argument to function `len` is incorrect: Expected `Sized`, found `signedinteger[@Todo]`
[error] non-subscriptable - :3234:25 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

scipy/io/matlab/tests/test_mio.py

[error] invalid-argument-type - :164 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], Unknown]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :165 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], Unknown]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :166 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], Unknown]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :173 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], Unknown]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :174 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], Unknown]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :175 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], Unknown]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :176 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], @Todo]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[Unknown | str, <class 'object'>] | Unknown]], (key: str, /) -> ndarray[tuple[int, int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, int], Unknown]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `ndarray[tuple[int, int], list[tuple[Unknown | str, <class 'object'>] | Unknown]]`
[error] invalid-argument-type - :779 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], Unknown]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :780 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], Unknown]]` cannot be called with key of type `Literal[0]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :781 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], Unknown]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
[error] invalid-argument-type - :782 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], @Todo]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[Unknown | tuple[str, str]]], (key: str, /) -> ndarray[tuple[int], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int], Unknown]]` cannot be called with key of type `Literal[1]` on object of type `ndarray[tuple[int], list[Unknown | tuple[str, str]]]`

scipy/linalg/tests/test_blas.py

[error] no-matching-overload - :914:19 - No overload of function `array` matches arguments
[error] no-matching-overload - :918:19 - No overload of function `array` matches arguments

scipy/ndimage/_measurements.py

[error] invalid-argument-type - :563:41 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[@Todo]`
[error] invalid-argument-type - :563:45 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[@Todo]`
[error] invalid-assignment - :674:9 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`
[error] invalid-assignment - :977:9 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`
[error] invalid-assignment - :984:5 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`

scipy/ndimage/tests/test_measurements.py

[error] invalid-argument-type - :429 -
Old: Argument to bound method `rand` is incorrect: Expected `int`, found `signedinteger[@Todo]`
New: Argument to bound method `rand` is incorrect: Expected `int`, found `signedinteger[_64Bit]`

scipy/optimize/_nonlin.py

[error] unsupported-operator - :1152 -
Old: Operator `*` is unsupported between objects of type `Unknown | signedinteger[@Todo] | float64` and `Unknown | None | int | float`
New: Operator `*` is unsupported between objects of type `Unknown | signedinteger[_64Bit] | float64` and `Unknown | None | int | float`

scipy/optimize/_zeros_py.py

[error] invalid-argument-type - :988:25 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`

scipy/signal/_ltisys.py

[error] invalid-argument-type - :2339:20 - Argument to function `all` is incorrect: Expected `Iterable[object]`, found `bool[bool]`

scipy/signal/_signaltools.py

[error] invalid-argument-type - :5315:19 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`
[error] invalid-argument-type - :5316:22 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`

scipy/signal/tests/test_ltisys.py

[error] unsupported-operator - :780 -
Old: Operator `/` is unsupported between objects of type `int | float | complex | @Todo` and `StateSpace`
New: Operator `/` is unsupported between objects of type `int | float | complex | floating[_32Bit] | @Todo` and `StateSpace`

scipy/signal/tests/test_short_time_fft.py

[error] invalid-argument-type - :254 -
Old: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, dtype[Any]], /) -> ndarray[@Todo, dtype[Any]]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
New: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> ndarray[tuple[Any, ...], dtype[Any]]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - :258 -
Old: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, dtype[Any]], /) -> ndarray[@Todo, dtype[Any]]) | Literal["linear", "constant"] | None`, found `int | float`
New: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> ndarray[tuple[Any, ...], dtype[Any]]) | Literal["linear", "constant"] | None`, found `int | float`
[error] invalid-argument-type - :439 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, dtype[Any]] | None`, found `int | str | None`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | None`, found `int | str | None`

scipy/signal/tests/test_signaltools.py

[error] invalid-argument-type - :1828:42 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :1829:25 - Argument to function `__new__` is incorrect: Expected `Sequence[Sequence[Literal["aligned", "allocate", "arraymask", "copy", "config", ... omitted 10 literals]]] | None`, found `list[Unknown | list[Unknown | str]]`
[error] non-subscriptable - :3184:22 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method

scipy/sparse/_dia.py

[error] no-matching-overload - :345:24 - No overload matches arguments
[error] no-matching-overload - :352:20 - No overload matches arguments

scipy/sparse/_dok.py

[error] invalid-argument-type - :195:33 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[@Todo] | zip[Unknown]`

scipy/sparse/_sputils.py

[error] invalid-return-type - :339:16 - Return type does not match returned value: expected `dtype[Any]`, found `<class 'unsignedinteger[_64Bit]'>`
[error] invalid-return-type - :341 -
Old: Return type does not match returned value: expected `dtype[Any]`, found `<class 'signedinteger[@Todo]'>`
New: Return type does not match returned value: expected `dtype[Any]`, found `<class 'signedinteger[_64Bit]'>`

scipy/sparse/linalg/_isolve/iterative.py

[error] unsupported-operator - :994 -
Old: Operator `*` is unsupported between objects of type `floating[Any] | None | Any` and `None`
New: Operator `/` is unsupported between objects of type `floating[Any] | Any` and `None`

scipy/sparse/tests/test_base.py

[error] unresolved-attribute - :486:46 - Object of type `bool[bool]` has no attribute `toarray`
[error] unresolved-attribute - :546:46 - Object of type `bool[bool]` has no attribute `toarray`
[error] unresolved-attribute - :606:46 - Object of type `bool[bool]` has no attribute `toarray`
[error] unresolved-attribute - :662:46 - Object of type `bool[bool]` has no attribute `toarray`

scipy/spatial/distance.py

[error] no-matching-overload - :277:13 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :291:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :424:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :425:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :2388:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :2528:9 - No overload of function `asarray` matches arguments

scipy/spatial/tests/test_distance.py

[error] invalid-argument-type - :226:39 - Argument to bound method `any` is incorrect: Expected `Literal[0, -1] | tuple[()] | None`, found `tuple[int, ...]`

scipy/spatial/transform/_rigid_transform.py

[warning] possibly-missing-attribute - :1384 -
Old: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | None | @Todo`
New: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :1386 -
Old: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | None | @Todo`
New: Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements`

scipy/spatial/transform/_rigid_transform_xp.py

[error] unsupported-operator - :283:23 - Operator `<` is not supported for types `_Buffer` and `Literal[0]`, in comparing `(Any & ~None) | _Buffer` with `Literal[0]`
[warning] possibly-missing-attribute - :287:12 - Attribute `shape` may be missing on object of type `(Any & ~None) | _Buffer`
[warning] possibly-missing-attribute - :290:20 - Attribute `shape` may be missing on object of type `(Any & ~None) | _Buffer`
[error] non-subscriptable - :299:23 - Cannot subscript object of type `_Buffer` with no `__getitem__` method
[error] non-subscriptable - :300:27 - Cannot subscript object of type `_Buffer` with no `__getitem__` method
[warning] possibly-missing-attribute - :224 -
Old: Attribute `shape` may be missing on object of type `int | float | @Todo`
New: Attribute `shape` may be missing on object of type `int | float | Any`
[warning] possibly-missing-attribute - :226 -
Old: Attribute `ndim` may be missing on object of type `int | float | @Todo`
New: Attribute `ndim` may be missing on object of type `int | float | Any`
[warning] possibly-missing-attribute - :320 -
Old: Attribute `dtype` may be missing on object of type `(@Todo & ~EllipsisType) | int | tuple[Unknown, ...] | slice[Any, Any, Any] | None`
New: Attribute `dtype` may be missing on object of type `(Any & ~EllipsisType) | int | tuple[Unknown, ...] | slice[Any, Any, Any] | None`

scipy/spatial/transform/_rotation.py

[error] invalid-assignment - :55 -
Old: Object of type `tuple[tuple[@Todo, ...] | ndarray[tuple[int], Unknown], ...]` is not assignable to `tuple[tuple[@Todo, ...], ...]`
New: Object of type `tuple[tuple[Any | _Buffer, ...] | ndarray[tuple[int], Unknown], ...]` is not assignable to `tuple[tuple[Any | _Buffer, ...], ...]`

scipy/spatial/transform/_rotation_xp.py

[warning] possibly-missing-attribute - :404:8 - Attribute `shape` may be missing on object of type `Any | _Buffer`
[warning] possibly-missing-attribute - :405:50 - Attribute `shape` may be missing on object of type `Any | _Buffer`
[warning] possibly-missing-attribute - :406:8 - Attribute `shape` may be missing on object of type `Any | _Buffer`
[warning] possibly-missing-attribute - :408:26 - Attribute `shape` may be missing on object of type `Any | _Buffer`
[warning] possibly-missing-attribute - :410:66 - Attribute `shape` may be missing on object of type `Any | _Buffer`
[warning] possibly-missing-attribute - :913 -
Old: Attribute `shape` may be missing on object of type `int | float | @Todo`
New: Attribute `shape` may be missing on object of type `int | float | Any`
[warning] possibly-missing-attribute - :915 -
Old: Attribute `ndim` may be missing on object of type `int | float | @Todo`
New: Attribute `ndim` may be missing on object of type `int | float | Any`

scipy/special/_basic.py

[error] invalid-argument-type - :3210:44 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :3242:9 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :3243:9 - Argument to function `__new__` is incorrect: Expected `Sequence[Sequence[Literal["aligned", "allocate", "arraymask", "copy", "config", ... omitted 10 literals]]] | None`, found `list[Unknown | list[Unknown | str]]`

scipy/special/_mptestutils.py

[warning] possibly-missing-attribute - :280:28 - Attribute `__traceback__` may be missing on object of type `BaseException | None`
[warning] possibly-missing-attribute - :281:35 - Attribute `with_traceback` may be missing on object of type `BaseException | None`
[error] invalid-raise - :282:31 - Cannot raise object of type `BaseException | None`: Not an instance or subclass of `BaseException`

scipy/stats/_continuous_distns.py

[error] unsupported-operator - :3708:31 - Operator `-` is unsupported between objects of type `floating[Any]` and `Unknown | None`
[error] no-matching-overload - :5263:19 - No overload matches arguments
[error] invalid-argument-type - :5266:28 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :5267:28 - Argument to function `__new__` is incorrect: Expected `Sequence[Sequence[Literal["aligned", "allocate", "arraymask", "copy", "config", ... omitted 10 literals]]] | None`, found `list[Unknown | list[Unknown | str]]`
[error] no-matching-overload - :11870:19 - No overload matches arguments
[error] invalid-argument-type - :11872:28 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", ... omitted 9 literals]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :11873:28 - Argument to function `__new__` is incorrect: Expected `Sequence[Sequence[Literal["aligned", "allocate", "arraymask", "copy", "config", ... omitted 10 literals]]] | None`, found `list[Unknown | list[Unknown | str]]`
[error] not-iterable - :1517:25 - Object of type `floating[Any]` is not iterable
[error] unsupported-operator - :3710:27 - Operator `**` is unsupported between objects of type `Unknown | floating[Any] | None` and `Literal[2]`
[error] not-iterable - :6021:25 - Object of type `floating[Any]` is not iterable
[error] not-iterable - :9673:25 - Object of type `floating[Any]` is not iterable
[error] not-iterable - :12520:29 - Object of type `floating[Any]` is not iterable
[error] unsupported-operator - :3713 -
Old: Operator `/` is unsupported between objects of type `Unknown | floating[Any] | None` and `Unknown | floating[Any] | None`
New: Operator `-` is unsupported between objects of type `floating[Any]` and `Unknown | None`

scipy/stats/_distribution_infrastructure.py

[error] invalid-argument-type - :656:46 - Argument to function `broadcast_shapes` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `Unknown | None`

scipy/stats/_morestats.py

[error] unsupported-operator - :332:26 - Operator `**` is unsupported between objects of type `Unknown | None` and `float`

scipy/stats/_multicomp.py

[error] invalid-return-type - :428 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, dtype[Any]], int | float, ndarray[@Todo, dtype[Any]], ndarray[@Todo, dtype[Any]]]`, found `tuple[Any, Any, floating[Any], @Todo]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], int | float, ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[Any, Any, floating[Any], @Todo]`

scipy/stats/_qmc.py

[error] invalid-return-type - :683 -
Old: Return type does not match returned value: expected `list[int]`, found `list[Unknown | int] | ndarray[@Todo, dtype[Any]]`
New: Return type does not match returned value: expected `list[int]`, found `list[Unknown | int] | ndarray[tuple[Any, ...], dtype[Any]]`

scipy/stats/_sensitivity_analysis.py

[error] invalid-argument-type - :716 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716 -
Old: Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`

scipy/stats/_stats_py.py

[error] invalid-argument-type - :9399 -
Old: Argument is incorrect: Expected `int | float`, found `signedinteger[@Todo]`
New: Argument is incorrect: Expected `int | float`, found `signedinteger[_64Bit]`

subprojects/highs/src/highspy/highs.py

[error] invalid-assignment - :1185 -
Old: Object of type `ndarray[object, dtype[object]]` is not assignable to `ndarray[Any, dtype[object_]]`
New: Object of type `ndarray[tuple[object, ...], dtype[object]]` is not assignable to `ndarray[Any, dtype[object_]]`

tools/authors.py

[error] no-matching-overload - :71:21 - No overload of bound method `write` matches arguments
[error] invalid-argument-type - :194:40 - Argument to function `call` is incorrect: Expected `Sequence[str | bytes | PathLike[str] | PathLike[bytes]] | bytes | PathLike[str] | PathLike[bytes]`, found `list[Unknown | None]`

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

scrapy/commands/parse.py

[error] no-matching-overload - :331:25 - No overload of function `getattr` matches arguments

scrapy/downloadermiddlewares/cookies.py

[error] invalid-assignment - :182 -
Old: Object of type `tuple[dict[Unknown | str, Unknown], ...]` is not assignable to `Iterable[VerboseCookie]`
New: Object of type `tuple[dict[Unknown | str, Unknown | str], ...]` is not assignable to `Iterable[VerboseCookie]`

scrapy/extensions/httpcache.py

[warning] unused-ignore-comment - :188:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :239:54 - Unused blanket `type: ignore` directive

scrapy/http/headers.py

[error] invalid-assignment - :55:22 - Object of type `(Iterable[bytes | str | int] & ~str & ~bytes) | (int & <Protocol with members '__iter__'>)` is not assignable to `Iterable[bytes | str | int]`
[error] invalid-assignment - :91 -
Old: Invalid subscript assignment with key of type `AnyStr@setlist` and value of type `Iterable[@Todo]` on object of type `Self@setlist`
New: Invalid subscript assignment with key of type `AnyStr@setlist` and value of type `Iterable[bytes | str | int]` on object of type `Self@setlist`

tests/test_downloadermiddleware_cookies.py

[error] invalid-argument-type - :218:49 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :363:46 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | bytes]`
[error] invalid-argument-type - :368:46 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | bytes]`
[error] invalid-argument-type - :404:52 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :407:52 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :410:52 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str | None] | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :438:46 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | bool]`
[error] invalid-argument-type - :443:46 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :448:46 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[Unknown | str, Unknown | int]`
[error] invalid-argument-type - :614:34 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :737:58 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`

tests/test_downloadermiddleware_offsite.py

[error] invalid-argument-type - :90:44 - Argument to bound method `__init__` is incorrect: Expected `((...) -> Any) | None`, found `Unknown | dict[Unknown, Unknown]`

tests/test_http_headers.py

[error] invalid-argument-type - :164:38 - Argument to bound method `setlist` is incorrect: Expected `Iterable[bytes | str | int]`, found `list[object]`

tests/test_http_request.py

[error] invalid-argument-type - :591:13 - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["foo"], Literal["bar"]], tuple[Literal["foo"], Literal["baz"]]]`
[error] invalid-argument-type - :604:23 - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["two"], Literal["2"]], tuple[Literal["two"], Literal["4"]]]`
[error] invalid-argument-type - :667:58 - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[Unknown | str, Unknown | None]`
[error] invalid-argument-type - :1381:49 - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `Literal[123]`
[error] invalid-argument-type - :1396:49 - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[Literal["a"]]`

tests/test_pipeline_files.py

[error] invalid-argument-type - :660:69 - Argument to function `get_gcs_content_and_delete` is incorrect: Expected `str`, found `str | bytes`
[error] unsupported-operator - :660:69 - Operator `+` is unsupported between objects of type `str | bytes` and `Literal["full/filename"]`

tests/test_scheduler.py

[error] invalid-argument-type - :180:23 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`

tests/test_settings/__init__.py

[error] invalid-argument-type - :222:25 - Argument to bound method `update` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `list[Unknown | tuple[str, int]]`

tests/test_utils_request.py

[error] invalid-argument-type - :377:13 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`

setuptools (https://github.com/pypa/setuptools)

setuptools/_distutils/spawn.py

[error] invalid-argument-type - :87:36 - Argument to function `check_call` is incorrect: Expected `Mapping[bytes, str | bytes | PathLike[str] | PathLike[bytes]] | Mapping[str, str | bytes | PathLike[str] | PathLike[bytes]] | None`, found `Mapping[bytes, str | bytes | PathLike[str] | PathLike[bytes]] | Mapping[str, str | bytes | PathLike[str] | PathLike[bytes]] | dict[str, str | int] | None`

setuptools/config/setupcfg.py

[error] invalid-argument-type - :602:73 - Argument to bound method `_parse_attr` is incorrect: Expected `str | PathLike[str]`, found `Unknown | str | PathLike[str] | None`

pkg_resources/__init__.py

[error] no-matching-overload - :3309:15 - No overload of function `normalize_path` matches arguments
[error] invalid-type-form - :815:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :825:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :842:44 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :948:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :957:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :972:44 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1226:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1241:44 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1274:20 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression
[error] invalid-type-form - :1294:11 - Invalid subscript of object of type `GenericAlias | @Todo` in type expression

pkg_resources/tests/test_pkg_resources.py

[error] no-matching-overload - :484:17 - No overload of function `commonpath` matches arguments
[error] unresolved-attribute - :140 -
Old: Unresolved attribute `dirnames` on type `def patched_isdir(dirname, unpatched_isdir=def isdir(s: @Todo) -> bool) -> Unknown`.
New: Unresolved attribute `dirnames` on type `def patched_isdir(dirname, unpatched_isdir=def isdir(s: int | str | bytes | PathLike[str] | PathLike[bytes]) -> bool) -> Unknown`.

setuptools/_distutils/command/bdist_dumb.py

[error] no-matching-overload - :110:30 - No overload of function `join` matches arguments
[error] no-matching-overload - :122:32 - No overload of function `join` matches arguments

setuptools/_distutils/command/bdist_rpm.py

[error] no-matching-overload - :204:29 - No overload of function `join` matches arguments
[error] no-matching-overload - :293:30 - No overload of function `join` matches arguments
[error] no-matching-overload - :299:21 - No overload of function `join` matches arguments
[error] no-matching-overload - :391:28 - No overload of function `join` matches arguments
[error] no-matching-overload - :399:36 - No overload of function `join` matches arguments
[error] no-matching-overload - :407:16 - No overload of function `join` matches arguments
[error] no-matching-overload - :388:24 - No overload of function `join` matches arguments

setuptools/_distutils/command/build_ext.py

[error] no-matching-overload - :228:35 - No overload of function `join` matches arguments
[error] no-matching-overload - :230:35 - No overload of function `join` matches arguments
[error] no-matching-overload - :286:28 - No overload of function `join` matches arguments
[error] no-matching-overload - :287:24 - No overload of function `join` matches arguments
[error] no-matching-overload - :697:20 - No overload of function `join` matches arguments

setuptools/_distutils/command/build_scripts.py

[error] no-matching-overload - :81:19 - No overload of function `join` matches arguments

setuptools/_distutils/command/clean.py

[error] invalid-argument-type - :57:27 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - :65:35 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - :74:26 - Argument to function `rmdir` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`

setuptools/_distutils/command/install.py

[error] no-matching-overload - :488:28 - No overload of function `join` matches arguments
[error] invalid-argument-type - :681:29 - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | int`
[error] no-matching-overload - :759:28 - No overload of function `join` matches arguments
[error] no-matching-overload - :737:20 - No overload of function `join` matches arguments

setuptools/_distutils/command/install_data.py

[error] no-matching-overload - :60:19 - No overload of function `join` matches arguments

setuptools/_distutils/command/install_egg_info.py

[error] no-matching-overload - :41:23 - No overload of function `join` matches arguments
[error] invalid-argument-type - :50:32 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`

setuptools/_distutils/command/install_lib.py

[error] invalid-argument-type - :117:26 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`

setuptools/_distutils/command/sdist.py

[error] invalid-argument-type - :200:42 - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST.in"]`
[error] invalid-argument-type - :372:58 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Literal[0] | None | list[Unknown | int | None]`
[error] invalid-argument-type - :421:31 - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST"]`
[error] invalid-argument-type - :424:19 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST"]`
[error] invalid-argument-type - :434:19 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | Literal["MANIFEST"]`
[error] no-matching-overload - :493:21 - No overload of function `join` matches arguments

setuptools/_distutils/compilers/C/base.py

[error] invalid-argument-type - :1257:34 - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None, str]] | None`, found `list[tuple[Unknown | str, None, Unknown | str]]`
[error] invalid-return-type - :449 -
Old: Return type does not match returned value: expected `tuple[str, list[@Todo], list[str]]`, found `tuple[str | None, list[@Todo], list[str] | list[Unknown]]`
New: Return type does not match returned value: expected `tuple[str, list[tuple[str] | tuple[str, str | None]], list[str]]`, found `tuple[str | None, list[tuple[str] | tuple[str, str | None]] | Unknown, list[str] | list[Unknown]]`

setuptools/_distutils/compilers/C/zos.py

[error] no-matching-overload - :186:30 - No overload of function `join` matches arguments
[error] no-matching-overload - :191:30 - No overload of function `join` matches arguments
[warning] possibly-missing-attribute - :210 -
Old: Attribute `append` may be missing on object of type `Unknown | None | list[Unknown | str]`
New: Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :214 -
Old: Attribute `extend` may be missing on object of type `Unknown | None | list[Unknown | str]`
New: Attribute `extend` may be missing on object of type `Unknown | None | list[Unknown]`

setuptools/_distutils/dist.py

[error] invalid-argument-type - :373:32 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :388:32 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :699:25 - Argument to function `gen_usage` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | None`
[error] invalid-argument-type - :715:29 - Argument to function `gen_usage` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[str] | None`

setuptools/_distutils/sysconfig.py

[error] no-matching-overload - :178:14 - No overload of function `join` matches arguments
[warning] possibly-missing-attribute - :449 -
Old: Attribute `replace` may be missing on object of type `str | @Todo | int`
New: Attribute `replace` may be missing on object of type `str | Any | int`

setuptools/_distutils/tests/test_build_ext.py

[error] no-matching-overload - :221:15 - No overload of function `join` matches arguments
[error] no-matching-overload - :222:16 - No overload of function `join` matches arguments

setuptools/_distutils/tests/test_install.py

[error] invalid-argument-type - :107:35 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :108:35 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :114:31 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :115:31 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`

setuptools/_distutils/tests/test_sysconfig.py

[error] invalid-argument-type - :50:31 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`
[error] invalid-argument-type - :62:31 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`

setuptools/_distutils/text_file.py

[error] invalid-argument-type - :138:39 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | Literal[0] | None`

setuptools/_distutils/util.py

[error] invalid-argument-type - :151:30 - Argument to function `isabs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `AnyStr@change_root | PathLike[AnyStr@change_root]`
[error] invalid-return-type - :152:20 - Return type does not match returned value: expected `AnyStr@change_root`, found `str`
[error] no-matching-overload - :152:20 - No overload of function `join` matches arguments
[error] invalid-return-type - :154:20 - Return type does not match returned value: expected `AnyStr@change_root`, found `str`
[error] no-matching-overload - :154:20 - No overload of function `join` matches arguments
[error] invalid-return-type - :160:16 - Return type does not match returned value: expected `AnyStr@change_root`, found `str`
[error] no-matching-overload - :160:16 - No overload of function `join` matches arguments

setuptools/_imp.py

[error] invalid-argument-type - :62:34 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `(Unknown & ~Literal["frozen"] & ~Literal["built-in"]) | (str & ~Literal["frozen"] & ~Literal["built-in"]) | None`
[error] no-matching-overload - :65:20 - No overload of function `open` matches arguments

setuptools/_vendor/backports/tarfile/__init__.py

[error] invalid-argument-type - :1682:56 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] no-matching-overload - :1686:23 - No overload of function `open` matches arguments
[error] invalid-argument-type - :2061:36 - Argument to function `lstat` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - :2063:35 - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - :999:66 - Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `Literal["/"]`
[error] unsupported-operator - :1000:13 - Operator `+=` is unsupported between objects of type `bytes` and `Literal["/"]`

setuptools/_vendor/inflect/__init__.py

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

setuptools/_vendor/jaraco/functools/__init__.py

[error] invalid-argument-type - :522:33 - Argument to function `eval` is incorrect: Expected `str | Buffer | CodeType`, found `Unknown | None`

setuptools/_vendor/packaging/metadata.py

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

setuptools/_vendor/wheel/_bdist_wheel.py

[error] no-matching-overload - :404:48 - No overload of function `join` matches arguments
[error] no-matching-overload - :411:49 - No overload of function `join` matches arguments
[error] invalid-argument-type - :444:31 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :445:25 - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] no-matching-overload - :447:22 - No overload of function `join` matches arguments
[error] invalid-argument-type - :464:44 - Argument to bound method `__call__` is incorrect: Expected `(((...) -> Any, str, tuple[type[BaseException], BaseException, TracebackType], /) -> object) | None`, found `def remove_readonly(func: (...) -> object, path: str, excinfo: tuple[type[Exception], Exception, TracebackType]) -> None`

setuptools/_vendor/wheel/wheelfile.py

[error] invalid-argument-type - :157:41 - Argument to bound method `append` is incorrect: Expected `tuple[str, str]`, found `tuple[Unknown, bytes]`
[error] invalid-argument-type - :159:42 - Argument to bound method `write` is incorrect: Expected `str | None`, found `bytes`
[error] invalid-argument-type - :206:21 - Argument to bound method `openssl_sha256` is incorrect: Expected `Buffer`, found `Self@writestr`

setuptools/command/bdist_egg.py

[error] no-matching-overload - :127:31 - No overload of function `join` matches arguments
[error] no-matching-overload - :186:22 - No overload of function `join` matches arguments
[error] no-matching-overload - :201:20 - No overload of function `join` matches arguments
[error] no-matching-overload - :222:27 - No overload of function `join` matches arguments
[error] invalid-argument-type - :242:25 - Argument to function `remove_tree` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - :253:43 - Argument to function `walk_egg` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] no-matching-overload - :322:39 - No overload of function `join` matches arguments
[error] invalid-argument-type - :235 -
Old: Argument to function `make_zipfile` is incorrect: Argument type `Unknown | None | str` does not satisfy upper bound `str | PathLike[str]` of type variable `StrPathT`
New: Argument to function `make_zipfile` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `str | PathLike[str]` of type variable `StrPathT`

setuptools/command/bdist_wheel.py

[error] no-matching-overload - :412:28 - No overload of function `join` matches arguments
[error] no-matching-overload - :421:24 - No overload of function `join` matches arguments
[error] invalid-argument-type - :436:31 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :437:25 - Argument to function `makedirs` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] no-matching-overload - :439:22 - No overload of function `join` matches arguments

setuptools/command/build_py.py

[error] invalid-return-type - :121:16 - Return type does not match returned value: expected `tuple[str, str, str, list[str]]`, found `tuple[str, str, Unknown, list[bytes | Unknown]]`

setuptools/command/dist_info.py

[error] invalid-argument-type - :96:30 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`

setuptools/command/editable_wheel.py

[error] invalid-argument-type - :168:25 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | (str & ~AlwaysFalsy) | LiteralString`
[error] invalid-argument-type - :338:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | Path`
[error] invalid-argument-type - :347:54 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | str`
[error] invalid-argument-type - :348:29 - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | str`
[error] invalid-argument-type - :372:28 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | (str & ~AlwaysFalsy) | LiteralString`
[error] invalid-argument-type - :376:45 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None | (str & ~AlwaysFalsy) | LiteralString`

setuptools/command/egg_info.py

[error] invalid-argument-type - :301:22 - Argument to function `utime` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`
[error] no-matching-overload - :307:35 - No overload of function `join` matches arguments
[error] no-matching-overload - :310:14 - No overload of function `join` matches arguments
[error] no-matching-overload - :318:29 - No overload of function `join` matches arguments

setuptools/command/install_egg_info.py

[error] no-matching-overload - :28:23 - No overload of function `join` matches arguments

setuptools/command/rotate.py

[error] no-matching-overload - :52:26 - No overload of function `join` matches arguments

setuptools/config/_apply_pyprojecttoml.py

[error] invalid-argument-type - :84 -
Old: Argument to function `_set_config` is incorrect: Expected `str`, found `(((Distribution, Any, @Todo | None, /) -> None) & ~(() -> object)) | (str & ~(() -> object))`
New: Argument to function `_set_config` is incorrect: Expected `str`, found `(((Distribution, Any, str | PathLike[str] | None, /) -> None) & ~(() -> object)) | (str & ~(() -> object))`

setuptools/config/expand.py

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

setuptools/glob.py

[error] no-matching-overload - :82:21 - No overload of function `glob1` matches arguments
[error] no-matching-overload - :82:21 - No overload of function `glob2` matches arguments
[error] no-matching-overload - :83:19 - No overload of function `join` matches arguments
[warning] unused-ignore-comment - :153:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :155:39 - Unused blanket `type: ignore` directive

setuptools/msvc.py

[warning] unused-ignore-comment - :744:91 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1375:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1396:76 - Unused blanket `type: ignore` directive

setuptools/tests/config/test_expand.py

[error] invalid-argument-type - :206:37 - Argument to function `find_packages` is incorrect: Expected `str | PathLike[str] | None`, found `Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - :243:46 - Argument to function `find_packages` is incorrect: Expected `str | PathLike[str] | None`, found `Unknown | dict[Unknown, Unknown] | bool`

setuptools/tests/test_editable_install.py

[error] invalid-argument-type - :569:29 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :572:29 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

setuptools/tests/test_sdist.py

[error] unresolved-attribute - :513:26 - Object of type `str` has no attribute `decode`
[error] unresolved-attribute - :549:26 - Object of type `str` has no attribute `decode`
[error] unresolved-attribute - :593:20 - Object of type `str` has no attribute `decode`
[error] unresolved-attribute - :624:20 - Object of type `str` has no attribute `decode`
[error] unresolved-attribute - :656:24 - Object of type `str` has no attribute `decode`
[error] unresolved-attribute - :696:24 - Object of type `str` has no attribute `decode`

setuptools/tests/test_warnings.py

[error] invalid-argument-type - :72:32 - Argument to bound method `emit` is incorrect: Expected `tuple[int, int, int] | None`, found `Unknown | str`

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

lib/spack/spack/vendor/archspec/cli.py

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

lib/spack/spack/ci/gitlab.py

[error] invalid-argument-type - :432:61 - Argument to function `ensure_expected_target_path` is incorrect: Expected `str`, found `Unknown | str | bytes`

lib/spack/spack/cmd/ci.py

[error] no-matching-overload - :327:30 - No overload of function `join` matches arguments
[error] no-matching-overload - :328:19 - No overload of function `join` matches arguments
[error] no-matching-overload - :329:20 - No overload of function `join` matches arguments
[error] no-matching-overload - :330:17 - No overload of function `join` matches arguments
[error] no-matching-overload - :331:24 - No overload of function `join` matches arguments

lib/spack/spack/cmd/license.py

[error] no-matching-overload - :81:24 - No overload of bound method `match` matches arguments

lib/spack/spack/cmd/style.py

[error] no-matching-overload - :670:16 - No overload of bound method `search` matches arguments
[error] invalid-argument-type - :672:32 - Argument to function `_spec_str_format` is incorrect: Expected `str`, found `str | bytes | int | ... omitted 4 union elements`
[error] invalid-argument-type - :674:57 - Argument is incorrect: Expected `str`, found `str | bytes | int | ... omitted 4 union elements`

lib/spack/spack/config.py

[error] invalid-argument-type - :1098:35 - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `object`
[error] invalid-argument-type - :1100:34 - Argument to function `isdir` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `object`

lib/spack/spack/installer.py

[error] invalid-argument-type - :1306:27 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`
[error] invalid-argument-type - :1319:23 - Argument to function `rename` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`

lib/spack/spack/repo_migrate.py

[warning] possibly-missing-attribute - :216:30 - Attribute `encode` may be missing on object of type `bytes | str`

lib/spack/spack/test/cmd/commands.py

[error] no-matching-overload - :239:5 - No overload of function `copy` matches arguments

lib/spack/spack/test/cmd/logs.py

[error] invalid-argument-type - :38:36 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_WrappedBuffer]` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - :38:36 - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `TextIOWrapper[_WrappedBuffer]`

lib/spack/spack/test/llnl/util/lock.py

[error] invalid-argument-type - :192:23 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown`

lib/spack/spack/test/oci/mock_registry.py

[error] call-non-callable - :230:20 - Object of type `object` is not callable

lib/spack/spack/util/unparse/unparser.py

[error] invalid-return-type - :1284:16 - Return type does not match returned value: expected `str | None`, found `str | bytes | int | ... omitted 4 union elements`

lib/spack/spack/vendor/attr/validators.py

[error] invalid-argument-type - :186 -
Old: Argument to function `sorted` is incorrect: Argument type `((Overload[(pattern: str | Pattern[str], string: str, flags: int = Literal[0]) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: @Todo, flags: int = Literal[0]) -> Match[bytes] | None]) & ~AlwaysTruthy & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
New: Argument to function `sorted` is incorrect: Argument type `((Overload[(pattern: str | Pattern[str], string: str, flags: int = Literal[0]) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: Buffer, flags: int = Literal[0]) -> Match[bytes] | None]) & ~AlwaysTruthy & ~AlwaysFalsy) | (str & ~AlwaysFalsy)` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/vendor/jinja2/debug.py

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

lib/spack/spack/vendor/jinja2/environment.py

[error] no-matching-overload - :1612:17 - No overload of bound method `writelines` matches arguments
[error] invalid-argument-type - :1612:31 - Argument to bound method `writelines` is incorrect: Expected `Iterable[Buffer]`, found `GeneratorType[bytes, None, None] | Self@dump`

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

sphinx/_cli/__init__.py

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

sphinx/ext/autodoc/directive.py

[warning] unused-ignore-comment - :89:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :116:31 - Unused blanket `type: ignore` directive

sphinx/util/osutil.py

[error] invalid-return-type - :168:16 - Return type does not match returned value: expected `str`, found `bytes`

sphinx/builders/_epub_base.py

[error] invalid-argument-type - :177:50 - Argument to bound method `__init__` is incorrect: Expected `AbstractSet[Literal["", "env", "epub", "gettext", "html", "applehelp", "devhelp"]]`, found `frozenset[Unknown | str]`

sphinx/builders/html/__init__.py

[error] invalid-argument-type - :190:50 - Argument to bound method `__init__` is incorrect: Expected `AbstractSet[Literal["", "env", "epub", "gettext", "html", "applehelp", "devhelp"]]`, found `frozenset[Unknown | str]`
[error] unsupported-operator - :1258:32 - Operator `/` is unsupported between objects of type `Unknown | Path` and `Unknown | bool | str | ... omitted 6 union elements`

sphinx/cmd/build.py

[error] invalid-return-type - :361 -
Old: Return type does not match returned value: expected `tuple[TextIO | None, TextIO | None, TextIO, TextIO | None]`, found `tuple[TextIO | @Todo | None, TextIO | @Todo | None, TextIO | @Todo | None, None | TextIOWrapper[_WrappedBuffer]]`
New: Return type does not match returned value: expected `tuple[TextIO | None, TextIO | None, TextIO, TextIO | None]`, found `tuple[TextIO | Any | None, TextIO | Any | None, TextIO | Any | None, None | TextIOWrapper[_WrappedBuffer]]`

sphinx/cmd/quickstart.py

[error] no-matching-overload - :248:26 - No overload of function `join` matches arguments
[error] no-matching-overload - :249:9 - No overload of function `join` matches arguments
[warning] unused-ignore-comment - :749:26 - Unused blanket `type: ignore` directive
[error] no-matching-overload - :361:24 - No overload of function `join` matches arguments
[error] no-matching-overload - :362:27 - No overload of function `join` matches arguments

sphinx/config.py

[error] unsupported-operator - :168:20 - Operator `>` is not supported for types `frozenset[type]` and `ENUM`, in comparing `tuple[Any, Literal["", "env", "epub", "gettext", "html", "applehelp", "devhelp"], frozenset[type] | ENUM, str]` with `tuple[Any, Literal["", "env", "epub", "gettext", "html", "applehelp", "devhelp"], frozenset[type] | ENUM, str]`
[warning] unused-ignore-comment - :255:75 - Unused blanket `type: ignore` directive

sphinx/environment/__init__.py

[error] invalid-argument-type - :364:39 - Argument to bound method `filter` is incorrect: Expected `AbstractSet[Literal["", "env", "epub", "gettext", "html", "applehelp", "devhelp"]]`, found `frozenset[Unknown | str]`

sphinx/ext/autodoc/_directive_options.py

[error] invalid-assignment - :220:62 - Object of type `dict[Unknown | str, Unknown | dict[str, (str, /) -> Any]]` is not assignable to `Mapping[Literal["module", "class", "exception", "function", "decorator", ... omitted 5 literals], dict[str, (str, /) -> Any]]`

sphinx/ext/autodoc/_loader.py

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

sphinx/ext/graphviz.py

[error] no-matching-overload - :266:24 - No overload of function `urlunsplit` matches arguments

sphinx/util/docfields.py

[warning] possibly-missing-attribute - :497:40 - Attribute `name` may be missing on object of type `Field | tuple[str, list[Node]] | list[tuple[str, list[Node]]] | Element`
[warning] possibly-missing-attribute - :501:29 - Attribute `make_field` may be missing on object of type `Field | tuple[str, list[Node]] | list[tuple[str, list[Node]]] | Element`
[error] invalid-argument-type - :507:21 - Argument to bound method `make_field` is incorrect: Expected `Element | None`, found `Field | tuple[str, list[Node]] | list[tuple[str, list[Node]]] | Element`
[warning] unused-ignore-comment - :504:29 - Unused blanket `type: ignore` directive

sphinx/util/logging.py

[error] invalid-argument-type - :627:28 - Argument to bound method `addFilter` is incorrect: Expected `_SupportsFilter | ((LogRecord, /) -> bool)`, found `InfoLogRecordTranslator`
[error] invalid-argument-type - :635:31 - Argument to bound method `addFilter` is incorrect: Expected `_SupportsFilter | ((LogRecord, /) -> bool)`, found `WarningLogRecordTranslator`

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

static_frame/test/unit/test_index_correspondence.py

[error] no-matching-overload - :22:26 - No overload of bound method `tolist` matches arguments

static_frame/core/archive_npy.py

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

static_frame/core/frame.py

[error] unsupported-operator - :1622 -
Old: Operator `+` is unsupported between objects of type `int | Top[integer[Any]] | Any` and `int`
New: Operator `-` is unsupported between objects of type `object` and `Literal[1]`
[error] invalid-argument-type - :8452 -
Old: Argument to function `resolve_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[@Todo, Any]`
New: Argument to function `resolve_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[tuple[Any, ...], Any]`

static_frame/core/index.py

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

static_frame/core/join.py

[error] invalid-argument-type - :73 -
Old: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, Any] | ndarray[@Todo, dtype[Any]] | Unknown`
New: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Any] | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - :113 -
Old: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, dtype[Any]] | Unknown`
New: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Any]] | Unknown`

static_frame/core/reduce.py

[error] invalid-argument-type - :310 -
Old: Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[@Todo, dtype[object_]]`
New: Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[tuple[Any, ...], dtype[object_]]`
[error] invalid-argument-type - :471 -
Old: Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[@Todo, dtype[object_]]`
New: Argument to function `ufunc_dtype_to_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[tuple[Any, ...], dtype[object_]]`

static_frame/core/series.py

[warning] unused-ignore-comment - :912:37 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :3352:29 - Object of type `signedinteger[@Todo]` is not assignable to `ndarray[Any, Any]`

static_frame/core/type_blocks.py

[error] invalid-argument-type - :3544 -
Old: Argument to function `shape_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
New: Argument to function `shape_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - :3551 -
Old: Argument to function `column_1d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
New: Argument to function `column_1d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - :3551 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - :3561 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - :3563 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, dtype[Any]]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `object`
[error] invalid-argument-type - :3572 -
Old: Argument to bound method `append` is incorrect: Expected `Never`, found `ndarray[@Todo, dtype[Any]]`
New: Argument to bound method `append` is incorrect: Expected `Never`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :3586 -
Old: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, Unknown]`
New: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :3594 -
Old: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, Unknown]`
New: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Unknown]`

static_frame/core/util.py

[error] no-matching-overload - :1423:26 - No overload matches arguments
[error] no-matching-overload - :2472:19 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :2473:16 - No overload of bound method `astype` matches arguments
[warning] unused-ignore-comment - :2363:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2375:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2378:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2384:44 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1771 -
Old: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[@Todo, list[tuple[str, Any] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: @Todo, /) -> ndarray[@Todo, list[tuple[str, Any] | Unknown]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, @Todo]]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `ndarray[Any, list[tuple[str, Any] | Unknown]]`
New: Method `__getitem__` of type `Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], list[tuple[str, Any] | Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], list[tuple[str, Any] | Unknown]], (key: str, /) -> ndarray[Any, dtype[Any]], (key: list[str], /) -> ndarray[Any, Unknown]]` cannot be called with key of type `tuple[slice[Any, Any, Any], Literal[0]]` on object of type `ndarray[Any, list[tuple[str, Any] | Unknown]]`
[error] invalid-argument-type - :3887 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `Sequence[int] | ndarray[@Todo, Any]`
New: Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `Sequence[int] | ndarray[tuple[Any, ...], Any]`

static_frame/core/yarn.py

[error] unresolved-attribute - :323 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_persist_loc`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_persist_loc`
[error] unresolved-attribute - :327 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_persist_loc`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_persist_loc`
[error] unresolved-attribute - :479 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :544 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :733 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :745 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :782 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_values_mutable`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :782 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `index`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :819 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_values_mutable`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :819 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `index`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :852 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_values_mutable`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_values_mutable`
[error] unresolved-attribute - :852 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `index`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `index`
[error] unresolved-attribute - :883 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `inventory`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `inventory`
[error] unresolved-attribute - :884 -
Old: Object of type `ndarray[@Todo, dtype[object_]]` has no attribute `_name`
New: Object of type `ndarray[tuple[Any, ...], dtype[object_]]` has no attribute `_name`

static_frame/test/unit/test_frame.py

[warning] unused-ignore-comment - :6232:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6233:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6234:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6235:61 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_index.py

[error] no-matching-overload - :887:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :900:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :904:26 - No overload of bound method `tolist` matches arguments

static_frame/test/unit/test_reduce.py

[error] invalid-argument-type - :862 -
Old: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: @Todo, axis: None, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: @Todo | None, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: @Todo, axis: @Todo | None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: @Todo, axis: @Todo | None = EllipsisType, dtype: @Todo = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> Any, (a: @Todo, axis: @Todo | None, dtype: @Todo, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum, (a: @Todo, axis: @Todo | None = EllipsisType, dtype: @Todo = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum]]]`
New: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: None, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> Any, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum]]]`
[error] invalid-argument-type - :869 -
Old: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: @Todo, axis: None, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: @Todo | None, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: @Todo, axis: @Todo | None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: @Todo, axis: @Todo | None = EllipsisType, dtype: @Todo = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> Any, (a: @Todo, axis: @Todo | None, dtype: @Todo, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum, (a: @Todo, axis: @Todo | None = EllipsisType, dtype: @Todo = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: @Todo = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum]], tuple[Literal[1], Overload[(a: @Todo | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> bool[bool], (a: @Todo | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: @Todo | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> @Todo, (a: @Todo | None, axis: int | tuple[int, ...] | None, out: _ArrayT@all, keepdims: @Todo | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@all, (a: @Todo | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@all, keepdims: @Todo | _NoValueType = EllipsisType, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@all]]]`
New: Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[(a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: @Todo, axis: None = EllipsisType, dtype: None = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: None, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: Literal[False] = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, *, dtype: @Todo, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ScalarT@sum | @Todo, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, out: None = EllipsisType, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> Any, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum, (a: _Buffer | @Todo, axis: SupportsIndex | Sequence[SupportsIndex] | None = EllipsisType, dtype: @Todo | tuple[Any, Any] | list[Any] | ... omitted 3 union elements = EllipsisType, *, out: _ArrayT@sum, keepdims: bool = EllipsisType, initial: int | float | complex | number[Any, int | float | complex] | bool[bool] = EllipsisType, where: @Todo = EllipsisType) -> _ArrayT@sum]], tuple[Literal[1], Overload[(a: _Buffer | @Todo | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> bool[bool], (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> Any, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None, out: _ArrayT@all, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@all, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@all, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@all]]]`

static_frame/test/unit/test_series.py

[warning] unused-ignore-comment - :625:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :636:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :637:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :638:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :639:61 - Unused blanket `type: ignore` directive
[error] no-matching-overload - :775:24 - No overload of function `__new__` matches arguments
[warning] unused-ignore-comment - :782:92 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_type_blocks.py

[error] invalid-argument-type - :1401 -
Old: Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[@Todo, @Todo]`
New: Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - :1411 -
Old: Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[@Todo, @Todo]`
New: Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[Unknown, Unknown]`

static_frame/test/unit/test_util.py

[error] no-matching-overload - :1306:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :1311:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :1316:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :1321:26 - No overload of bound method `tolist` matches arguments
[error] invalid-argument-type - :2132 -
Old: Argument to function `_ufunc_set_1d` is incorrect: Expected `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]`, found `Overload[(a: @Todo | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> bool[bool], (a: @Todo | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: @Todo | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> @Todo, (a: @Todo | None, axis: int | tuple[int, ...] | None, out: _ArrayT@any, keepdims: @Todo | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@any, (a: @Todo | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@any, keepdims: @Todo | _NoValueType = EllipsisType, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@any]`
New: Argument to function `_ufunc_set_1d` is incorrect: Expected `(ndarray[Any, Any], ndarray[Any, Any], /) -> ndarray[Any, Any]`, found `Overload[(a: _Buffer | @Todo | None, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> bool[bool], (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> Any, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None, out: _ArrayT@any, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, *, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@any, (a: _Buffer | @Todo | None, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT@any, keepdims: bool | bool[bool] | _NoValueType = EllipsisType, where: @Todo | _NoValueType = EllipsisType) -> _ArrayT@any]`

stone (https://github.com/dropbox/stone)

stone/frontend/ir_generator.py

[error] invalid-argument-type - :902:55 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `TagRef | (Unknown & ~AstTagRef)`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/codegen/plugins/python.py

[error] invalid-argument-type - :128:60 - Argument to bound method `_print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - :135:62 - Argument to bound method `_print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`

strawberry/experimental/pydantic/object_type.py

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

strawberry/http/async_base_view.py

[error] invalid-return-type - :199:20 - Return type does not match returned value: expected `ExecutionResult | list[ExecutionResult] | SubscriptionExecutionResult`, found `AsyncGenerator[ExecutionResult, None]`

strawberry/schema/_graphql_core.py

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

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-argument-type - :133:51 - Argument to bound method `handle_connection_init` is incorrect: Expected `ConnectionInitMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
[error] invalid-argument-type - :136:40 - Argument to bound method `handle_ping` is incorrect: Expected `PingMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
[error] invalid-argument-type - :139:40 - Argument to bound method `handle_pong` is incorrect: Expected `PongMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
[error] invalid-argument-type - :142:45 - Argument to bound method `handle_subscribe` is incorrect: Expected `SubscribeMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
[error] invalid-argument-type - :145:44 - Argument to bound method `handle_complete` is incorrect: Expected `CompleteMessage`, found `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`
[error] invalid-argument-type - :191:37 - Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :194:17 - Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str | None | (dict[str, object] & ~UnsetType)]`
[error] invalid-argument-type - :200:33 - Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :300:21 - Argument to bound method `send_operation_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :389:13 - Argument to bound method `send_operation_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str | list[GraphQLFormattedError | Unknown]]`
[error] invalid-argument-type - :406:13 - Argument to bound method `send_operation_message` is incorrect: Expected `ConnectionInitMessage | ConnectionAckMessage | PingMessage | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str | NextMessagePayload]`

strawberry/subscriptions/protocols/graphql_ws/handlers.py

[error] invalid-argument-type - :85:47 - Argument to bound method `handle_connection_init` is incorrect: Expected `ConnectionInitMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
[error] invalid-argument-type - :87:52 - Argument to bound method `handle_connection_terminate` is incorrect: Expected `ConnectionTerminateMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
[error] invalid-argument-type - :89:37 - Argument to bound method `handle_start` is incorrect: Expected `StartMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
[error] invalid-argument-type - :91:36 - Argument to bound method `handle_stop` is incorrect: Expected `StopMessage`, found `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`
[error] invalid-argument-type - :108:37 - Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str | dict[str, object]]`
[error] invalid-argument-type - :116:37 - Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :119:17 - Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str | (dict[str, object] & ~UnsetType)]`
[error] invalid-argument-type - :150:37 - Argument to bound method `send_message` is incorrect: Expected `ConnectionInitMessage | StartMessage | StopMessage | ... omitted 7 union elements`, found `dict[Unknown | str, Unknown | str]`

strawberry/types/base.py

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

strawberry/types/field.py

[error] invalid-assignment - :350:28 - Object of type `StrawberryType | type` is not assignable to `StrawberryType | type[WithStrawberryDefinition[StrawberryObjectDefinition]] | type[UNRESOLVED]`
[warning] possibly-missing-attribute - :370:31 - Attribute `__strawberry_definition__` may be missing on object of type `StrawberryType | type[WithStrawberryDefinition[StrawberryObjectDefinition]] | type[UNRESOLVED]`

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

lib/streamlit/elements/layouts.py

[warning] division-by-zero - :556:41 - Cannot divide object of type `float` by zero
[warning] division-by-zero - :556:41 - Cannot divide object of type `int` by zero

lib/streamlit/elements/widgets/time_widgets.py

[error] invalid-assignment - :156:23 - Object of type `(date & Sequence[object]) | (Sequence[date | str | None] & ~str)` is not assignable to `Sequence[date | str | None]`
[warning] unused-ignore-comment - :167:73 - Unused `ty: ignore` directive: 'invalid-argument-type'
[error] invalid-argument-type - :1437:55 - Argument to function `parse_date_deterministic_for_id` is incorrect: Expected `date | str | None`, found `object`

lib/streamlit/elements/widgets/data_editor.py

[warning] possibly-missing-attribute - :1116:13 - Attribute `set_uuid` may be missing on object of type `Unknown | tuple[Any] | list[Any] | set[Any] | dict[str, Any]`

lib/streamlit/testing/v1/element_tree.py

[warning] unused-ignore-comment - :1549:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1553:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1557:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1561:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1565:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1569:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1573:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1577:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1581:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1585:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1589:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1593:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1597:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1601:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1605:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1609:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1613:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1617:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1621:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1625:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1629:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1633:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1637:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1641:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1645:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1649:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1653:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1657:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1661:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1665:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1669:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1673:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1677:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1681:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1685:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1689:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1693:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1697:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1701:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1705:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1709:50 - Unused blanket `type: ignore` directive

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

sympy/calculus/tests/test_accumulationbounds.py

[error] unresolved-attribute - :226:12 - Object of type `int` has no attribute `subs`
[error] unresolved-attribute - :227:12 - Object of type `int` has no attribute `subs`
[error] unresolved-attribute - :228:9 - Object of type `int` has no attribute `subs`

sympy/core/tests/test_assumptions.py

[error] unresolved-attribute - :714:14 - Object of type `int` has no attribute `xreplace`
[error] unresolved-attribute - :1062:12 - Object of type `int` has no attribute `is_real`
[error] unresolved-attribute - :1227:12 - Object of type `int` has no attribute `is_integer`

sympy/core/tests/test_priority.py

[error] unresolved-attribute - :125:27 - Object of type `int` has no attribute `args`

sympy/physics/wigner.py

[error] unresolved-attribute - :505:15 - Object of type `int` has no attribute `evalf`

sympy/plotting/intervalmath/tests/test_interval_functions.py

[error] unresolved-attribute - :42:12 - Object of type `int` has no attribute `is_valid`
[error] unresolved-attribute - :44:12 - Object of type `int` has no attribute `is_valid`

sympy/algebras/tests/test_quaternion.py

[error] unsupported-operator - :168:31 - Operator `**` is unsupported between objects of type `Quaternion` and `int | float`

sympy/assumptions/tests/test_refine.py

[error] no-matching-overload - :28:12 - No overload of function `refine` matches arguments
[error] no-matching-overload - :29:12 - No overload of function `refine` matches arguments
[error] no-matching-overload - :30:12 - No overload of function `refine` matches arguments

sympy/combinatorics/schur_number.py

[error] unsupported-operator - :62:17 - Operator `**` is unsupported between objects of type `Literal[3]` and `Basic`

sympy/core/tests/test_arit.py

[error] unresolved-attribute - :1040:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1041:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1043:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1044:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1046:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1047:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1050:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1073:12 - Object of type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1122:12 - Object of type `int` has no attribute `is_real`
[error] unresolved-attribute - :1123:12 - Object of type `int` has no attribute `is_real`
[error] unresolved-attribute - :1124:12 - Object of type `int` has no attribute `is_real`
[error] unresolved-attribute - :1225:12 - Object of type `int` has no attribute `is_odd`
[error] unresolved-attribute - :1226:12 - Object of type `int` has no attribute `is_odd`
[error] unresolved-attribute - :1231:12 - Object of type `int` has no attribute `is_even`
[error] unresolved-attribute - :1251:12 - Object of type `int` has no attribute `is_odd`
[error] unresolved-attribute - :1278:12 - Object of type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1279:12 - Object of type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1280:12 - Object of type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1281:12 - Object of type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1291:12 - Object of type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1292:12 - Object of type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1293:12 - Object of type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1294:12 - Object of type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1304:12 - Object of type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1305:12 - Object of type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1442:12 - Object of type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1443:12 - Object of type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1444:12 - Object of type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1445:12 - Object of type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1458:12 - Object of type `int` has no attribute `is_nonpositive`
[error] unresolved-attribute - :1459:12 - Object of type `int` has no attribute `is_nonpositive`
[error] unresolved-attribute - :1460:12 - Object of type `int` has no attribute `is_nonpositive`
[error] unresolved-attribute - :1461:12 - Object of type `int` has no attribute `is_nonpositive`

sympy/core/tests/test_complex.py

[error] unresolved-attribute - :210:12 - Object of type `int` has no attribute `n`
[error] unresolved-attribute - :210:33 - Object of type `int` has no attribute `n`

sympy/core/tests/test_evalf.py

[error] unresolved-attribute - :371:12 - Object of type `int` has no attribute `evalf`
[error] unresolved-attribute - :374:12 - Object of type `int` has no attribute `evalf`
[error] unresolved-attribute - :651:12 - Object of type `int` has no attribute `evalf`
[error] unresolved-attribute - :652:12 - Object of type `int` has no attribute `evalf`

sympy/core/tests/test_expr.py

[error] unresolved-attribute - :609:12 - Object of type `int` has no attribute `is_polynomial`
[error] unresolved-attribute - :610:12 - Object of type `int` has no attribute `is_polynomial`
[error] unresolved-attribute - :698:12 - Object of type `int` has no attribute `is_meromorphic`
[error] unresolved-attribute - :699:12 - Object of type `int` has no attribute `is_meromorphic`
[error] unresolved-attribute - :1915:12 - Object of type `int` has no attribute `is_constant`

sympy/core/tests/test_numbers.py

[error] unresolved-attribute - :1481:12 - Object of type `int` has no attribute `expand`
[error] unresolved-attribute - :1482:12 - Object of type `int` has no attribute `expand`
[error] unresolved-attribute - :1484:12 - Object of type `int` has no attribute `expand`

sympy/core/tests/test_power.py

[error] unresolved-attribute - :237:12 - Object of type `int` has no attribute `rewrite`
[error] unresolved-attribute - :238:12 - Object of type `int` has no attribute `rewrite`
[error] unresolved-attribute - :244:12 - Object of type `int` has no attribute `rewrite`

sympy/core/tests/test_relational.py

[error] unsupported-operator - :408:35 - Operator `**` is unsupported between objects of type `Literal[1]` and `Unknown | Equality | Unequality | ... omitted 4 union elements`

sympy/core/tests/test_subs.py

[error] unresolved-attribute - :750:12 - Object of type `int` has no attribute `subs`
[error] unresolved-attribute - :751:12 - Object of type `int` has no attribute `subs`

sympy/functions/combinatorial/factorials.py

[error] invalid-argument-type - :228:36 - Argument to function `__new__` is incorrect: Expected `(Basic | Unknown, /) -> Unknown`, found `<class 'int'>`
[error] invalid-argument-type - :995:24 - Argument to function `__new__` is incorrect: Expected `(Basic, /) -> Unknown`, found `<class 'int'>`

sympy/functions/special/bessel.py

[error] unsupported-operator - :751:27 - Operator `**` is unsupported between objects of type `Literal[-1]` and `Basic`
[error] unsupported-operator - :233:29 - Operator `**` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :550:29 - Operator `**` is unsupported between objects of type `Literal[2]` and `Basic`

sympy/functions/special/gamma_functions.py

[error] invalid-argument-type - :736:61 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic`

sympy/functions/special/zeta_functions.py

[error] unsupported-operator - :385:35 - Operator `**` is unsupported between objects of type `int` and `Basic`

sympy/integrals/manualintegrate.py

[error] invalid-argument-type - :1366:21 - Argument is incorrect: Expected `Expr`, found `int`

sympy/logic/tests/test_boolalg.py

[error] invalid-argument-type - :966:39 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `BooleanTrue | BooleanFalse | Unknown | Zero | One`

sympy/plotting/pygletplot/plot_axes.py

[error] invalid-argument-type - :44:27 - Argument to function `eval` is incorrect: Expected `str | Buffer | CodeType`, found `Unknown | float`

sympy/polys/densebasic.py

[error] invalid-type-form - :255:61 - Variable of type `Literal["tuple[int, ...]"]` is not allowed in a type expression
[error] invalid-type-form - :1898:48 - Variable of type `Literal["tuple[int, ...]"]` is not allowed in a type expression
[error] invalid-type-form - :1898:69 - Variable of type `Literal["tuple[int, ...]"]` is not allowed in a type expression
[error] invalid-type-form - :1921:17 - Variable of type `Literal["tuple[int, ...]"]` is not allowed in a type expression

sympy/polys/densetools.py

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

sympy/polys/numberfields/galois_resolvents.py

[error] unsupported-operator - :213:24 - Operator `**` is unsupported between objects of type `Literal[2]` and `None | Unknown`

sympy/polys/rings.py

[error] invalid-argument-type - :3460:33 - Argument to bound method `coeff_wrt` is incorrect: Expected `int`, found `int | float`
[warning] possibly-missing-attribute - :3465:21 - Attribute `exquo` may be missing on object of type `PolyElement[Er@PolyElement] | int | float`
[error] no-matching-overload - :3465:21 - No overload of bound method `exquo` matches arguments

sympy/polys/rootoftools.py

[error] invalid-argument-type - :320:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~None) | Basic`

sympy/polys/subresultants_qq_zz.py

[error] invalid-argument-type - :754:25 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | float | complex`

sympy/printing/preview.py

[error] no-matching-overload - :292:39 - No overload of function `which` matches arguments
[error] invalid-argument-type - :377:45 - Argument to function `move` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `str | PathLike[str]` of type variable `_StrPathT`

sympy/series/tests/test_series.py

[error] unresolved-attribute - :421:32 - Object of type `int` has no attribute `series`

sympy/simplify/simplify.py

[error] unsupported-operator - :1937 -
Old: Operator `+` is unsupported between objects of type `tuple[@Todo | int]` and `Unknown | list[Unknown]`
New: Operator `+` is unsupported between objects of type `tuple[@Todo | int | float]` and `Unknown | list[Unknown]`

sympy/simplify/tests/test_powsimp.py

[error] unresolved-attribute - :133:48 - Object of type `int` has no attribute `subs`

sympy/simplify/tests/test_simplify.py

[error] unresolved-attribute - :616:12 - Object of type `int` has no attribute `as_content_primitive`
[error] unresolved-attribute - :617:12 - Object of type `int` has no attribute `as_content_primitive`
[error] unresolved-attribute - :937:21 - Object of type `int` has no attribute `rewrite`
[error] no-matching-overload - :946:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :948:12 - No overload of function `simplify` matches arguments

sympy/testing/runtests.py

[warning] possibly-missing-attribute - :1315:22 - Attribute `__name__` may be missing on object of type `(type[BaseException] & ~<class 'AssertionError'>) | None`
[warning] possibly-missing-attribute - :1317:22 - Attribute `__name__` may be missing on object of type `(type[BaseException] & ~<class 'AssertionError'>) | None`
[warning] possibly-missing-attribute - :1319:22 - Attribute `__name__` may be missing on object of type `(type[BaseException] & ~<class 'AssertionError'>) | None`
[warning] possibly-missing-attribute - :1487 -
Old: Attribute `getvalue` may be missing on object of type `TextIO | @Todo`
New: Attribute `getvalue` may be missing on object of type `TextIO | Any`

sympy/utilities/tests/test_wester.py

[error] no-matching-overload - :858:12 - No overload of function `simplify` matches arguments

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

tornado/web.py

[warning] unused-ignore-comment - :1938:45 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :2458 -
Old: Argument to bound method `join` is incorrect: Expected `Iterable[@Todo]`, found `Unknown | list[Unknown] | None`
New: Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `Unknown | list[Unknown] | None`

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

src/trio/_core/_run.py

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

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

dummyserver/socketserver.py

[error] invalid-argument-type - :167:25 - Argument to bound method `load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`

dummyserver/testcase.py

[warning] possibly-missing-attribute - :323 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | None`

src/urllib3/connection.py

[warning] possibly-missing-attribute - :560 -
Old: Attribute `settimeout` may be missing on object of type `socket | @Todo | None`
New: Attribute `settimeout` may be missing on object of type `socket | Any | None`

src/urllib3/http2/connection.py

[warning] possibly-missing-attribute - :110 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :167 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :180 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :191 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :202 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :207 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :235 -
Old: Attribute `recv` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `recv` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :258 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :312 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`

src/urllib3/util/ssltransport.py

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

test/test_http2_connection.py

[warning] possibly-missing-attribute - :133 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :133 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :150 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :150 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :173 -
Old: Attribute `assert_has_calls` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_has_calls` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :173 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :205 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :205 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :229 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :229 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :246 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :259 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :279 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :292 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :312 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :325 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
[warning] possibly-missing-attribute - :334 -
Old: Attribute `sendall` may be missing on object of type `socket | @Todo | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :347 -
Old: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`
New: Attribute `assert_called_with` may be missing on object of type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)`

test/test_ssltransport.py

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

vision (https://github.com/pytorch/vision)

references/depth/stereo/train.py

[error] unresolved-attribute - :508:17 - Object of type `ndarray[tuple[Any, ...], Unknown]` has no attribute `load_state_dict`

references/depth/stereo/transforms.py

[error] invalid-return-type - :190 -
Old: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
New: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
[warning] possibly-missing-attribute - :477 -
Old: Attribute `unsqueeze` may be missing on object of type `(Unknown & ~None) | ndarray[@Todo, dtype[Any]]`
New: Attribute `unsqueeze` may be missing on object of type `(Unknown & ~None) | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-return-type - :485 -
Old: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]]`, found `tuple[tuple[Unknown, ...], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
New: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, ...], tuple[Unknown, ...] | tuple[None, ...], tuple[Unknown, ...] | tuple[None, ...]]`
[error] invalid-assignment - :580 -
Old: Object of type `tuple[None | Unknown, ...] | tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]` is not assignable to `tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]`
New: Object of type `tuple[None | Unknown, ...] | tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]` is not assignable to `tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]`
[error] invalid-return-type - :601 -
Old: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None], tuple[Unknown | ndarray[@Todo, dtype[Any]] | None, Unknown | ndarray[@Todo, dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[None | Unknown, None | Unknown], tuple[None | Unknown, ...]]`
New: Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[None | Unknown, None | Unknown], tuple[None | Unknown, ...]]`

setup.py

[error] no-matching-overload - :403:24 - No overload of function `run` matches arguments

test/common_extended_utils.py

[error] no-matching-overload - :307:20 - No overload of function `join` matches arguments

test/datasets_utils.py

[warning] possibly-missing-attribute - :861 -
Old: Attribute `shape` may be missing on object of type `ndarray[@Todo, dtype[Any]] | None`
New: Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | None`

test/test_datasets.py

[error] unsupported-operator - :457:18 - Operator `/` is unsupported between objects of type `Path` and `Unknown | str | tuple[str, ...] | int`
[error] no-matching-overload - :1815:18 - No overload matches arguments
[error] no-matching-overload - :1816:19 - No overload matches arguments

test/test_videoapi.py

[error] invalid-argument-type - :157:49 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`

torchvision/transforms/functional.py

[warning] possibly-missing-attribute - :145 -
Old: Attribute `ndim` may be missing on object of type `Image | ndarray[@Todo, dtype[Any]]`
New: Attribute `ndim` may be missing on object of type `Image | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :573:28 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - :573:46 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - :799:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - :799:32 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - :850:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - :850:32 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`

torchvision/transforms/v2/functional/_geometry.py

[error] invalid-argument-type - :2518:17 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - :2851:17 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`

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

src/werkzeug/_internal.py

[error] invalid-return-type - :42:12 - Return type does not match returned value: expected `dict[str, Any]`, found `(Any & Top[dict[Unknown, Unknown]]) | dict[str, Any] | (Request & Top[dict[Unknown, Unknown]])`

src/werkzeug/datastructures/file_storage.py

[error] no-matching-overload - :196:37 - No overload of function `open` matches arguments

src/werkzeug/debug/__init__.py

[error] call-non-callable - :349:17 - Object of type `object` is not callable
[warning] unused-ignore-comment - :352:35 - Unused blanket `type: ignore` directive

src/werkzeug/middleware/profiler.py

[error] call-non-callable - :121:17 - Object of type `object` is not callable

src/werkzeug/routing/rules.py

[error] unsupported-operator - :779:44 - Operator `+` is unsupported between objects of type `Unknown | str | bytes | ... omitted 5 union elements` and `str | bytes | int | ... omitted 4 union elements`

src/werkzeug/serving.py

[error] call-non-callable - :367:21 - Object of type `object` is not callable
[warning] possibly-missing-attribute - :223:12 - Attribute `strip` may be missing on object of type `Unknown | tuple[int, int] | str | ... omitted 3 union elements`
[error] invalid-argument-type - :225:52 - Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `Unknown | tuple[int, int] | str | ... omitted 3 union elements`
[warning] unused-ignore-comment - :751:30 - Unused blanket `type: ignore` directive

src/werkzeug/utils.py

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

src/werkzeug/wsgi.py

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

tests/middleware/test_shared_data.py

[error] invalid-argument-type - :10:32 - Argument to bound method `__init__` is incorrect: Expected `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`, found `None`

tests/test_routing.py

[error] invalid-argument-type - :473:13 - Argument to bound method `force_type` is incorrect: Expected `Response`, found `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`

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

asv_bench/benchmarks/dataset_io.py

[error] invalid-argument-type - :176:46 - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :180:63 - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :184:63 - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :190:50 - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :220:48 - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :224:61 - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :228:61 - Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :383:52 - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :389:56 - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :405:52 - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :411:56 - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :441:54 - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`
[error] invalid-argument-type - :453:54 - Argument to function `open_mfdataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `Unknown | dict[Unknown | str, Unknown | float]`

xarray/backends/api.py

[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `Literal["coordinates", "all"] | bool | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Literal["coordinates", "all"] | bool | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | CFDatetimeCoder | Mapping[str, bool | CFDatetimeCoder] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `bool | CFDatetimeCoder | Mapping[str, bool | CFDatetimeCoder] | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | CFTimedeltaCoder | Mapping[str, bool | CFTimedeltaCoder] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `bool | CFTimedeltaCoder | Mapping[str, bool | CFTimedeltaCoder] | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | Mapping[str, bool] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `bool | Mapping[str, bool] | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | Mapping[str, bool] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `bool | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | Mapping[str, bool] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `bool`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `dict[str, Any] | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `str | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `str | type[BackendEntrypoint] | None`, found `str | type[BackendEntrypoint] | None | ... omitted 5 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `dict[str, Any] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `dict[str, Any] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `str | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `str | type[BackendEntrypoint] | None`, found `str | type[BackendEntrypoint] | None | Unknown | dict[Unknown, Unknown]`

xarray/backends/scipy_.py

[error] invalid-argument-type - :375:35 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (ReadBuffer[Unknown] & PathLike[object]) | (AbstractDataStore & PathLike[object])`
[warning] unused-ignore-comment - :367:52 - Unused blanket `type: ignore` directive

xarray/backends/zarr.py

[warning] possibly-missing-attribute - :857 -
Old: Attribute `chunks` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `chunks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :858 -
Old: Attribute `chunks` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `chunks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :864 -
Old: Attribute `compressors` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `compressors` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :865 -
Old: Attribute `filters` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `filters` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :866 -
Old: Attribute `shards` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `shards` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :870 -
Old: Attribute `serializer` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `serializer` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :874 -
Old: Attribute `compressor` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `compressor` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :875 -
Old: Attribute `filters` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `filters` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :882 -
Old: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :883 -
Old: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[@Todo, dtype[Any]]`
New: Attribute `fill_value` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`

xarray/coding/cftime_offsets.py

[error] invalid-argument-type - :197 -
Old: Argument to function `_get_day_of_month` is incorrect: Expected `Literal["start", "end"]`, found `@Todo | None`
New: Argument to function `_get_day_of_month` is incorrect: Expected `Literal["start", "end"]`, found `Literal["start", "end"] | None`
[error] invalid-argument-type - :438 -
Old: Argument to function `roll_qtrday` is incorrect: Expected `Literal["start", "end"]`, found `@Todo | None`
New: Argument to function `roll_qtrday` is incorrect: Expected `Literal["start", "end"]`, found `Literal["start", "end"] | None`
[error] invalid-argument-type - :441 -
Old: Argument to function `_shift_month` is incorrect: Expected `Literal["start", "end"]`, found `@Todo | None`
New: Argument to function `_shift_month` is incorrect: Expected `Literal["start", "end"]`, found `Literal["start", "end"] | None`
[error] invalid-argument-type - :532 -
Old: Argument to function `_get_day_of_month` is incorrect: Expected `Literal["start", "end"]`, found `@Todo | None`
New: Argument to function `_get_day_of_month` is incorrect: Expected `Literal["start", "end"]`, found `Literal["start", "end"] | None`
[error] invalid-argument-type - :535 -
Old: Argument to function `_shift_month` is incorrect: Expected `Literal["start", "end"]`, found `@Todo | None`
New: Argument to function `_shift_month` is incorrect: Expected `Literal["start", "end"]`, found `Literal["start", "end"] | None`

xarray/coding/times.py

[error] invalid-argument-type - :560:48 - Argument to function `__new__` is incorrect: Expected `Literal["K", "A", "C", "F"] | None`, found `Literal[43]`
[error] invalid-argument-type - :561:49 - Argument to function `__new__` is incorrect: Expected `Literal["K", "A", "C", "F"] | None`, found `Literal[16]`
[error] invalid-return-type - :1169 -
Old: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[@Todo, dtype[Any]], str, str]`
New: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]], str, str]`

xarray/core/accessor_dt.py

[warning] possibly-missing-attribute - :104:12 - Attribute `reshape` may be missing on object of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

xarray/core/dataarray.py

[error] invalid-assignment - :1477:29 - Object of type `dict[Hashable, (Mapping[Any, Resampler | str | int | tuple[int, ...] | None] & float) | str | int]` is not assignable to `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`
[warning] possibly-missing-attribute - :158 -
Old: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]] | Mapping[Unknown, Unknown]`
New: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]] | Mapping[Unknown, Unknown]`
[warning] possibly-missing-attribute - :182 -
Old: Attribute `items` may be missing on object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]] & ~Coordinates) | (Mapping[Unknown, Unknown] & ~Coordinates) | None`
New: Attribute `items` may be missing on object of type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]] & ~Coordinates) | (Mapping[Unknown, Unknown] & ~Coordinates) | None`
[error] invalid-argument-type - :215 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]]]` cannot be called with key of type `Hashable` on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]]`
New: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]]]` cannot be called with key of type `Hashable` on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]]`
[warning] possibly-missing-attribute - :216 -
Old: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, dtype[Any]]] | Mapping[Unknown, Unknown]`
New: Attribute `keys` may be missing on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], dtype[Any]]] | Mapping[Unknown, Unknown]`

xarray/core/datatree.py

[error] invalid-argument-type - :1341:13 - Argument to function `__new__` is incorrect: Expected `Iterable[tuple[str | Unknown, _CoordWrapper]]`, found `Iterable[tuple[str, Unknown]] | ItemsView[str, DataArray | Variable | Any | ... omitted 8 union elements] | dict_items[Unknown, Unknown]`
[error] invalid-argument-type - :2605:49 - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Resampler | str | int | tuple[int, ...] | None] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`
[error] invalid-type-form - :1179:28 - Variable of type `Literal["CoercibleValue | Dataset | DataTree | None"]` is not allowed in a type expression
[error] invalid-type-form - :1191:26 - Variable of type `Literal["CoercibleValue | Dataset | DataTree | None"]` is not allowed in a type expression
[error] invalid-type-form - :1191:57 - Variable of type `Literal["CoercibleValue | Dataset | DataTree | None"]` is not allowed in a type expression
[error] invalid-type-form - :1203:26 - Variable of type `Literal["CoercibleValue | Dataset | DataTree | None"]` is not allowed in a type expression
[error] invalid-type-form - :1203:57 - Variable of type `Literal["CoercibleValue | Dataset | DataTree | None"]` is not allowed in a type expression
[error] invalid-type-form - :1344:47 - Variable of type `Literal["CoercibleValue | Dataset | DataTree | None"]` is not allowed in a type expression

xarray/core/groupby.py

[error] invalid-argument-type - :416:49 - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Grouper] | None`, found `(Sequence[Hashable] & Top[Mapping[Unknown, object]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper) | (DataArray & Top[Mapping[Unknown, object]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper) | (IndexVariable & Top[Mapping[Unknown, object]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper) | (Mapping[Any, Grouper] & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper)`
[error] invalid-argument-type - :423:34 - Argument is incorrect: Expected `typing.TypeVar | _DummyGroup[Unknown]`, found `(DataArray & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (Sequence[Hashable] & Variable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (IndexVariable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]])`

xarray/core/missing.py

[warning] possibly-missing-attribute - :324 -
Old: Attribute `name` may be missing on object of type `Unknown | Variable | ndarray[@Todo, Unknown]`
New: Attribute `name` may be missing on object of type `Unknown | Variable | ndarray[tuple[Any, ...], Unknown]`

xarray/core/resample_cftime.py

[error] unsupported-operator - :426:23 - Operator `+` is unsupported between objects of type `Unknown | datetime64[date | int | None]` and `timedelta`
[error] unsupported-operator - :435:23 - Operator `-` is unsupported between objects of type `Unknown | datetime64[date | int | None]` and `timedelta`
[error] non-subscriptable - :166:33 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method
[error] unsupported-operator - :412 -
Old: Operator `//` is unsupported between objects of type `Unknown | datetime64[date | int | None]` and `timedelta`
New: Operator `//` is unsupported between objects of type `Unknown | timedelta64[timedelta | int | None]` and `timedelta`
[error] unsupported-operator - :428 -
Old: Operator `%` is unsupported between objects of type `Unknown | datetime64[date | int | None]` and `timedelta`
New: Operator `%` is unsupported between objects of type `Unknown | timedelta64[timedelta | int | None]` and `timedelta`
[error] unsupported-operator - :429 -
Old: Operator `%` is unsupported between objects of type `Unknown | datetime64[date | int | None]` and `timedelta`
New: Operator `%` is unsupported between objects of type `Unknown | timedelta64[timedelta | int | None]` and `timedelta`

xarray/core/utils.py

[error] invalid-argument-type - :1236:20 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[warning] unused-ignore-comment - :204:25 - Unused blanket `type: ignore` directive

xarray/groupers.py

[error] no-matching-overload - :950:13 - No overload of bound method `groupby` matches arguments
[error] invalid-assignment - :637:9 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`
[error] invalid-assignment - :639:5 - Cannot assign to a subscript on an object of type `signedinteger[@Todo]`
[error] invalid-return-type - :640:12 - Return type does not match returned value: expected `ndarray[@Todo, dtype[Any]]`, found `signedinteger[@Todo] | @Todo`

xarray/namedarray/core.py

[error] non-subscriptable - :823:29 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :823:29 - Method `__getitem__` of type `Overload[(index: SupportsIndex, /) -> int, (index: slice[Any, Any, Any], /) -> tuple[int, ...]]` cannot be called with key of type `Hashable` on object of type `tuple[int, ...]`
[error] invalid-argument-type - :823:29 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Hashable` on object of type `str`
[error] unsupported-operator - :825:20 - Operator `in` is not supported for types `Hashable` and `str`, in comparing `Hashable` with `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :849:40 - Attribute `get` may be missing on object of type `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 5 union elements`

xarray/plot/utils.py

[error] invalid-argument-type - :1155:25 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `@Todo | float64`

xarray/structure/combine.py

[error] unsupported-operator - :158:26 - Operator `-` is unsupported between objects of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]` and `Literal[1]`

xarray/tests/test_backends_datatree.py

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

xarray/tests/test_coding_times.py

[error] no-matching-overload - :600:22 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :616:16 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1508:11 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1530:11 - No overload of function `__new__` matches arguments

xarray/tests/test_dataarray.py

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

xarray/tests/test_dataset.py

[error] invalid-argument-type - :5325:41 - Argument to bound method `from_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :5333:41 - Argument to bound method `from_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :5338:36 - Argument to bound method `from_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`

xarray/tests/test_groupby.py

[error] non-subscriptable - :1144:12 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method
[warning] unused-ignore-comment - :1721:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1787:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1798:73 - Unused blanket `type: ignore` directive

xarray/tests/test_plot.py

[error] unresolved-attribute - :2256 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `get_title`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `get_title`
[error] unresolved-attribute - :2290 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `has_data`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `has_data`
[error] unresolved-attribute - :2291 -
Old: Object of type `ndarray[@Todo, dtype[Any]]` has no attribute `get_visible`
New: Object of type `ndarray[tuple[Any, ...], dtype[Any]]` has no attribute `get_visible`

xarray/tests/test_variable.py

[warning] unused-ignore-comment - :2418:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3223:51 - Unused blanket `type: ignore` directive

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/interface.py

[warning] possibly-missing-attribute - :965:16 - Attribute `tb_next` may be missing on object of type `TracebackType | None`

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

corporate/views/sponsorship.py

[error] invalid-argument-type - :26:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :36:31 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `has_billing_access`

scripts/lib/supervisor.py

[error] non-subscriptable - :51:12 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :51:32 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :52:23 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :52:42 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :54:20 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :74:31 - Cannot subscript object of type `object` with no `__getitem__` method

zerver/context_processors.py

[error] unresolved-attribute - :60:16 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[warning] possibly-missing-attribute - :222:27 - Attribute `id` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :223:29 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `get_role_name`

zerver/lib/sessions.py

[error] invalid-return-type - :120:16 - Return type does not match returned value: expected `UserProfile | AnonymousUser`, found `(AbstractBaseUser & ~LazyObject) | (AnonymousUser & ~LazyObject)`

zerver/views/digest.py

[error] invalid-argument-type - :19:34 - Argument to function `get_digest_context` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`

zerver/views/home.py

[error] unresolved-attribute - :46:20 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `tos_version`
[error] invalid-argument-type - :48:35 - Argument to function `do_change_tos_version` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :53:49 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `email_address_visibility`
[error] invalid-argument-type - :56:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - :59:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :65:48 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `enable_marketing_emails`
[error] invalid-argument-type - :68:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - :71:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :74:16 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `is_imported_stub`
[error] invalid-argument-type - :75:44 - Argument to function `do_change_is_imported_stub` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :82:24 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `tos_version`
[error] unresolved-attribute - :84:65 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :89:18 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `delivery_email`
[error] unresolved-attribute - :105:9 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `tos_version`
[error] unresolved-attribute - :219:17 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] invalid-argument-type - :227:26 - Argument to function `update_last_reminder` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser | None`
[error] invalid-argument-type - :230:24 - Argument to function `need_accept_tos` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser | None`
[error] invalid-argument-type - :233:80 - Argument to function `detect_narrowed_window` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser | None`
[error] invalid-argument-type - :237:9 - Argument to function `build_page_params_for_home_page_load` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser | None`
[error] invalid-argument-type - :251:53 - Argument to function `get_user_permission_info` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser | None`

analytics/views/stats.py

[error] unresolved-attribute - :78:9 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `default_language`
[error] unresolved-attribute - :105:13 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :106:8 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `is_guest`

corporate/tests/test_stripe.py

[error] invalid-argument-type - :2834:53 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2835:42 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2865:77 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2867:82 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2869:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2870:70 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2917:77 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2919:82 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2921:62 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2922:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2923:82 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :5133:25 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8705:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8709:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8713:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8835:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8837:58 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8838:57 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8839:78 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8879:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8880:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9107:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9111:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9115:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9118:80 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9466:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9468:58 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9469:57 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9470:78 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9512:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9513:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10180:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10184:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10188:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10191:80 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10694:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10698:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10702:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10705:80 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

corporate/views/billing_page.py

[error] invalid-argument-type - :54:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :54:60 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :57:25 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `has_billing_access`
[error] unresolved-attribute - :63:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `has_billing_access`
[error] unresolved-attribute - :66:8 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :66:32 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :69:38 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :77:8 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :77:32 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`

corporate/views/portico.py

[error] unresolved-attribute - :113:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `is_guest`
[error] unresolved-attribute - :115:16 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `has_billing_access`
[error] unresolved-attribute - :402:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `has_billing_access`
[error] invalid-argument-type - :405:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :405:60 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :441:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `has_billing_access`
[error] invalid-argument-type - :444:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :444:60 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`

corporate/views/support.py

[error] unresolved-attribute - :122:18 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `delivery_email`
[error] unresolved-attribute - :123:23 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :133:33 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `full_name`
[error] unresolved-attribute - :134:36 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :137:61 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :138:30 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `get_role_name`
[error] unresolved-attribute - :146:32 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `delivery_email`
[error] unresolved-attribute - :213:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `is_realm_admin`
[error] unresolved-attribute - :218:23 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `delivery_email`
[error] unresolved-attribute - :219:27 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `full_name`
[error] unresolved-attribute - :230:30 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `full_name`
[error] unresolved-attribute - :231:26 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `delivery_email`
[error] unresolved-attribute - :232:57 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `role`
[error] unresolved-attribute - :233:38 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :234:64 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :238:52 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`

corporate/views/upgrade.py

[error] unresolved-attribute - :193:40 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `is_guest`
[error] invalid-argument-type - :205:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :219:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `has_billing_access`

zerver/decorator.py

[error] unresolved-attribute - :487:8 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] invalid-argument-type - :489:59 - Argument to function `user_matches_subdomain` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - :551:38 - Argument to function `rate_limit_user` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :570:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `bot_type`
[warning] possibly-missing-attribute - :644:16 - Attribute `is_staff` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[warning] possibly-missing-attribute - :663:16 - Attribute `is_staff` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - :945:38 - Argument to function `rate_limit_user` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - :947:49 - Argument to function `validate_account_and_subdomain` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :949:12 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `is_incoming_webhook`
[error] invalid-argument-type - :548:33 - Argument to function `process_client` is incorrect: Expected `UserProfile | AnonymousUser | None`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - :952:33 - Argument to function `process_client` is incorrect: Expected `UserProfile | AnonymousUser | None`, found `AbstractBaseUser | AnonymousUser`

zerver/lib/export.py

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

zerver/lib/test_classes.py

[error] invalid-argument-type - :997:59 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1000:56 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/lib/webhooks/common.py

[error] unresolved-attribute - :248:22 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `full_name`
[error] invalid-argument-type - :255:13 - Argument to function `send_rate_limited_pm_notification_to_bot_owner` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :255:27 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`

zerver/middleware.py

[error] unresolved-attribute - :357:38 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `format_requester_for_logs`

zerver/tests/test_auth_backends.py

[error] invalid-return-type - :677:20 - Return type does not match returned value: expected `UserProfile | None`, found `AbstractBaseUser | None`
[error] invalid-argument-type - :1313:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :5132:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :6369:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :6425:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_email_change.py

[error] invalid-argument-type - :44:68 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :221:68 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :432:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_email_notifications.py

[error] invalid-argument-type - :52:49 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :53:41 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :54:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :55:46 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :56:36 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :83:49 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :93:92 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :95:38 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :113:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :155:60 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :489:68 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :490:38 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :524:73 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_i18n.py

[error] invalid-argument-type - :32:35 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_import_export.py

[error] unresolved-attribute - :3005 -
Old: Object of type `(list[@Todo], /) -> None` has no attribute `__name__`
New: Object of type `(list[dict[str, Any]], /) -> None` has no attribute `__name__`

zerver/tests/test_management_commands.py

[error] invalid-argument-type - :397:46 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_message_dict.py

[error] unsupported-operator - :600:29 - Operator `in` is not supported for types `UserDisplayRecipient` and `str`, in comparing `UserDisplayRecipient` with `str | list[UserDisplayRecipient]`

zerver/tests/test_message_notification_emails.py

[error] invalid-argument-type - :1338:67 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1347:71 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1960:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_new_users.py

[error] invalid-argument-type - :77:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_realm.py

[error] invalid-argument-type - :558:71 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :560:81 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :574:72 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :578:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :598:79 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :601:84 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :605:79 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :608:87 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :612:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :633:85 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :634:90 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :637:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :655:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :656:53 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_signup.py

[error] invalid-argument-type - :3238:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3257:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3267:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3294:75 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3305:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3316:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3325:69 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3332:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :4733:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4734:39 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4735:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4736:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4748:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4787:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4806:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4817:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4833:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :4843:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_users.py

[error] invalid-argument-type - :1954:39 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_zilencer_analytics.py

[error] invalid-argument-type - :1436:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1440:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1444:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/views/auth.py

[warning] possibly-missing-attribute - :420:32 - Attribute `is_mirror_dummy` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] invalid-argument-type - :427:44 - Argument to function `finish_mobile_flow` is incorrect: Expected `UserProfile`, found `(Unknown & ~None) | AbstractBaseUser`
[error] invalid-argument-type - :430:22 - Argument to function `finish_desktop_flow` is incorrect: Expected `UserProfile`, found `(Unknown & ~None) | AbstractBaseUser`
[error] invalid-argument-type - :433:23 - Argument to function `do_login` is incorrect: Expected `UserProfile`, found `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :442:53 - Attribute `realm` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] invalid-argument-type - :581:33 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `None | AbstractBaseUser`
[error] invalid-argument-type - :928:62 - Argument to function `is_2fa_verified` is incorrect: Expected `UserProfile`, found `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :929:54 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`
[error] unresolved-attribute - :932:50 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `realm`

zerver/views/tusd.py

[error] invalid-return-type - :254:12 - Return type does not match returned value: expected `UserProfile | AnonymousUser`, found `AbstractBaseUser | AnonymousUser`

zerver/views/video_calls.py

[warning] possibly-missing-attribute - :377:26 - Attribute `id` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[warning] possibly-missing-attribute - :440:71 - Attribute `id` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :441:25 - Object of type `AbstractBaseUser | AnonymousUser` has no attribute `full_name`

zproject/backends.py

[warning] possibly-missing-attribute - :1643:46 - Attribute `full_name` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1647:50 - Attribute `delivery_email` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1654:43 - Attribute `full_name` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1655:39 - Attribute `delivery_email` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1658:47 - Attribute `realm` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1659:20 - Attribute `is_mirror_dummy` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`