Summary

Comparing branches/commits:
Old: main (merge base) 3db5d590
New: 20107/merge c52030a6
Lint Rule Removed Added Changed
Total 1053 2909 412
invalid-argument-type 107 1300 177
type-assertion-failure 256 185 32
call-non-callable 0 389 0
no-matching-overload 10 296 0
possibly-missing-attribute 12 221 63
unused-ignore-comment 246 17 0
non-subscriptable 38 212 8
unsupported-operator 137 60 7
unresolved-attribute 90 61 52
invalid-assignment 29 67 20
invalid-return-type 38 26 25
invalid-type-form 51 12 1
not-iterable 9 6 7
possibly-unresolved-reference 19 0 0
invalid-base 0 17 0
invalid-exception-caught 0 16 0
invalid-parameter-default 0 8 7
unknown-argument 7 5 0
invalid-context-manager 0 0 10
possibly-missing-implicit-call 3 5 0
index-out-of-bounds 1 2 3
parameter-already-assigned 0 3 0
invalid-raise 0 1 0

Failed Projects

Project Old Status New Status Old Return Code New Return Code
hydra-zen
https://github.com/mit-ll-responsible-ai/hydra-zen
success abnormal exit 1 101

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

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

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 - :168:48 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :169:25 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :177:36 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :178:6 - Variable of type `Literal["pytest.MarkDecorator | Collection[pytest.MarkDecorator | pytest.Mark]"]` is not allowed in a type expression
[error] invalid-type-form - :184: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:1 - Object of type `dict[Unknown | <class 'Int64'> | <class 'Float64'> | ... omitted 7 union elements, Unknown | str]` is not assignable to `Mapping[type[DType], FlFieldStr]`
[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/_reader.py

[error] invalid-type-form - :73:37 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :74:35 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :74:44 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :74:56 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:9 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:18 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:27 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:37 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:44 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:51 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:60 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-type-form - :81:67 - Type arguments for `Literal` must be `None`, a literal value (int, bool, str, or bytes), or an enum member
[error] invalid-assignment - :290:9 - Object of type `dict[Unknown | str, Unknown | Sequence[str]]` is not assignable to `_SupportProfile`
[error] invalid-argument-type - :333:34 - Argument to class `LazyFrame` is incorrect: Expected `IntoLazyFrame`, found `IntoFrameT@Reader`
[error] invalid-argument-type - :339:10 - Argument to class `LazyFrame` is incorrect: Expected `IntoLazyFrame`, found `IntoFrameT@Reader`
[error] invalid-argument-type - :387:34 - Argument to class `LazyFrame` is incorrect: Expected `IntoLazyFrame`, found `IntoFrameT@_NoParquetReader`
[error] invalid-argument-type - :400:29 - Argument to class `LazyFrame` is incorrect: Expected `IntoLazyFrame`, found `IntoDataFrameT@reader`
[error] invalid-argument-type - :421:30 - Argument to class `LazyFrame` is incorrect: Expected `IntoLazyFrame`, found `IntoDataFrameT@reader`
[error] invalid-argument-type - :542:20 - Argument to class `LazyFrame` is incorrect: Expected `IntoLazyFrame`, found `IntoDataFrameT@_steal_eager_parquet`

altair/datasets/_readimpl.py

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

altair/utils/_vegafusion_data.py

[error] invalid-assignment - :99:9 - Method `__setitem__` of type `bound method MutableMapping[str, DataFrameLike].__setitem__(key: str, value: DataFrameLike, /) -> None` cannot be called with a key of type `str` and a 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 - 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 - Type `NativeDataFrame | DataFrameLike` has no attribute `to_native`
[warning] unused-ignore-comment - :512:58 - Unused blanket `type: ignore` directive

altair/utils/data.py

[error] invalid-argument-type - :208:28 - Argument to function `len` is incorrect: Expected `Sized`, found `(NativeDataFrame & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - :209:39 - Argument to function `len` is incorrect: Expected `Sized`, found `(NativeDataFrame & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (DataFrameLike & ~DataFrame & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :415:12 - 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/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] 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-argument-type - :4346:33 - Argument to function `_check_if_valid_subspec` is incorrect: Expected `Chart | RepeatChart | ConcatChart | ... omitted 6 union elements`, found `@Todo | UndefinedType`
[error] invalid-argument-type - :4348:66 - Argument to function `_combine_subchart_params` is incorrect: Expected `list[Chart | RepeatChart | ConcatChart | ... omitted 4 union elements]`, found `list[Unknown | UndefinedType]`
[error] invalid-argument-type - :4923:33 - Argument to function `_check_if_valid_subspec` is incorrect: Expected `Chart | RepeatChart | ConcatChart | ... omitted 6 union elements`, found `@Todo | UndefinedType`
[error] invalid-argument-type - :4925:66 - Argument to function `_combine_subchart_params` is incorrect: Expected `list[Chart | RepeatChart | ConcatChart | ... omitted 4 union elements]`, found `list[Unknown | UndefinedType]`
[warning] unused-ignore-comment - :929:48 - Unused blanket `type: ignore` directive
[error] invalid-type-form - :1738: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
[error] invalid-context-manager - :3844:18 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/test_datasets.py

[error] unresolved-attribute - :793:17 - Type `DataObject` has no attribute `nonexistent_dataset`

tests/utils/test_mimebundle.py

[error] invalid-context-manager - :245:54 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`

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", "yearmonthdatehoursminutes", "yearmonthdatehoursminutesseconds", "yearweek", "yearweekday", "yearweekdayhours", "yearweekdayhoursminutes", "yearweekdayhoursminutesseconds", "yeardayofyear", "quartermonth", "monthdate", "monthdatehours", "monthdatehoursminutes", "monthdatehoursminutesseconds", "weekday", "weekdayhours", "weekdayhoursminutes", "weekdayhoursminutesseconds", "dayhours", "dayhoursminutes", "dayhoursminutesseconds", "hoursminutes", "hoursminutesseconds", "minutesseconds", "secondsmilliseconds", "utcyearquarter", "utcyearquartermonth", "utcyearmonth", "utcyearmonthdate", "utcyearmonthdatehours", "utcyearmonthdatehoursminutes", "utcyearmonthdatehoursminutesseconds", "utcyearweek", "utcyearweekday", "utcyearweekdayhours", "utcyearweekdayhoursminutes", "utcyearweekdayhoursminutesseconds", "utcyeardayofyear", "utcquartermonth", "utcmonthdate", "utcmonthdatehours", "utcmonthdatehoursminutes", "utcmonthdatehoursminutesseconds", "utcweekday", "utcweekdayhours", "utcweekdayhoursminutes", "utcweekdayhoursminutesseconds", "utcdayhours", "utcdayhoursminutes", "utcdayhoursminutesseconds", "utchoursminutes", "utchoursminutesseconds", "utcminutesseconds", "utcsecondsmilliseconds", "binnedyear", "binnedyearquarter", "binnedyearquartermonth", "binnedyearmonth", "binnedyearmonthdate", "binnedyearmonthdatehours", "binnedyearmonthdatehoursminutes", "binnedyearmonthdatehoursminutesseconds", "binnedyearweek", "binnedyearweekday", "binnedyearweekdayhours", "binnedyearweekdayhoursminutes", "binnedyearweekdayhoursminutesseconds", "binnedyeardayofyear", "binnedutcyear", "binnedutcyearquarter", "binnedutcyearquartermonth", "binnedutcyearmonth", "binnedutcyearmonthdate", "binnedutcyearmonthdatehours", "binnedutcyearmonthdatehoursminutes", "binnedutcyearmonthdatehoursminutesseconds", "binnedutcyearweek", "binnedutcyearweekday", "binnedutcyearweekdayhours", "binnedutcyearweekdayhoursminutes", "binnedutcyearweekdayhoursminutesseconds", "binnedutcyeardayofyear", "year", "quarter", "month", "week", "day", "dayofyear", "date", "hours", "minutes", "seconds", "milliseconds", "utcyear", "utcquarter", "utcmonth", "utcweek", "utcday", "utcdayofyear", "utcdate", "utchours", "utcminutes", "utcseconds", "utcmilliseconds"]`, found `Literal["invalid_value"]`

tests/vegalite/v6/test_api.py

[warning] unused-ignore-comment - :396:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :413:81 - Unused blanket `type: ignore` directive

tests/vegalite/v6/test_display.py

[error] invalid-context-manager - :54:10 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_renderers.py

[error] invalid-context-manager - :48:10 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :51:14 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :64:10 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :80:10 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :86:14 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :99:10 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :112:10 -
Old: Object of type `PluginEnabler[@Todo, @Todo]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> dict[str, Any] | tuple[dict[str, Any], dict[str, Any]], dict[str, Any] | tuple[dict[str, Any], dict[str, Any]]]` cannot be used with `with` because it does not correctly implement `__exit__`

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/_wiring.py

[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_inject_any_function.py

[warning] unused-ignore-comment - :219:17 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :231:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :278:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :279:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :282:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :285:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :308:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :309:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :312:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :315:31 - 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-return-type - :597:32 - Function can implicitly return `None`, which is not assignable to return type `UNIXDatagramPacketType`
[error] invalid-argument-type - :1140:30 - Argument to function `convert_item` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | PathLike[str] | PathLike[bytes] | (Sequence[StrOrBytesPath] & PathLike[object])`
[error] invalid-return-type - :554:32 -
Old: Function can implicitly return `None`, which is not assignable to return type `tuple[bytes, @Todo]`
New: Function can implicitly return `None`, which is not assignable to return type `tuple[bytes, IPSockAddrType]`

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

apprise/plugins/bark.py

[error] invalid-argument-type - :267:30 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `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/enigma2.py

[error] invalid-argument-type - :167:32 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `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/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/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/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/vonage.py

[error] invalid-argument-type - :173:28 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `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/cli.py

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

apprise/config/base.py

[error] invalid-assignment - :528:13 -
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:13 -
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/plugins/base.py

[error] invalid-assignment - :643:13 -
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/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:22 -
Old: Attribute `strip` on type `str | @Todo | None` may be missing
New: Attribute `strip` on type `str | Any | None` may be missing

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/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/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`

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"]`
[error] invalid-argument-type - :515:36 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - :612:38 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] invalid-argument-type - :624:34 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`

tests/test_plugin_growl.py

[error] invalid-argument-type - :323:36 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - :367:38 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | None | <class 'NotifyGrowl'> | bool`
[error] invalid-argument-type - :376:34 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `(Unknown & ~None) | <class 'NotifyGrowl'> | bool`

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

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`

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`

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/plots/backends/bokeh/kdeplot.py

[error] invalid-argument-type - :192:33 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`
[error] invalid-argument-type - :229:33 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

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, Unknown]`, found `float64`

arviz/stats/stats.py

[error] no-matching-overload - :2041:30 - No overload matches arguments

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

asynq/async_task.py

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

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

tests/test_validators.py

[error] invalid-argument-type - :185:68 -
Old: Argument to function `matches_re` is incorrect: Expected `((Literal["a"], Literal["a"], int, /) -> Match[Literal["a"]] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: Unknown = Literal[0]) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: @Todo, flags: Unknown = Literal[0]) -> Match[bytes] | None]`
New: Argument to function `matches_re` is incorrect: Expected `((Literal["a"], Literal["a"], int, /) -> Match[Literal["a"]] | None) | None`, found `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]`
[error] invalid-argument-type - :219:56 -
Old: Argument to function `matches_re` is incorrect: Expected `((Literal["a"], Literal["a"], int, /) -> Match[Literal["a"]] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: Unknown = Literal[0]) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: @Todo, flags: Unknown = Literal[0]) -> Match[bytes] | None]`
New: Argument to function `matches_re` is incorrect: Expected `((Literal["a"], Literal["a"], int, /) -> Match[Literal["a"]] | None) | None`, found `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]`

typing-examples/mypy.py

[error] invalid-argument-type - :250:64 -
Old: Argument to function `matches_re` is incorrect: Expected `((Literal["foo"], Literal["foo"], int, /) -> Match[Literal["foo"]] | None) | None`, found `Overload[(pattern: str | Pattern[str], string: str, flags: Unknown = Literal[0]) -> Match[str] | None, (pattern: bytes | Pattern[bytes], string: @Todo, flags: Unknown = Literal[0]) -> Match[bytes] | None]`
New: Argument to function `matches_re` is incorrect: Expected `((Literal["foo"], Literal["foo"], int, /) -> Match[Literal["foo"]] | None) | None`, found `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]`

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`

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

beartype/_util/cls/pep/clspep3119.py

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

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

src/bokeh/core/validation/decorators.py

[error] unresolved-attribute - :67:16 - Type `ValidationFunction` has no attribute `__name__`
[error] unresolved-attribute - :67:75 - Type `ValidationFunction` has no attribute `__qualname__`

src/bokeh/embed/notebook.py

[error] invalid-parameter-default - :53:78 - Default value of type `<class 'FromCurdoc'>` is not assignable to annotated parameter type `ThemeSource`

src/bokeh/models/annotations/geometry.py

[error] call-non-callable - :250:21 - Object of type `object` is not callable

src/bokeh/models/annotations/html/labels.py

[error] call-non-callable - :78:15 - Object of type `object` is not callable
[error] call-non-callable - :85:21 - Object of type `object` is not callable

src/bokeh/models/annotations/labels.py

[error] call-non-callable - :87:15 - Object of type `object` is not callable
[error] call-non-callable - :94:21 - Object of type `object` is not callable
[error] call-non-callable - :146:14 - Object of type `object` is not callable

src/bokeh/models/annotations/legends.py

[error] call-non-callable - :510:15 - Object of type `object` is not callable
[error] call-non-callable - :516:21 - Object of type `object` is not callable
[error] call-non-callable - :612:14 - Object of type `object` is not callable

src/bokeh/models/mappers.py

[error] call-non-callable - :191:21 - Object of type `object` is not callable
[error] call-non-callable - :214:21 - Object of type `object` is not callable

src/bokeh/models/ranges.py

[error] call-non-callable - :128:23 - Object of type `object` is not callable
[error] call-non-callable - :211:23 - Object of type `object` is not callable
[error] call-non-callable - :423:23 - Object of type `object` is not callable

src/bokeh/models/ui/panels.py

[error] call-non-callable - :58:14 - Object of type `object` is not callable

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/_specs.pyi

[error] unsupported-operator - :72:25 - Operator `|` is unsupported between objects of type `object` and `object`

src/bokeh/core/property_mixins.py

[error] call-non-callable - :341:17 - Object of type `object` is not callable
[error] call-non-callable - :371:22 - Object of type `object` is not callable

src/bokeh/core/serialization.py

[error] invalid-return-type - :404:24 - Function can implicitly return `None`, which is not assignable to return type `DataType`
[error] no-matching-overload - :660:40 - No overload of function `__new__` matches arguments

src/bokeh/document/events.py

[error] call-non-callable - :239: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/embed/standalone.py

[error] invalid-assignment - :262:9 - Object of type `list[object]` is not assignable to `Model | Sequence[Model] | dict[str, Model]`
[error] invalid-argument-type - :266:76 - Argument to function `standalone_docs_json_and_render_items` is incorrect: Expected `Model | Document | Sequence[Model | Document]`, found `Model | Sequence[Model] | dict[str, Model]`
[error] invalid-assignment - :457:9 - Object of type `list[Unknown | Model | Document | Sequence[Model | Document] | dict[str, Model | Document]]` is not assignable to `ModelLike | ModelLikeCollection`
[error] invalid-return-type - :473:12 - Return type does not match returned value: expected `ModelLikeCollection`, found `Model | Document | Sequence[ModelLike] | dict[str, ModelLike]`
[warning] unused-ignore-comment - :254:44 - Unused blanket `type: ignore` directive

src/bokeh/io/notebook.py

[error] invalid-argument-type - :568:30 - Argument to function `_origin_url` is incorrect: Expected `str`, found `(str & ~(() -> object)) | (((int | None, /) -> str) & ~(() -> object))`
[error] invalid-argument-type - :580:27 - Argument to function `_server_url` is incorrect: Expected `str`, found `(str & ~(() -> object)) | (((int | None, /) -> str) & ~(() -> object))`

src/bokeh/models/glyphs.py

[error] call-non-callable - :226:21 - Object of type `object` is not callable
[error] call-non-callable - :798:14 - Object of type `object` is not callable
[error] call-non-callable - :956:14 - Object of type `object` is not callable
[error] call-non-callable - :1391:21 - Object of type `object` is not callable
[error] call-non-callable - :1656:15 - Object of type `object` is not callable
[error] call-non-callable - :1663:21 - Object of type `object` is not callable

src/bokeh/models/layouts.py

[error] call-non-callable - :386:15 - Object of type `object` is not callable
[error] call-non-callable - :428:15 - Object of type `object` is not callable
[error] call-non-callable - :453:15 - Object of type `object` is not callable

src/bokeh/plotting/_figure.py

[error] invalid-argument-type - :198:48 - Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
[error] invalid-argument-type - :199:48 - Argument to function `get_scale` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
[error] invalid-argument-type - :209:13 - Argument to function `process_active_tools` is incorrect: Expected `Drag | str | None`, found `Unknown | Nullable[Unknown]`
[error] invalid-argument-type - :210:13 - Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `Unknown | Nullable[Unknown]`
[error] invalid-argument-type - :211:13 - Argument to function `process_active_tools` is incorrect: Expected `Scroll | str | None`, found `Unknown | Nullable[Unknown]`
[error] invalid-argument-type - :212:13 - Argument to function `process_active_tools` is incorrect: Expected `Tap | str | None`, found `Unknown | Nullable[Unknown]`
[error] invalid-argument-type - :213:13 - Argument to function `process_active_tools` is incorrect: Expected `GestureTool | str | None`, found `Unknown | Nullable[Unknown]`
[error] invalid-argument-type - :201:37 - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
[error] invalid-argument-type - :201:55 - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Unknown]`
[error] invalid-argument-type - :202:37 - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["linear", "log", "datetime", "timedelta", "mercator", "auto"] | None`, found `Unknown | ParameterizedProperty[Unknown | None]`
[error] invalid-argument-type - :202:55 - Argument to function `process_axis_and_grid` is incorrect: Expected `Literal["above", "below", "left", "right"] | None`, found `Unknown | Nullable[Unknown]`

src/bokeh/plotting/_plot.py

[error] invalid-argument-type - :102:32 - Argument to bound method `__init__` is incorrect: Expected `int | float | datetime | timedelta`, found `(@Todo & ~None) | IntrinsicType`
[error] invalid-argument-type - :102:45 - Argument to bound method `__init__` is incorrect: Expected `int | float | datetime | timedelta`, found `(@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 `(Color & Top[dict[Unknown, Unknown]]) | (@Todo & Top[dict[Unknown, Unknown]]) | (Sequence[ColorLike] & Top[dict[Unknown, Unknown]]) | dict[int, Palette]`
[error] invalid-argument-type - :308:31 - Argument to function `interp_palette` is incorrect: Expected `tuple[str, ...]`, found `(Sequence[ColorLike] & ~Top[dict[Unknown, Unknown]]) | (Color & Sequence[object] & ~Top[dict[Unknown, Unknown]]) | (@Todo & Sequence[object] & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - :333:28 - Argument to function `len` is incorrect: Expected `Sized`, found `ArrayLike`
[warning] possibly-missing-implicit-call - :334:38 - Method `__getitem__` of type `ArrayLike` may be missing
[warning] possibly-missing-implicit-call - :334:49 - Method `__getitem__` of type `ArrayLike` may be missing
[error] not-iterable - :346:22 - Object of type `ArrayLike` may not be iterable

src/bokeh/plotting/gmap.py

[error] invalid-argument-type - :93:13 - Argument to function `process_active_tools` is incorrect: Expected `list[InspectTool] | InspectTool | str | None`, found `@Todo | str | InspectTool | Sequence[InspectTool] | None`

src/bokeh/server/tornado.py

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

src/bokeh/transform.py

[error] invalid-argument-type - :155:13 - Argument is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - :158:13 - Argument is incorrect: Expected `Color`, found `str | Color | @Todo`
[error] invalid-argument-type - :159:13 - Argument is incorrect: Expected `Color | None`, found `str | Color | @Todo | None`
[error] invalid-argument-type - :160:13 - Argument is incorrect: Expected `Color | None`, found `str | Color | @Todo | None`
[error] invalid-argument-type - :200:13 - Argument is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - :204:13 - Argument is incorrect: Expected `Color`, found `str | Color | @Todo`
[error] invalid-argument-type - :242:13 - Argument is incorrect: Expected `Sequence[HatchPatternType]`, found `Sequence[str]`
[error] invalid-argument-type - :368:13 - Argument is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - :371:13 - Argument is incorrect: Expected `Color`, found `str | Color | @Todo`
[error] invalid-argument-type - :372:13 - Argument is incorrect: Expected `Color | None`, found `str | Color | @Todo | None`
[error] invalid-argument-type - :373:13 - Argument is incorrect: Expected `Color | None`, found `str | Color | @Todo | None`
[error] invalid-argument-type - :415:13 - Argument is incorrect: Expected `Sequence[Color]`, found `Sequence[ColorLike]`
[error] invalid-argument-type - :418:13 - Argument is incorrect: Expected `Color`, found `str | Color | @Todo`
[error] invalid-argument-type - :419:13 - Argument is incorrect: Expected `Color | None`, found `str | Color | @Todo | None`
[error] invalid-argument-type - :420:13 - Argument is incorrect: Expected `Color | None`, found `str | Color | @Todo | None`

src/bokeh/util/serialization.py

[error] parameter-already-assigned - :147:47 - Multiple values provided for parameter `tzinfo` of function `__new__`
[error] invalid-argument-type - :360:37 - Argument to function `_cast_if_can` is incorrect: Expected `type[Any]`, found `uint32`

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

cki_lib/footer.py

[error] invalid-argument-type - :52:45 - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`

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__` on type `((Response, /) -> Any) | Any` may be missing
[warning] possibly-missing-attribute - :132:31 - Attribute `__name__` on type `((Response, /) -> Any) | Any` may be missing
[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)

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/sources/helpers/vmware/imc/config_file.py

[error] invalid-assignment - :61:9 - Implicit shadowing of function `optionxform`

cloudinit/config/cc_ca_certs.py

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

cloudinit/config/cc_mounts.py

[error] invalid-argument-type - :189:25 - Argument to function `min` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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/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 - :1101: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_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 - :4559: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 - :4568: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 - :5024: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 - :5041: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 - :5066: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 - :5093: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 - :5108: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] unsupported-operator - :129:14 - Operator `|` is unsupported between objects of type `float16` and `float32`
[error] non-subscriptable - :140:14 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :141:16 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :142:15 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :143:18 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :144:18 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :145:14 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] invalid-return-type - :623:32 - Function always implicitly returns `None`, which is not assignable to return type `NDArray`
[error] invalid-return-type - :626:42 - Function always implicitly returns `None`, which is not assignable to return type `NDArray`

colour/models/osa_ucs.py

[error] no-matching-overload - :234:10 - No overload of function `fmin` matches arguments

colour/graph/conversion.py

[error] invalid-argument-type - :1121:30 -
Old: Argument is incorrect: Expected `(...) -> Unknown`, found `Unknown | str | ((sd: @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> @Todo) | ... omitted 60 union elements`
New: Argument is incorrect: Expected `(...) -> Unknown`, found `Unknown | str | ((sd: _Buffer | @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> Unknown) | ... omitted 60 union elements`
[error] invalid-argument-type - :1121:30 -
Old: Argument is incorrect: Expected `str`, found `Unknown | str | ((sd: @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> @Todo) | ... omitted 60 union elements`
New: Argument is incorrect: Expected `(...) -> Unknown`, found `Unknown | str | ((sd: _Buffer | @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> Unknown) | ... omitted 60 union elements`
[error] invalid-argument-type - :1121:30 -
Old: Argument is incorrect: Expected `str`, found `Unknown | str | ((sd: @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> @Todo) | ... omitted 60 union elements`
New: Argument is incorrect: Expected `(...) -> Unknown`, found `Unknown | str | ((sd: _Buffer | @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> Unknown) | ... omitted 60 union elements`
[error] invalid-argument-type - :1121:30 - Argument is incorrect: Expected `str`, found `Unknown | str | ((sd: _Buffer | @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> Unknown) | ... omitted 60 union elements`
[error] invalid-argument-type - :1121:30 - Argument is incorrect: Expected `str`, found `Unknown | str | ((sd: _Buffer | @Todo | SpectralDistribution | MultiSpectralDistributions, cmfs: MultiSpectralDistributions | None = None, illuminant: SpectralDistribution | None = None, k: @Todo | None = None, method: str = str, **kwargs: Any) -> Unknown) | ... omitted 60 union elements`

colour/plotting/common.py

[error] invalid-argument-type - :1312:28 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ArrayLike | Sequence[ArrayLike | ColourSwatch]`
[error] invalid-argument-type - :1410: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 | tuple[float, float, float]`

colour/plotting/diagrams.py

[error] invalid-argument-type - :451:13 -
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:13 -
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 - :420:13 -
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 - :442:9 -
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 - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `bool`, 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 - :442:9 -
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 `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 -
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 `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 -
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 `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 -
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 `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 -
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 `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 -
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 `Colorizer | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - 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 - :442:9 - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `tuple[int | float, int | float, int | float] | 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, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - :1081:42 - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - :1081:42 - Argument to bound method `scatter` is incorrect: Expected `tuple[int | float, int | float, int | float] | 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, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`
[error] invalid-argument-type - :2017:54 - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | str | float`
[error] invalid-argument-type - :2017:54 - Argument to bound method `scatter` is incorrect: Expected `tuple[int | float, int | float, int | float] | 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, int | float] | ... omitted 3 union elements`, found `Unknown | int | str | float`

colour/plotting/temperature.py

[error] invalid-argument-type - :233:9 -
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:13 -
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:17 -
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:13 -
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:13 -
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 - :202:16 -
Old: Type `ndarray[@Todo, Unknown]` has no attribute `subfigures`
New: Type `ndarray[tuple[Any, ...], Unknown]` has no attribute `subfigures`

colour/recovery/jakob2019.py

[error] call-non-callable - :1291:13 - Object of type `object` is not callable
[error] call-non-callable - :1292:13 - Object of type `object` is not callable

colour/utilities/tests/test_array.py

[error] invalid-argument-type - :757:54 - Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `NDArray`

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 - :85:61 - Unused blanket `type: ignore` directive

comtypes/_vtbl.py

[error] invalid-argument-type - :284:42 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[@Todo, ...] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[ParamFlagType, ...] | None`
[error] invalid-argument-type - :286:42 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[@Todo, ...] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `tuple[ParamFlagType, ...] | None`

comtypes/logutil.py

[error] invalid-assignment - :38:5 - Implicit shadowing of function `optionxform`

comtypes/test/test_inout_args.py

[error] invalid-argument-type - :38:54 -
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[ParamFlagType, ...] | None`
[error] invalid-argument-type - :83:54 -
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[ParamFlagType, ...] | None`
[error] invalid-argument-type - :111:54 -
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[ParamFlagType, ...] | None`
[error] invalid-argument-type - :138:54 -
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[ParamFlagType, ...] | None`
[error] invalid-argument-type - :158:64 -
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[ParamFlagType, ...] | None`
[error] invalid-argument-type - :283:62 -
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[ParamFlagType, ...] | None`
[error] invalid-argument-type - :491:54 -
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[ParamFlagType, ...] | 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/compensation/sensor.py

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

homeassistant/components/counter/__init__.py

[error] invalid-argument-type - :219:53 - Argument to function `max` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :221:53 - Argument to function `min` is incorrect: Argument type `int | None | Unknown` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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/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/mastodon/utils.py

[error] invalid-argument-type - :41:44 - Argument to function `guess_type` is incorrect: Expected `str | PathLike[str]`, found `Any | None`

homeassistant/components/motioneye/__init__.py

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

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/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/cwlprov/ro.py

[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`

cwltool/job.py

[error] invalid-argument-type - :1036:29 - Argument to function `copyfile` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - :1039:29 - Argument to function `copyfile` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`

dacite (https://github.com/konradhalas/dacite)

dacite/types.py

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

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

ddtrace/appsec/_iast/_overhead_control_engine.py

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

ddtrace/internal/utils/signals.py

[error] call-non-callable - :16:13 - Object of type `int` is not callable

ddtrace/llmobs/_evaluators/ragas/faithfulness.py

[error] invalid-argument-type - :168:43 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.List`

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 - :126:47 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :126:47 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :226:47 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :226: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 - :24:32 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :24:32 - Argument is incorrect: Expected `TracebackType`, found `TracebackType | None`
[error] invalid-argument-type - :24: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 - :33:36 - Argument is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :33:36 - Argument is incorrect: Expected `TracebackType`, found `TracebackType | None`
[error] invalid-argument-type - :33: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` on type `TracebackType | None` may be missing

tests/debugging/probe/test_status.py

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

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:9 - 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/_trace/span.py

[error] invalid-argument-type - :367:29 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None | 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[Literal[False]] | 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`

ddtrace/appsec/_iast/taint_sinks/_base.py

[error] invalid-return-type - :137:20 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :140:20 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :142: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/aioredis/patch.py

[error] invalid-argument-type - :130:40 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | None`

ddtrace/contrib/internal/aws_lambda/patch.py

[error] call-non-callable - :63:17 - Object of type `int` is not callable

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

[error] invalid-argument-type - :45:70 -
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:70 -
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:60 -
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: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]]`

ddtrace/contrib/internal/cassandra/session.py

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

ddtrace/contrib/internal/kafka/patch.py

[error] invalid-argument-type - :189:92 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Unknown | 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[Literal[3600]]`

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 - :578:45 - Argument is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :578: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/telemetry/writer.py

[error] invalid-argument-type - :155:60 - Argument to function `min` is incorrect: Argument type `Unknown | EnvVariable[float]` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

tests/appsec/appsec/test_common_modules.py

[error] unresolved-attribute - :36:16 -
Old: Type `Overload[(file: @Todo, mode: @Todo = Literal["r"], buffering: int = Literal[-1], encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = Literal[True], opener: @Todo | None = None) -> TextIOWrapper[_WrappedBuffer], (file: @Todo, mode: @Todo, buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: @Todo | None = None) -> FileIO, (file: @Todo, mode: @Todo, buffering: Literal[-1, 1] = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: @Todo | None = None) -> BufferedRandom, (file: @Todo, mode: @Todo, buffering: Literal[-1, 1] = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: @Todo | None = None) -> BufferedWriter, (file: @Todo, mode: @Todo, buffering: Literal[-1, 1] = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: @Todo | None = None) -> BufferedReader[_BufferedReaderStream], (file: @Todo, mode: @Todo, buffering: int = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: @Todo | None = None) -> BinaryIO, (file: @Todo, mode: str, buffering: int = Literal[-1], encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = Literal[True], opener: @Todo | None = None) -> IO[Any]]` has no attribute `__wrapped__`
New: Type `Overload[(file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["r+", "+r", "rt+", "r+t", "+rt", "tr+", "t+r", "+tr", "w+", "+w", "wt+", "w+t", "+wt", "tw+", "t+w", "+tw", "a+", "+a", "at+", "a+t", "+at", "ta+", "t+a", "+ta", "x+", "+x", "xt+", "x+t", "+xt", "tx+", "t+x", "+tx", "w", "wt", "tw", "a", "at", "ta", "x", "xt", "tx", "r", "rt", "tr", "U", "rU", "Ur", "rtU", "rUt", "Urt", "trU", "tUr", "Utr"] = Literal["r"], buffering: int = Literal[-1], encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = Literal[True], opener: ((str, int, /) -> int) | None = None) -> TextIOWrapper[_WrappedBuffer], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", "+br", "wb+", "w+b", "+wb", "bw+", "b+w", "+bw", "ab+", "a+b", "+ab", "ba+", "b+a", "+ba", "xb+", "x+b", "+xb", "bx+", "b+x", "+bx", "rb", "br", "rbU", "rUb", "Urb", "brU", "bUr", "Ubr", "wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[0], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: ((str, int, /) -> int) | None = None) -> FileIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", "+br", "wb+", "w+b", "+wb", "bw+", "b+w", "+bw", "ab+", "a+b", "+ab", "ba+", "b+a", "+ba", "xb+", "x+b", "+xb", "bx+", "b+x", "+bx"], buffering: Literal[-1, 1] = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: ((str, int, /) -> int) | None = None) -> BufferedRandom, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["wb", "bw", "ab", "ba", "xb", "bx"], buffering: Literal[-1, 1] = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: ((str, int, /) -> int) | None = None) -> BufferedWriter, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb", "br", "rbU", "rUb", "Urb", "brU", "bUr", "Ubr"], buffering: Literal[-1, 1] = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: ((str, int, /) -> int) | None = None) -> BufferedReader[_BufferedReaderStream], (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: Literal["rb+", "r+b", "+rb", "br+", "b+r", "+br", "wb+", "w+b", "+wb", "bw+", "b+w", "+bw", "ab+", "a+b", "+ab", "ba+", "b+a", "+ba", "xb+", "x+b", "+xb", "bx+", "b+x", "+bx", "rb", "br", "rbU", "rUb", "Urb", "brU", "bUr", "Ubr", "wb", "bw", "ab", "ba", "xb", "bx"], buffering: int = Literal[-1], encoding: None = None, errors: None = None, newline: None = None, closefd: bool = Literal[True], opener: ((str, int, /) -> int) | None = None) -> BinaryIO, (file: int | str | bytes | PathLike[str] | PathLike[bytes], mode: str, buffering: int = Literal[-1], encoding: str | None = None, errors: str | None = None, newline: str | None = None, closefd: bool = Literal[True], opener: ((str, int, /) -> int) | None = None) -> IO[Any]]` has no attribute `__wrapped__`

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/appsec/integrations/flask_tests/test_iast_flask_entrypoint_iast_patches.py

[error] invalid-argument-type - :30:17 - Argument to function `dis` is incorrect: Expected `MethodType | FunctionType | CodeType | ... omitted 6 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - :58:17 - Argument to function `dis` is incorrect: Expected `MethodType | FunctionType | CodeType | ... omitted 6 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - :87:17 - Argument to function `dis` is incorrect: Expected `MethodType | FunctionType | CodeType | ... omitted 6 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app_main_patched'>`
[error] invalid-argument-type - :117:17 - Argument to function `dis` is incorrect: Expected `MethodType | FunctionType | CodeType | ... omitted 6 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.app'>`
[error] invalid-argument-type - :147:17 - Argument to function `dis` is incorrect: Expected `MethodType | FunctionType | CodeType | ... omitted 6 union elements`, found `<module 'tests.appsec.iast.fixtures.entrypoint.views'>`

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 - :300:42 - Type `BaseException | None` has no attribute `read`
[error] unresolved-attribute - :301:30 - Type `BaseException | None` has no attribute `status`
[error] unresolved-attribute - :333:42 - Type `BaseException | None` has no attribute `read`
[error] unresolved-attribute - :334:30 - Type `BaseException | None` has no attribute `status`
[error] unresolved-attribute - :85:28 -
Old: Type `def request(self, method: str, url: str, body: @Todo | str | None = None, headers: Mapping[str, @Todo] = dict[Unknown, Unknown], *, encode_chunked: bool = Literal[False]) -> None` has no attribute `__wrapped__`
New: Type `def request(self, method: str, url: str, body: SupportsRead[bytes] | Iterable[Buffer] | Buffer | str | None = None, headers: Mapping[str, Buffer | str | int] = dict[Unknown, Unknown], *, encode_chunked: bool = Literal[False]) -> None` has no attribute `__wrapped__`

tests/contrib/subprocess/test_subprocess.py

[error] invalid-argument-type - :723:26 - Argument to function `spawnv` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Literal[123]`
[error] invalid-argument-type - :727:41 - 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 - :111:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - :182:17 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

tests/profiling/collector/test_stack.py

[error] invalid-argument-type - :944:60 - Argument to function `sorted` is incorrect: Argument type `Unknown | int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :949:60 - Argument to function `sorted` is incorrect: Argument type `Unknown | int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :964:60 - Argument to function `sorted` is incorrect: Argument type `Unknown | int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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 - :938:27 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :938:34 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :953:31 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :953:38 - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - :967:31 - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - :967: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/ext/commands/hybrid.py

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

discord/state.py

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

discord/ui/select.py

[error] invalid-assignment - :368:13 - Object of type `list[str]` is not assignable to `list[PossibleValue]`
[error] invalid-assignment - :387:13 - Object of type `list[str]` is not assignable to `list[PossibleValue]`

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

ext/tests/test_aliases.py

[error] non-subscriptable - :7:16 - Cannot subscript object of type `_QuerySet` with no `__getitem__` method

django-stubs/test/utils.pyi

[error] invalid-type-form - :23:28 - Variable of type `_SpecialForm` is not allowed in a type expression

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/test_enums.py

[error] type-assertion-failure - :143:1 - Argument does not have asserted type `str | _StrPromise`
[error] type-assertion-failure - :154:1 - Argument does not have asserted type `str | _StrPromise`
[error] type-assertion-failure - :166:1 - Argument does not have asserted type `str | _StrPromise`
[error] type-assertion-failure - :272:1 - Argument does not have asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :277:1 - Argument does not have asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :282:1 - Argument does not have asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :287:1 - Argument does not have asserted type `list[str | _StrPromise]`
[error] type-assertion-failure - :163:1 -
Old: Argument does not have asserted type `list[tuple[int | None, @Todo]]`
New: Argument does not have asserted type `list[tuple[int | None, str | _StrPromise]]`
[error] type-assertion-failure - :169:1 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `str | _StrPromise`
[error] type-assertion-failure - :292:1 -
Old: Argument does not have asserted type `list[tuple[int, @Todo]]`
New: Argument does not have asserted type `list[tuple[int, str | _StrPromise]]`
[error] type-assertion-failure - :293:1 -
Old: Argument does not have asserted type `list[tuple[int, @Todo]]`
New: Argument does not have asserted type `list[tuple[int, 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:9 -
Old: 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: 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:9 -
Old: 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: 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:9 -
Old: Type `bound method Redis[Unknown].get(name: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :114:9 -
Old: Type `bound method Redis[Unknown].delete(*names: @Todo) -> int` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :122:9 -
Old: Type `bound method Redis[Unknown].flushall(asynchronous: bool = Literal[False], **kwargs: @Todo) -> bool` has no attribute `assert_called_once`
New: Type `bound method Redis[Unknown].flushall(asynchronous: bool = Literal[False], **kwargs: Any) -> bool` has no attribute `assert_called_once`
[error] unresolved-attribute - :126:9 -
Old: Type `bound method Redis[Unknown].hdel(name: @Todo, *keys: @Todo) -> int` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].hdel(name: str | bytes, *keys: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :130:9 -
Old: Type `bound method Redis[Unknown].lpush(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].rpush(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].delete(*names: @Todo) -> int` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].delete(*names: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :142:9 -
Old: 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: 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:9 -
Old: 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: 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:9 -
Old: Type `bound method Redis[Unknown].get(name: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].get(name: str | bytes) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :158:9 -
Old: Type `bound method Redis[Unknown].lindex(name: @Todo, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].lindex(name: str | bytes, index: int) -> Unknown | None` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :162:9 -
Old: 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: 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:9 -
Old: Type `bound method Redis[Unknown].ltrim(name: @Todo, start: int, end: int) -> bool` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].hget(name: @Todo, key: @Todo) -> Unknown | None` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].sadd(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].sismember(name: @Todo, value: @Todo) -> bool` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].smembers(name: @Todo) -> set[Unknown]` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].smembers(name: str | bytes) -> set[Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :186:9 -
Old: Type `bound method Redis[Unknown].srem(name: @Todo, *values: @Todo) -> int` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].lrange(name: @Todo, start: int, end: int) -> list[Unknown]` has no attribute `assert_called_once_with`
New: 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:9 -
Old: Type `bound method Redis[Unknown].llen(name: @Todo) -> int` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].llen(name: str | bytes) -> int` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :210:9 -
Old: Type `bound method Redis[Unknown].hgetall(name: @Todo) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].hgetall(name: str | bytes) -> dict[Unknown, Unknown]` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :214:9 -
Old: Type `bound method Redis[Unknown].hexists(name: @Todo, key: @Todo) -> bool` has no attribute `assert_called_once_with`
New: Type `bound method Redis[Unknown].hexists(name: str | bytes, key: str | bytes) -> bool` has no attribute `assert_called_once_with`
[error] unresolved-attribute - :218:9 -
Old: 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: 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`

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/refs.py

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

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 - :2621:12 - Return type does not match returned value: expected `bytes`, found `str`

dulwich/object_store.py

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

dulwich/objects.py

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

dulwich/porcelain.py

[error] invalid-argument-type - :1060:25 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | (Unknown & ~bytes) | int`
[error] invalid-argument-type - :6299: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 - :1199:56 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-assignment - :1904:13 - Object of type `bytes` is not assignable to `str | PathLike[str] | None`
[error] invalid-argument-type - :3134:70 - Argument to function `directory_has_non_ignored_files` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3140:60 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3158:25 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3176:25 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :3184:25 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes`
[error] unsupported-operator - :4026:37 - Operator `+` is unsupported between objects of type `bytes | str` and `Literal[b"\n"]`
[warning] possibly-missing-attribute - :4028:37 - Attribute `decode` on type `bytes | str` may be missing
[error] invalid-argument-type - :4030:54 - Argument to function `pretty_format_tree_entry` is incorrect: Expected `bytes`, found `bytes | str`
[error] invalid-argument-type - :4036:39 - Argument to function `list_tree` is incorrect: Expected `bytes`, found `bytes | str`
[error] invalid-argument-type - :4174:42 - Argument to bound method `is_ignored` is incorrect: Expected `str`, found `bytes | str`
[error] invalid-argument-type - :4503:38 - Argument to function `build_file_from_blob` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :4180:35 -
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/web.py

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

dulwich/worktree.py

[error] unsupported-operator - :590:29 - Operator `+` is unsupported between objects of type `Literal[b"commit: "]` and `bytes | (@Todo & ~None & ~str) | (((Any, Commit, /) -> bytes) & ~(() -> object) & ~str)`
[error] unsupported-operator - :608: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 - :329:60 - Argument to function `index_entry_from_directory` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :343: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 - :101:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :113:9 - Argument does not have asserted type `Never`

python/egglog/declarations.py

[error] invalid-return-type - :155:20 - Return type does not match returned value: expected `Declarations`, found `HasDeclerations | None | Declarations`
[warning] possibly-missing-attribute - :156:15 - Attribute `copy` on type `HasDeclerations | None | Declarations` may be missing
[error] type-assertion-failure - :130:13 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :216:9 - Argument does not have asserted type `Never`
[error] invalid-assignment - :150:9 -
Old: Object of type `list[Declarations]` is not assignable to `tuple[@Todo, ...]`
New: Object of type `list[Declarations]` is not assignable to `tuple[DeclerationsLike, ...]`

python/egglog/egraph.py

[error] invalid-argument-type - :1673:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `EXPR@_RewriteBuilder`
[error] invalid-argument-type - :1701:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `EXPR@_BirewriteBuilder`
[error] invalid-argument-type - :1726:39 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `BASE_EXPR@_EqBuilder`
[error] invalid-argument-type - :1748:66 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `BASE_EXPR@_NeBuilder`
[error] invalid-argument-type - :1773:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `BASE_EXPR@_SetBuilder`
[error] invalid-argument-type - :1793:38 - Argument to bound method `create` is incorrect: Expected `HasDeclerations | None | Declarations`, found `EXPR@_UnionBuilder`
[error] invalid-argument-type - :2034:43 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Container`
[error] type-assertion-failure - :1228:17 - Argument does not have asserted type `Never`

python/egglog/egraph_state.py

[error] type-assertion-failure - :139:21 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :166:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :300:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :350:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :379:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :616:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :678:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :890:13 - Argument does not have asserted type `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 - :216:17 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :473:9 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :518:17 - Argument does not have asserted type `Never`

python/egglog/runtime.py

[error] invalid-argument-type - :249:104 - Argument is incorrect: Expected `LitType`, found `object`
[error] type-assertion-failure - :726:13 - Argument does not have asserted type `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/main.py

[error] invalid-argument-type - :75:18 - Argument to function `exit` is incorrect: Expected `str | int | None`, found `Literal[1, 0, 2] | Any | SystemExit`

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] | Unknown`

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] | Unknown`

freqtrade/data/btanalysis/bt_fileutils.py

[error] invalid-assignment - :578:5 - Object of type `Series[Any] | Unknown` 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:9 - Object of type `Series[Any]` is not assignable to `DataFrame`
[error] invalid-assignment - :153:13 - Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
[error] invalid-assignment - :155:9 - Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`

freqtrade/data/converter/orderflow.py

[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 - Method `__setitem__` of type `bound method _AtIndexerFrame.__setitem__[ScalarT](idx: Series[bool] | @Todo | list[bool] | ... omitted 8 union elements, value: str | bytes | date | ... omitted 18 union elements) -> None` cannot be called with a key of type `tuple[Index[Any], Literal["orderflow"]]` and a 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:9 - Object of type `Series[Any] | Unknown` 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, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | str]`
[error] unresolved-attribute - :74:25 - Type `int | float` has no attribute `notna`

freqtrade/data/entryexitanalysis.py

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

freqtrade/data/metrics.py

[error] invalid-argument-type - :243:9 - Argument is incorrect: Expected `Timestamp`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :244:9 - Argument is incorrect: Expected `Timestamp`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :245:9 - Argument is incorrect: Expected `int | float`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :246:9 - Argument is incorrect: Expected `int | float`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :247:9 - Argument is incorrect: Expected `int | float`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :249:9 - Argument is incorrect: Expected `Timestamp`, found `Series[Any] | Unknown`

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, ...], Unknown] | 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, ...], Unknown] | 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] | Unknown`

freqtrade/exchange/exchange.py

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

freqtrade/exchange/kraken.py

[error] invalid-assignment - :178:13 - 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-assignment - :389:13 - Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
[error] invalid-assignment - :391:13 - Object of type `Series[Any] | Unknown` 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:16 -
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] call-non-callable - :924:17 - Object of type `Timestamp` is not callable

freqtrade/misc.py

[error] invalid-assignment - :235:5 - 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`

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 - :265:90 - Argument to bound method `from_records` is incorrect: Expected `ndarray[tuple[int, int], dtype[typing.TypeVar]] | 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 - :175:35 - Argument to function `_generate_result_line` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :503:9 - Argument to function `generate_pair_metrics` is incorrect: Expected `DataFrame`, found `Series[Any] | Unknown`

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 - :1446: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 - :1477:42 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :1479:41 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Series[Any] | Unknown`
[error] invalid-assignment - :1430:17 - Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`

freqtrade/templates/FreqaiExampleStrategy.py

[error] invalid-assignment - :244:13 - Method `__setitem__` of type `Overload[(idx: Series[bool] | @Todo | list[bool] | ... omitted 8 union elements, value: str | bytes | date | ... omitted 18 union elements) -> None, (idx: tuple[tuple[Index[Any] | Series[bool] | @Todo | ... omitted 16 union elements, ...], Hashable], value: str | bytes | date | ... omitted 17 union elements) -> None]` cannot be called with a key of type `tuple[Unknown, list[Unknown | str]]` and a value of type `tuple[Literal[1], Literal["long"]]` on object of type `_LocIndexerFrame[Unknown]`
[error] invalid-assignment - :254:13 - Method `__setitem__` of type `Overload[(idx: Series[bool] | @Todo | list[bool] | ... omitted 8 union elements, value: str | bytes | date | ... omitted 18 union elements) -> None, (idx: tuple[tuple[Index[Any] | Series[bool] | @Todo | ... omitted 16 union elements, ...], Hashable], value: str | bytes | date | ... omitted 17 union elements) -> None]` cannot be called with a key of type `tuple[Unknown, list[Unknown | str]]` and a value of type `tuple[Literal[1], Literal["short"]]` on object of type `_LocIndexerFrame[Unknown]`

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

src/graphql/type/introspection.py

[error] invalid-base - :42:20 - Invalid class base with type `Unknown | typing.TypeAlias`
[error] invalid-base - :110:23 - Invalid class base with type `Unknown | typing.TypeAlias`
[error] invalid-base - :265:18 - Invalid class base with type `Unknown | typing.TypeAlias`
[error] invalid-base - :417:19 - Invalid class base with type `Unknown | typing.TypeAlias`
[error] invalid-base - :480:24 - Invalid class base with type `Unknown | typing.TypeAlias`
[error] invalid-argument-type - :521:26 - Argument to function `print_ast` is incorrect: Expected `Node`, found `(Unknown & ~AlwaysFalsy) | typing.TypeAlias`
[error] invalid-base - :541:23 - Invalid class base with type `Unknown | typing.TypeAlias`

src/graphql/utilities/ast_from_value.py

[warning] possibly-missing-attribute - :63:43 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :79:21 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :93:38 - Attribute `fields` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :106:22 - Attribute `serialize` on type `Unknown | typing.TypeAlias` may be missing

src/graphql/utilities/type_from_ast.py

[error] invalid-assignment - :61:9 - Object of type `Unknown | typing.TypeAlias` is not assignable to `GraphQLType | None`

src/graphql/validation/rules/fields_on_correct_type.py

[warning] possibly-missing-attribute - :132:37 - Attribute `fields` on type `Unknown | typing.TypeAlias` may be missing

src/graphql/validation/rules/single_field_subscriptions.py

[error] unresolved-attribute - :21:13 - Type `object` has no attribute `node`
[error] invalid-argument-type - :56:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Any | typing.TypeAlias`
[warning] possibly-missing-attribute - :57:37 - Attribute `values` on type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :75:32 - Attribute `values` on type `Any | typing.TypeAlias` may be missing

tests/type/test_enum.py

[error] invalid-argument-type - :124:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :125:22 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | typing.TypeAlias`
[warning] possibly-missing-attribute - :127:44 - Attribute `values` on type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :128:45 - Attribute `values` on type `Any | typing.TypeAlias` may be missing

tests/type/test_schema.py

[warning] possibly-missing-attribute - :110:31 - Attribute `values` on type `Any | typing.TypeAlias` may be missing
[error] invalid-argument-type - :268:27 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :290:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | typing.TypeAlias`

tests/utilities/test_type_info.py

[error] no-matching-overload - :341:43 - No overload of function `get_named_type` matches arguments

src/graphql/execution/build_field_plan.py

[warning] possibly-missing-attribute - :47:38 - Attribute `items` on type `Unknown | typing.TypeAlias` may be missing
[error] invalid-assignment - :68:24 - Object of type `RefSet[DeferUsage] | Unknown | typing.TypeAlias` is not assignable to `RefSet[DeferUsage]`

src/graphql/execution/execute.py

[warning] possibly-missing-attribute - :511:22 - Attribute `items` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :534:43 - Attribute `items` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :774:17 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[error] unresolved-attribute - :917:26 - Type `object` has no attribute `node`
[error] invalid-argument-type - :1044:22 - Argument to class `GraphQLList` is incorrect: Expected `GraphQLType`, found `Unknown | typing.TypeAlias`
[warning] possibly-missing-attribute - :1299:29 - Attribute `serialize` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :1324:27 - Attribute `resolve_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :1375:35 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :1378:33 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :1393:35 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :1404:35 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :1411:35 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :1419:31 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[error] call-non-callable - :1440:26 - Object of type `typing.TypeAlias` is not callable
[error] invalid-argument-type - :1550:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | typing.TypeAlias`
[error] invalid-argument-type - :1551:41 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | typing.TypeAlias`
[error] invalid-argument-type - :1576:67 - Argument to function `build_field_plan` is incorrect: Expected `RefSet[DeferUsage] | None`, found `Unknown | typing.TypeAlias | None`
[error] unresolved-attribute - :2023:13 - Type `object` has no attribute `node`
[error] invalid-argument-type - :2351:51 - Argument to function `deferred_fragment_record_from_defer_usage` is incorrect: Expected `DeferUsage`, found `object`
[error] call-non-callable - :2427:33 - Object of type `typing.TypeAlias` is not callable
[warning] possibly-missing-attribute - :2648:34 - Attribute `items` on type `Any | typing.TypeAlias` may be missing
[error] call-non-callable - :2673:18 - Object of type `typing.TypeAlias` is not callable

src/graphql/execution/values.py

[error] invalid-argument-type - :106:21 - Argument to function `value_from_ast` is incorrect: Expected `ValueNode | None`, found `(@Todo & ~AlwaysFalsy) | typing.TypeAlias`
[warning] possibly-missing-attribute - :170:26 - Attribute `items` on type `Any | typing.TypeAlias | dict[str, GraphQLArgument]` may be missing

src/graphql/language/parser.py

[error] invalid-argument-type - :266:29 - Argument to bound method `__init__` is incorrect: Expected `Source`, found `@Todo | typing.TypeAlias | Source`

src/graphql/language/printer.py

[error] invalid-argument-type - :78:21 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :82:35 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :105:22 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :110:45 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :113:58 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :167:31 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :204:32 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :206:41 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :214:34 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :215:22 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :225:46 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :249:23 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :275:42 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :277:23 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :286:37 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :287:36 - Argument to function `has_multiline_items` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :288:33 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :313:42 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :315:23 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :327:33 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :335:67 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :347:68 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :354:37 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :355:36 - Argument to function `has_multiline_items` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :356:33 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :359:26 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :368:65 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :382:42 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :384:23 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :395:42 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :397:23 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :409:33 - Argument to function `join` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :417:74 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`
[error] invalid-argument-type - :424:75 - Argument to function `block` is incorrect: Expected `Collection[str] | None`, found `Collection[str] | Unknown | typing.TypeAlias`

src/graphql/pyutils/is_iterable.py

[error] invalid-argument-type - :30:30 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `list[Unknown | <class 'Collection'>] | Unknown | <class 'Collection'> | tuple[Unknown | <class 'Collection'>, ...]`

src/graphql/type/definition.py

[warning] possibly-missing-attribute - :511:36 - Attribute `items` on type `(Any & ~AlwaysFalsy) | typing.TypeAlias` may be missing
[error] invalid-argument-type - :1205:59 - Argument to function `suggestion_list` is incorrect: Expected `Collection[str]`, found `Any | typing.TypeAlias`

src/graphql/type/schema.py

[warning] possibly-missing-attribute - :328:13 - Attribute `types` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :349:40 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :354:30 - Attribute `types` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :364:32 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[error] invalid-argument-type - :497:59 - Argument to function `remapped_type` is incorrect: Expected `GraphQLType`, found `@Todo | typing.TypeAlias`
[warning] unused-ignore-comment - :399:52 - Unused blanket `type: ignore` directive

src/graphql/type/validate.py

[warning] possibly-missing-attribute - :447:39 - Attribute `items` on type `Any | typing.TypeAlias` may be missing

src/graphql/utilities/build_client_schema.py

[warning] possibly-missing-attribute - :90:16 - Attribute `get` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :92:24 - Attribute `get` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :99:28 - Attribute `get` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :110:21 - Attribute `get` on type `Unknown | typing.TypeAlias` may be missing

src/graphql/utilities/coerce_input_value.py

[warning] possibly-missing-attribute - :57:52 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :72:21 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :91:48 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :96:18 - Attribute `fields` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :118:75 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :129:73 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :134:12 - Attribute `is_one_of` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :142:45 - Attribute `name` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :157:16 - Attribute `out_type` on type `Unknown | typing.TypeAlias` may be missing

src/graphql/utilities/extend_schema.py

[warning] possibly-missing-attribute - :347:36 - Attribute `items` on type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :416:36 - Attribute `items` on type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :453:36 - Attribute `items` on type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :504:67 - Attribute `items` on type `Any | typing.TypeAlias` may be missing
[error] invalid-argument-type - :602:46 - Argument to function `value_from_ast` is incorrect: Expected `ValueNode | None`, found `@Todo | typing.TypeAlias | None`
[error] invalid-argument-type - :623:50 - Argument to function `value_from_ast` is incorrect: Expected `ValueNode | None`, found `@Todo | typing.TypeAlias | None`

src/graphql/utilities/find_breaking_changes.py

[error] invalid-argument-type - :199:28 - Argument to function `dict_diff` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :199:49 - Argument to function `dict_diff` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :316:29 - Argument to function `dict_diff` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :316:46 - Argument to function `dict_diff` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :404:27 - Argument to function `dict_diff` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :404:43 - Argument to function `dict_diff` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | typing.TypeAlias`
[error] invalid-argument-type - :574:38 - Argument to function `sort_value_node` is incorrect: Expected `ValueNode`, found `(Unknown & ~None) | typing.TypeAlias`

src/graphql/utilities/lexicographic_sort_schema.py

[error] invalid-argument-type - :91:36 - Argument to function `sort_args` is incorrect: Expected `dict[str, GraphQLArgument]`, found `Any | typing.TypeAlias`
[warning] possibly-missing-attribute - :169:29 - Attribute `values` on type `Any | typing.TypeAlias` may be missing

src/graphql/utilities/print_schema.py

[warning] possibly-missing-attribute - :68:33 - Attribute `values` on type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :206:43 - Attribute `items` on type `Any | typing.TypeAlias` may be missing
[error] invalid-argument-type - :273:37 - Argument to function `print_ast` is incorrect: Expected `Node`, found `(Unknown & ~AlwaysFalsy) | typing.TypeAlias`

src/graphql/utilities/type_comparators.py

[error] invalid-argument-type - :107:43 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLNamedType`, found `Unknown | typing.TypeAlias`
[error] invalid-argument-type - :111:43 - Argument to bound method `is_sub_type` is incorrect: Expected `GraphQLNamedType`, found `Unknown | typing.TypeAlias`

src/graphql/utilities/value_from_ast.py

[warning] possibly-missing-attribute - :73:43 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :79:21 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :105:18 - Attribute `fields` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :121:12 - Attribute `is_one_of` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :129:16 - Attribute `out_type` on type `Unknown | typing.TypeAlias` may be missing

src/graphql/validation/rules/overlapping_fields_can_be_merged.py

[error] invalid-argument-type - :182:9 - Argument to function `collect_conflicts_within` is incorrect: Expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-argument-type - :194:17 - Argument to function `collect_conflicts_between_fields_and_fragment` is incorrect: Expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-argument-type - :208:21 - Argument to function `collect_conflicts_between_fragments` is incorrect: Expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-return-type - :216:12 - Return type does not match returned value: expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-argument-type - :385:9 - Argument to function `collect_conflicts_between` is incorrect: Expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-argument-type - :399:17 - Argument to function `collect_conflicts_between_fields_and_fragment` is incorrect: Expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-argument-type - :413:17 - Argument to function `collect_conflicts_between_fields_and_fragment` is incorrect: Expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-argument-type - :428:17 - Argument to function `collect_conflicts_between_fragments` is incorrect: Expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] invalid-return-type - :436:12 - Return type does not match returned value: expected `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]]]`, found `list[tuple[tuple[str, @Todo], list[FieldNode], list[FieldNode]] | Unknown | typing.TypeAlias]`
[error] no-matching-overload - :586:13 - No overload of function `get_named_type` matches arguments
[error] no-matching-overload - :588:13 - No overload of function `get_named_type` matches arguments
[warning] possibly-missing-attribute - :659:31 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :659:46 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :667:31 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :667:46 - Attribute `of_type` on type `Unknown | typing.TypeAlias` may be missing

src/graphql/validation/rules/stream_directive_on_list_field.py

[warning] possibly-missing-attribute - :42:38 - Attribute `of_type` on type `@Todo | typing.TypeAlias` may be missing
[warning] possibly-missing-attribute - :59:52 - Attribute `name` on type `(Unknown & ~AlwaysFalsy) | typing.TypeAlias` may be missing
[warning] unused-ignore-comment - :49:68 - Unused blanket `type: ignore` directive

src/graphql/validation/validation_context.py

[warning] possibly-missing-attribute - :145:40 - Attribute `selection_set` on type `@Todo | typing.TypeAlias` may be missing
[error] invalid-argument-type - :232:19 - Argument to function `visit` is incorrect: Expected `Node`, found `@Todo | typing.TypeAlias`

tests/type/test_definition.py

[error] invalid-argument-type - :775:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | typing.TypeAlias`

tests/utilities/test_build_ast_schema.py

[warning] possibly-missing-attribute - :459:42 - Attribute `values` on type `Any | typing.TypeAlias` may be missing

tests/utilities/test_build_client_schema.py

[warning] possibly-missing-attribute - :400:56 - Attribute `items` on type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-implicit-call - :859:13 - Method `__setitem__` of type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-implicit-call - :883:13 - Method `__setitem__` of type `Any | typing.TypeAlias` may be missing
[warning] possibly-missing-implicit-call - :907:13 - Method `__setitem__` of type `Any | typing.TypeAlias` may be missing

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

hydpy/core/autodoctools.py

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

hydpy/core/devicetools.py

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

hydpy/core/masktools.py

[error] invalid-base - :24:16 - Invalid class base with type `NDArrayBool`

hydpy/core/objecttools.py

[error] invalid-argument-type - :762: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/sequencetools.py

[error] invalid-base - :375:17 - Invalid class base with type `NDArrayFloat`

hydpy/core/seriestools.py

[warning] possibly-missing-attribute - :321:17 -
Old: Attribute `__name__` on type `Any | (((@Todo, /) -> int | float) & ~str)` may be missing
New: Attribute `__name__` on type `Any | (((NDArrayFloat, /) -> int | float) & ~str)` may be missing
[error] invalid-return-type - :339:12 - Return type does not match returned value: expected `DataFrame`, found `Series[Any]`

hydpy/cythons/modelutils.py

[error] invalid-assignment - :349:1 - Object of type `dict[Unknown | <class 'bool'> | str | ... omitted 8 union elements, Unknown | str]` is not assignable to `dict[type[Any] | str | None, str]`
[warning] unused-ignore-comment - :382:38 - Unused blanket `type: ignore` directive

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

ibis/backends/bigquery/tests/system/test_client.py

[error] unresolved-attribute - :107:9 - Type `Timestamp` has no attribute `dt`

ibis/backends/impala/tests/test_udf.py

[error] invalid-argument-type - :388:28 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Literal`

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 - :1304: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], dtype[typing.TypeVar]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `Cursor`

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:31 -
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, Unknown] | Index[Any] | ... omitted 4 union elements`, found `(Iterable[str] & ~AlwaysFalsy) | Unknown | 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/formats/pandas.py

[error] unresolved-attribute - :224:28 - Type `Timestamp` has no attribute `dt`
[error] unresolved-attribute - :226:28 - Type `Timestamp` has no attribute `dt`

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 - :1360:36 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Union`
[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`

tests/ignite/metrics/test_precision_recall_curve.py

[error] invalid-argument-type - :177:32 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Tuple`

imagehash (https://github.com/JohannesBuchner/imagehash)

imagehash/__init__.py

[error] non-subscriptable - :146:12 - Cannot subscript object of type `NDArray` with no `__getitem__` method

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

isort/settings.py

[error] invalid-argument-type - :606: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 - :606:32 - Argument to function `fnmatch` is incorrect: Expected `str`, found `bytes | str`
[error] unsupported-operator - :606:69 - Operator `+` is unsupported between objects of type `Literal["/"]` and `bytes | str`

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

janus/__init__.py

[error] invalid-argument-type - :714:36 - Argument to function `heappush` is incorrect: Argument type `T@PriorityQueue` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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

jax/_src/abstract_arrays.py

[error] invalid-assignment - :32:1 - Object of type `set[Unknown | type[generic[Any]] | <class 'signedinteger[_8Bit]'> | ... omitted 10 union elements]` is not assignable to `set[type]`

jax/_src/numpy/scalar_types.py

[error] invalid-argument-type - :74:27 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `uint8`
[error] invalid-argument-type - :75:28 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `uint16`
[error] invalid-argument-type - :76:28 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `uint32`
[error] invalid-argument-type - :77:28 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `uint64`
[error] invalid-argument-type - :94:29 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `float16`
[error] invalid-argument-type - :95:38 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `float32`
[error] invalid-argument-type - :95:38 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `float32`
[error] invalid-argument-type - :97:41 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `complex64`
[error] invalid-argument-type - :97:41 - Argument to function `_make_scalar_type` is incorrect: Expected `type`, found `complex64`

jax/_src/buffer_callback.py

[error] call-non-callable - :259:11 - Object of type `object` is not callable

jax/_src/callback.py

[error] call-non-callable - :864:11 - Object of type `object` is not callable
[error] call-non-callable - :868:27 - Object of type `object` is not callable

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 - :667:21 -
Old: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes` has no attribute `modules_profiles`
New: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[tuple[Any, ...], Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes` has no attribute `modules_profiles`
[error] unresolved-attribute - :668:12 -
Old: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes` has no attribute `modules_profiles`
New: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[tuple[Any, ...], Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes` has no attribute `modules_profiles`
[error] unresolved-attribute - :688:3 -
Old: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes` has no attribute `modules_profiles`
New: Type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[tuple[Any, ...], Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes` has no attribute `modules_profiles`
[error] unresolved-attribute - :692:1 -
Old: Unresolved attribute `modules_profiles` on type `def _share_fdo_profiles(computation: Unknown, devices: ndarray[@Todo, Unknown], 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, ...], Unknown], compile_options: CompileOptions, backend: Client, global_client: DistributedRuntimeClient, min_process_id) -> bytes`.

jax/_src/custom_partitioning.py

[error] invalid-argument-type - :487:60 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

jax/_src/dtypes.py

[error] invalid-assignment - :193:3 - Object of type `uint32` is not assignable to `type[Any]`
[error] invalid-assignment - :194:3 - Object of type `float32` is not assignable to `type[Any]`
[error] invalid-assignment - :195:3 - Object of type `complex64` is not assignable to `type[Any]`
[error] invalid-assignment - :198:3 - Object of type `uint64` is not assignable to `type[Any]`

jax/_src/error_check.py

[error] call-non-callable - :78:29 - Object of type `object` is not callable
[error] call-non-callable - :84:9 - Object of type `object` is not callable
[error] call-non-callable - :166:22 - Object of type `object` is not callable
[error] call-non-callable - :231:20 - Object of type `object` is not callable
[error] call-non-callable - :235:7 - Object of type `object` is not callable
[error] call-non-callable - :362:23 - Object of type `object` is not callable
[error] call-non-callable - :363:27 - Object of type `object` is not callable

jax/_src/interpreters/mlir.py

[warning] unused-ignore-comment - :333:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :395:77 - Unused blanket `type: ignore` directive

jax/_src/lax/linalg.py

[error] call-non-callable - :1278:15 - Object of type `object` is not callable
[error] call-non-callable - :1279:15 - Object of type `object` is not callable
[error] call-non-callable - :1283:44 - Object of type `object` is not callable

jax/_src/lax_reference.py

[error] call-non-callable - :90:23 - Object of type `object` is not callable
[error] call-non-callable - :93:14 - Object of type `object` is not callable
[error] call-non-callable - :137:7 - Object of type `object` is not callable
[error] call-non-callable - :138:7 - Object of type `object` is not callable
[error] call-non-callable - :139:7 - Object of type `object` is not callable
[error] call-non-callable - :140:7 - Object of type `object` is not callable
[error] call-non-callable - :141:7 - Object of type `object` is not callable
[error] call-non-callable - :142:7 - Object of type `object` is not callable
[error] invalid-argument-type - :146:18 - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `uint32`

jax/_src/numpy/lax_numpy.py

[warning] unused-ignore-comment - :1039:87 - Unused blanket `type: ignore` directive
[error] not-iterable - :3084:20 - Object of type `(Sequence[int] & tuple[object, ...]) | (@Todo & tuple[object, ...]) | (Sequence[int] & Top[list[Unknown]]) | ... omitted 7 union elements` may not be iterable
[error] call-non-callable - :8683:24 - Object of type `object` is not callable

jax/_src/pallas/fuser/block_spec.py

[error] invalid-argument-type - :435:35 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 3 union elements`
[error] invalid-argument-type - :879:32 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `(int & ~Squeezed & ~Element) | (Blocked & ~Squeezed & ~Element)`
[error] invalid-argument-type - :393:47 -
Old: Argument is incorrect: Expected `Sequence[@Todo | int | None] | None`, found `object`
New: Argument is incorrect: Expected `Sequence[BlockDim | int | None] | None`, found `object`
[error] invalid-argument-type - :697:28 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :710:7 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :832:28 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :837:27 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :933:7 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :959:28 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :963:13 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :999:33 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1001:27 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1005:28 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1021:18 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1080:34 -
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[BlockDim | int | None] | None`
[error] not-iterable - :1103:17 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - :1177:7 -
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[BlockDim | int | None] | None`
[error] not-iterable - :1207:69 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] not-iterable - :1255:69 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - :1269:13 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1336:34 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1336:21 - 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] not-iterable - :1383:17 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] not-iterable - :1391:17 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - :1411:14 -
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[BlockDim | int | None] | None`
[error] not-iterable - :1514:31 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - :1514:19 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | BoundedSlice | int`
[error] invalid-argument-type - :1517:19 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 4 union elements`
[error] invalid-argument-type - :1578:40 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1578:27 - 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] not-iterable - :1686:31 -
Old: Object of type `Sequence[@Todo | int | None] | None` may not be iterable
New: Object of type `Sequence[BlockDim | int | None] | None` may not be iterable
[error] invalid-argument-type - :1686:19 - Argument to function `_block_size` is incorrect: Expected `Element | int | None`, found `Element | Squeezed | Blocked | ... omitted 3 union elements`
[error] invalid-argument-type - :1739:23 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :2217:25 -
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[BlockDim | int | None] | None`

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

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

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

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

jax/_src/pallas/mosaic/sc_primitives.py

[error] invalid-argument-type - :104:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Ref`
[error] invalid-argument-type - :106:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[error] invalid-argument-type - :108:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[warning] possibly-missing-attribute - :109:44 - Attribute `transforms` on type `AbstractRef | TransformedRef | @Todo` may be missing
[warning] possibly-missing-attribute - :110:22 - Attribute `ref` on type `AbstractRef | TransformedRef | @Todo` may be missing
[error] invalid-argument-type - :169:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Ref`
[error] invalid-argument-type - :171:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[error] invalid-argument-type - :173:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[warning] possibly-missing-attribute - :174:44 - Attribute `transforms` on type `AbstractRef | TransformedRef | @Todo` may be missing
[warning] possibly-missing-attribute - :176:7 - Attribute `ref` on type `AbstractRef | TransformedRef | @Todo` may be missing
[error] invalid-argument-type - :194:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Ref`
[error] invalid-argument-type - :196:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[error] invalid-argument-type - :198:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[warning] possibly-missing-attribute - :199:44 - Attribute `transforms` on type `AbstractRef | TransformedRef | @Todo` may be missing
[warning] possibly-missing-attribute - :201:7 - Attribute `ref` on type `AbstractRef | TransformedRef | @Todo` may be missing
[error] invalid-argument-type - :211:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Ref`
[error] invalid-argument-type - :213:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[error] invalid-argument-type - :215:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `TransformedRef`
[warning] possibly-missing-attribute - :216:44 - Attribute `transforms` on type `AbstractRef | TransformedRef | @Todo` may be missing
[warning] possibly-missing-attribute - :218:7 - Attribute `ref` on type `AbstractRef | TransformedRef | @Todo` may be missing

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-argument-type - :895:9 - Argument to function `sorted` is incorrect: Argument type `Sequence[Hashable]` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :1003:33 - Argument to function `sorted` is incorrect: Argument type `Sequence[Hashable]` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

jax/_src/pallas/triton/lowering.py

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

jax/_src/pallas/utils.py

[error] call-non-callable - :334:44 - Object of type `object` is not callable

jax/_src/prng.py

[error] call-non-callable - :828:40 - Object of type `object` is not callable
[error] call-non-callable - :897:35 - Object of type `object` is not callable
[error] call-non-callable - :911:27 - Object of type `object` is not callable
[error] call-non-callable - :916:27 - Object of type `object` is not callable
[error] call-non-callable - :921:27 - Object of type `object` is not callable
[error] call-non-callable - :926:27 - Object of type `object` is not callable
[error] call-non-callable - :931:27 - Object of type `object` is not callable
[error] call-non-callable - :1111:55 - Object of type `object` is not callable
[error] call-non-callable - :1117:54 - Object of type `object` is not callable
[error] call-non-callable - :1236:11 - Object of type `object` is not callable

jax/_src/random.py

[error] call-non-callable - :2637:34 - Object of type `object` is not callable

jax/_src/scipy/special.py

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

jax/_src/test_util.py

[error] invalid-return-type - :177:12 - Return type does not match returned value: expected `ToleranceDict`, found `dict[dtype[Any], (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | Literal[0]]`

jax/experimental/array_serialization/serialization_test.py

[error] invalid-argument-type - :870:41 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: @Todo = None) -> bytes`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: ((PickleBuffer, /) -> Any) | None = None) -> bytes`
[error] invalid-argument-type - :871:41 -
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 - :874:41 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: @Todo = None) -> bytes`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: ((PickleBuffer, /) -> Any) | None = None) -> bytes`
[error] invalid-argument-type - :875:41 -
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 - :878:41 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: @Todo = None) -> bytes`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: ((PickleBuffer, /) -> Any) | None = None) -> bytes`
[error] invalid-argument-type - :879:41 -
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 - :911:42 -
Old: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: @Todo = None) -> bytes`
New: Argument to function `register_pytree_node_serialization` is incorrect: Expected `_SerializeAuxData`, found `def dumps(obj: Any, protocol: int | None = None, *, fix_imports: bool = Literal[True], buffer_callback: ((PickleBuffer, /) -> Any) | None = None) -> bytes`
[error] invalid-argument-type - :912:42 -
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/jax2tf/tests/call_tf_test.py

[error] call-non-callable - :133:20 - Object of type `object` is not callable
[error] call-non-callable - :133:43 - Object of type `object` is not callable
[error] call-non-callable - :137:26 - Object of type `object` is not callable
[error] call-non-callable - :155:9 - Object of type `object` is not callable
[error] call-non-callable - :218:9 - Object of type `object` is not callable
[error] call-non-callable - :220:25 - Object of type `object` is not callable
[error] call-non-callable - :269:9 - Object of type `object` is not callable
[error] call-non-callable - :308:9 - Object of type `object` is not callable
[error] call-non-callable - :326:9 - Object of type `object` is not callable
[error] call-non-callable - :337:9 - Object of type `object` is not callable
[error] call-non-callable - :348:9 - Object of type `object` is not callable
[error] call-non-callable - :359:9 - Object of type `object` is not callable
[error] call-non-callable - :375:9 - Object of type `object` is not callable
[error] call-non-callable - :395:9 - Object of type `object` is not callable
[error] call-non-callable - :405:20 - Object of type `object` is not callable
[error] call-non-callable - :405:43 - Object of type `object` is not callable
[error] call-non-callable - :406:10 - Object of type `object` is not callable
[error] call-non-callable - :406:26 - Object of type `object` is not callable
[error] call-non-callable - :409:20 - Object of type `object` is not callable
[error] call-non-callable - :409:43 - Object of type `object` is not callable
[error] call-non-callable - :448:24 - Object of type `object` is not callable
[error] call-non-callable - :449:9 - Object of type `object` is not callable
[error] call-non-callable - :461:14 - Object of type `object` is not callable
[error] call-non-callable - :505:9 - Object of type `object` is not callable
[error] call-non-callable - :524:9 - Object of type `object` is not callable
[error] call-non-callable - :526:25 - Object of type `object` is not callable
[error] call-non-callable - :552:24 - Object of type `object` is not callable
[error] call-non-callable - :554:48 - Object of type `object` is not callable
[error] call-non-callable - :563:14 - Object of type `object` is not callable
[error] call-non-callable - :567:25 - Object of type `object` is not callable
[error] call-non-callable - :698:9 - Object of type `object` is not callable
[error] call-non-callable - :889:9 - Object of type `object` is not callable
[error] call-non-callable - :906:20 - Object of type `object` is not callable
[error] call-non-callable - :914:9 - Object of type `object` is not callable
[error] call-non-callable - :994:20 - Object of type `object` is not callable
[error] call-non-callable - :1192:9 - Object of type `object` is not callable

jax/experimental/jax2tf/tests/jax2tf_test.py

[error] call-non-callable - :85:9 - Object of type `object` is not callable
[error] call-non-callable - :356:25 - Object of type `object` is not callable
[error] call-non-callable - :357:25 - Object of type `object` is not callable
[error] call-non-callable - :390:14 - Object of type `object` is not callable
[error] call-non-callable - :390:40 - Object of type `object` is not callable
[error] call-non-callable - :393:20 - Object of type `object` is not callable
[error] call-non-callable - :393:36 - Object of type `object` is not callable
[error] call-non-callable - :564:49 - Object of type `object` is not callable
[error] call-non-callable - :566:49 - Object of type `object` is not callable
[error] call-non-callable - :571:51 - Object of type `object` is not callable
[error] call-non-callable - :572:51 - Object of type `object` is not callable
[error] call-non-callable - :573:51 - Object of type `object` is not callable
[error] call-non-callable - :586:46 - Object of type `object` is not callable
[error] call-non-callable - :587:46 - Object of type `object` is not callable
[error] call-non-callable - :588:46 - Object of type `object` is not callable
[error] call-non-callable - :593:46 - Object of type `object` is not callable
[error] call-non-callable - :594:46 - Object of type `object` is not callable
[error] call-non-callable - :595:46 - Object of type `object` is not callable
[error] call-non-callable - :605:27 - Object of type `object` is not callable
[error] call-non-callable - :881:18 - Object of type `object` is not callable
[error] call-non-callable - :882:19 - Object of type `object` is not callable
[error] call-non-callable - :891:18 - Object of type `object` is not callable
[error] call-non-callable - :893:19 - Object of type `object` is not callable
[error] call-non-callable - :913:25 - Object of type `object` is not callable
[error] call-non-callable - :1411:9 - Object of type `object` is not callable
[error] call-non-callable - :1428:9 - Object of type `object` is not callable
[error] call-non-callable - :1475:29 - Object of type `object` is not callable
[error] call-non-callable - :1483:37 - Object of type `object` is not callable
[error] call-non-callable - :1496:18 - Object of type `object` is not callable
[error] call-non-callable - :1539:9 - Object of type `object` is not callable

jax/experimental/jax2tf/tests/primitives_test.py

[error] call-non-callable - :184:14 - Object of type `object` is not callable

jax/experimental/multihost_utils.py

[error] call-non-callable - :162:7 - Object of type `object` is not callable

jax/experimental/pallas/ops/gpu/attention.py

[error] invalid-argument-type - :551:23 - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :552:24 - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :553:22 - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :554:23 - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] no-matching-overload - :590:36 - No overload of function `cdiv` matches arguments
[error] unsupported-operator - :594:11 - Operator `*` is unsupported between objects of type `int | None | Unknown` and `int | None | Unknown`
[error] unsupported-operator - :595:14 - Operator `*` is unsupported between objects of type `int | None | Unknown` and `int | None | Unknown`

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

[error] invalid-argument-type - :1570:32 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :1574:25 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :2118:32 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :2123:25 -
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[BlockDim | int | None] | None`
[error] invalid-argument-type - :2475:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2476:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2477:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2478:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | Array | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | Array | None`, found `PartitionSpec | None`
[error] invalid-argument-type - :2481:9 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `PartitionSpec | None`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `PartitionSpec | None`

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

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

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

src/jinja2/debug.py

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

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

koda_validate/serialization/errors.py

[error] invalid-argument-type - :66:42 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

koda_validate/serialization/json_schema.py

[error] invalid-argument-type - :313:38 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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

kornia/core/mixin/image_module.py

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

kornia/core/mixin/onnx.py

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

kornia/core/module.py

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

kornia/utils/draw.py

[error] invalid-argument-type - :377:29 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.List`

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

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/optbench/__init__.py

[error] invalid-argument-type - :18:39 - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`

misc/python/materialize/mzcompose/composition.py

[warning] unused-ignore-comment - :384:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :385:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :396:70 - Unused blanket `type: ignore` directive

misc/python/materialize/mzexplore/common.py

[error] invalid-argument-type - :414:39 - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`

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] invalid-argument-type - :1762:36 - Argument to function `min` is incorrect: Argument type `int | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :1799:21 - Argument to function `run_scenario_strong` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1810:21 - Argument to function `run_scenario_strong` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1821:21 - Argument to function `run_scenario_strong` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1832:21 - Argument to function `run_scenario_weak` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1843:21 - Argument to function `run_scenario_strong` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1852:21 - Argument to function `run_scenario_weak` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :2162:13 - Argument to function `plot` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :2171:13 - Argument to function `plot` is incorrect: Expected `DataFrame`, found `Series[Any]`

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

mesonbuild/interpreter/primitives/array.py

[error] invalid-argument-type - :57:44 - Argument to function `check_contains` is incorrect: Expected `list[Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject]`, found `(Sequence[Any] & Top[list[Unknown]]) | (HoldableObject & Top[list[Unknown]]) | (MesonInterpreterObject & Top[list[Unknown]])`
[error] invalid-argument-type - :109:40 - Argument to function `flatten` is incorrect: Expected `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`, found `object`

mesonbuild/interpreterbase/_unholder.py

[error] invalid-return-type - :18:16 - Return type does not match returned value: expected `TYPE_var`, found `HoldableObject | int | str | Top[list[Unknown]] | Top[dict[Unknown, Unknown]]`

mesonbuild/interpreterbase/helpers.py

[error] invalid-argument-type - :31:27 - Argument to bound method `append` is incorrect: Expected `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`, found `~Top[list[Unknown]] & ~StringNode`
[error] invalid-argument-type - :37:30 - Argument to function `resolver` is incorrect: Expected `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`, found `object`
[error] invalid-argument-type - :39:33 - Argument to function `resolver` is incorrect: Expected `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`, found `object`
[error] invalid-argument-type - :58:59 - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`, found `object`
[error] invalid-argument-type - :60:54 - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`, found `object`
[error] invalid-argument-type - :61:54 - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`, found `object`

mesonbuild/munstable_coredata.py

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

mesonbuild/utils/vsenv.py

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

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

unittests/pythontests.py

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

mesonbuild/ast/interpreter.py

[error] invalid-argument-type - :293:34 - Argument to bound method `__init__` is incorrect: Expected `list[Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject]`, found `BaseNode & Top[list[Unknown]]`
[error] invalid-argument-type - :725:28 - Argument to function `src_to_abs` is incorrect: Expected `str | IntrospectionFile | UnknownValue`, found `Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject`
[error] invalid-argument-type - :688:48 - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[int]`
[error] invalid-argument-type - :295:33 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[str, @Todo]`, found `BaseNode & Top[dict[Unknown, Unknown]]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject]`, found `BaseNode & Top[dict[Unknown, Unknown]]`

mesonbuild/backend/backends.py

[error] no-matching-overload - :318:20 - No overload of function `join` matches arguments
[error] invalid-argument-type - :365:58 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-assignment - :1189:21 - Object of type `list[BuildTarget | CustomTarget]` is not assignable to `list[BuildTargetTypes]`
[error] invalid-return-type - :471:16 - Return type does not match returned value: expected `str`, found `bytes`

mesonbuild/backend/ninjabackend.py

[error] no-matching-overload - :2781:27 - No overload of function `join` matches arguments
[error] invalid-return-type - :1999:20 -
Old: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | Unknown]`
New: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | Unknown | str]`
[error] invalid-return-type - :2014:16 -
Old: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | Unknown]`
New: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | Unknown | str]`

mesonbuild/backend/vs2010backend.py

[error] no-matching-overload - :296:14 - No overload of function `open` matches arguments
[error] invalid-assignment - :347:21 - Method `__setitem__` of type `bound method dict[str, Target].__setitem__(key: str, value: Target, /) -> None` cannot be called with a key of type `str` and a value of type `BuildTarget | CustomTarget | CustomTargetIndex` on object of type `dict[str, Target]`
[warning] possibly-missing-attribute - :374:27 - Attribute `get_generated_sources` on type `(Target & ~CustomTargetIndex) | CustomTarget | CompileTarget` may be missing

mesonbuild/build.py

[warning] possibly-missing-attribute - :1119:77 - Attribute `get_basename` on type `CustomTarget | CompileTarget | (GeneratedList & ~str & ~File & ~CustomTargetIndex)` may be missing
[warning] possibly-missing-attribute - :1566:82 - Attribute `rust_crate_type` on type `BuildTargetTypes` may be missing
[error] invalid-return-type - :1154:16 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[BuildTargetTypes]`, found `list[Unknown]`
[error] invalid-return-type - :1187:16 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[BuildTargetTypes]`, found `list[Unknown]`
[error] invalid-return-type - :2849:16 -
Old: Return type does not match returned value: expected `ImmutableListProtocol[@Todo]`, found `list[Unknown]`
New: Return type does not match returned value: expected `ImmutableListProtocol[BuildTargetTypes]`, found `list[Unknown]`

mesonbuild/compilers/compilers.py

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

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :969:59 - Argument is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `list[str] | dict[str, ElementaryOptionValues] | str | dict[Unknown, Unknown]`
[error] invalid-argument-type - :1132:36 - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy)`
[error] invalid-argument-type - :1752:32 - Invalid argument to key "default_options" with declared type `list[str] | dict[str, ElementaryOptionValues] | str` on TypedDict `DoSubproject`: value of type `(dict[OptionKey, ElementaryOptionValues] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] invalid-argument-type - :2231:41 - Argument to bound method `__init__` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget]`
[error] no-matching-overload - :2692:23 - No overload of function `join` matches arguments
[error] no-matching-overload - :2700:51 - No overload of function `join` matches arguments
[error] no-matching-overload - :2747:27 - No overload of function `join` matches arguments
[error] invalid-argument-type - :2766: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 - :874:32 -
Old: Invalid argument to key "default_options" with declared type `list[str] | dict[str, @Todo] | str` on TypedDict `DoSubproject`: value of type `dict[OptionKey, @Todo]`
New: Invalid argument to key "default_options" with declared type `list[str] | dict[str, ElementaryOptionValues] | str` on TypedDict `DoSubproject`: value of type `dict[OptionKey, ElementaryOptionValues]`
[error] invalid-argument-type - :1809:69 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[OptionKey, @Todo]`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[OptionKey, ElementaryOptionValues]`
[warning] possibly-missing-attribute - :2248:19 -
Old: Attribute `get` on type `EnvironmentVariables | dict[str, @Todo] | list[@Todo] | str` may be missing
New: Attribute `get` on type `EnvironmentVariables | dict[str, TYPE_var] | list[TYPE_var] | str` may be missing
[error] invalid-argument-type - :2254:33 - Argument is incorrect: Expected `EnvironmentVariables | list[Unknown] | dict[Unknown, Unknown] | str | None`, found `Sequence[Sequence[Any] | int | dict[str, Any] | HoldableObject | MesonInterpreterObject] | int | dict[str, Sequence[Any] | int | dict[str, Any]] | ... omitted 3 union elements`
[error] invalid-argument-type - :2765:56 -
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-assignment - :3411:9 -
Old: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | @Todo | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["dependencies"]` and a value of type `list[Unknown]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
New: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | GeneratedTypes | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["dependencies"]` and a value of type `list[Unknown]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-assignment - :3430:13 -
Old: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | @Todo], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | @Todo | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `Unknown` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
New: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: @Todo | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | GeneratedTypes], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[ObjectTypes], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, ElementaryOptionValues], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | GeneratedTypes | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `Unknown` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`

mesonbuild/interpreter/type_checking.py

[error] invalid-assignment - :307:1 -
Old: Object of type `KwargInfo[dict[Unknown, Unknown]]` is not assignable to `KwargInfo[str | list[str] | dict[str, @Todo]]`
New: Object of type `KwargInfo[dict[Unknown, Unknown]]` is not assignable to `KwargInfo[str | list[str] | dict[str, ElementaryOptionValues]]`

mesonbuild/interpreterbase/decorators.py

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

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-assignment - :637:13 - Method `__setitem__` of type `bound method dict[str, InterpreterObject | None].__setitem__(key: str, value: InterpreterObject | None, /) -> None` cannot be called with a key of type `object` and a value of type `Unknown` on object of type `dict[str, InterpreterObject | None]`

mesonbuild/linkers/linkers.py

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

mesonbuild/modules/_qt.py

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

mesonbuild/modules/hotdoc.py

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

mesonbuild/mparser.py

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

mesonbuild/msubprojects.py

[error] invalid-argument-type - :722:43 - Argument to function `bold` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :725:41 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :729:41 - Argument to function `bold` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :731:18 - Argument is incorrect: Expected `str`, found `bytes`

mesonbuild/mtest.py

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

mesonbuild/rewriter.py

[error] unresolved-attribute - :762:83 - Type `(Sequence[Any] & ~UnknownValue & ~str) | (int & ~UnknownValue) | (dict[str, Any] & ~UnknownValue) | (HoldableObject & ~UnknownValue & ~str) | (MesonInterpreterObject & ~UnknownValue & ~str)` has no attribute `to_abs_path`
[error] invalid-return-type - :876:24 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :880:20 - Return type does not match returned value: expected `str`, found `bytes`

mesonbuild/utils/universal.py

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

mesonbuild/wrap/wrap.py

[error] invalid-argument-type - :931:36 - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `list[Unknown | str] | list[Unknown | str | bytes]`

run_tests.py

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

unittests/allplatformstests.py

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

unittests/linuxliketests.py

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

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

examples/contrib/mitmproxywrapper.py

[error] invalid-argument-type - :164:59 -
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

mitmproxy/types.py

[warning] unused-ignore-comment - :128: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:13 -
Old: Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["custom_dir"]` and a value of type `str` on object of type `Top[dict[Unknown, Unknown]]`
New: Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["custom_dir"]` and a 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/json_util.py

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

pymongo/asynchronous/pool.py

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

pymongo/pool_shared.py

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

pymongo/synchronous/pool.py

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

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

mypy/typeshed/stdlib/asyncio/sslproto.pyi

[error] invalid-base - :94:19 - Invalid class base with type `_SSLProtocolBase`

mypy/typeshed/stdlib/distutils/command/check.pyi

[error] invalid-base - :12:22 - Invalid class base with type `_Reporter`

mypy/typeshed/stdlib/time.pyi

[error] invalid-base - :42:41 - Invalid class base with type `_TimeTuple`

mypy/report.py

[error] invalid-argument-type - :497:29 - Argument to function `should_skip_path` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :511:30 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :513:55 - Argument to function `iterate_python_lines` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :527:69 - Argument to function `pathname2url` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :640:30 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :647:47 - Argument to function `iterate_python_lines` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :875:29 - Argument to function `should_skip_path` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :887:30 - Argument to bound method `__init__` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :888: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/typeshed/stdlib/_curses.pyi

[error] unsupported-operator - :11:22 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`

mypy/typeshed/stdlib/_operator.pyi

[error] unsupported-operator - :35:34 - Operator `|` is unsupported between objects of type `<class '_SupportsDunderLE'>` and `<class '_SupportsDunderGE'>`

mypy/typeshed/stdlib/_pickle.pyi

[error] unsupported-operator - :15:5 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'tuple[(...) -> Any, tuple[Any, ...]]'>`

mypy/typeshed/stdlib/_socket.pyi

[error] unsupported-operator - :14:23 - Operator `|` is unsupported between objects of type `<class 'tuple[Any, ...]'>` and `<class 'str'>`

mypy/typeshed/stdlib/_typeshed/dbapi.pyi

[error] unsupported-operator - :8:28 - Operator `|` is unsupported between objects of type `typing.Any` and `None`

mypy/typeshed/stdlib/aifc.pyi

[error] unsupported-operator - :17:20 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'IO[bytes]'>`

mypy/typeshed/stdlib/asyncio/__init__.pyi

[error] unsupported-operator - :1004:33 - Operator `|` is unsupported between objects of type `<class 'Generator[Any, None, typing.TypeVar]'>` and `<class 'Awaitable[typing.TypeVar]'>`
[error] unsupported-operator - :1005:33 - Operator `|` is unsupported between objects of type `<class 'Generator[Any, None, typing.TypeVar]'>` and `<class 'Coroutine[Any, Any, typing.TypeVar]'>`

mypy/typeshed/stdlib/asyncio/format_helpers.pyi

[error] unsupported-operator - :13:24 - Operator `|` is unsupported between objects of type `<class 'FunctionType'>` and `<class '_HasWrapper'>`

mypy/typeshed/stdlib/asyncio/trsock.pyi

[error] unsupported-operator - :13:27 - Operator `|` is unsupported between objects of type `<class 'bytearray'>` and `<class 'memoryview'>`

mypy/typeshed/stdlib/binhex.pyi

[error] unsupported-operator - :19:31 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'IO[bytes]'>`

mypy/typeshed/stdlib/cmath.pyi

[error] unsupported-operator - :12:17 - Operator `|` is unsupported between objects of type `<class 'SupportsFloat'>` and `<class 'SupportsComplex'>`

mypy/typeshed/stdlib/copyreg.pyi

[error] unsupported-operator - :6:22 - Operator `|` is unsupported between objects of type `<class 'tuple[(...) -> typing.TypeVar, tuple[Any, ...]]'>` and `<class 'tuple[(...) -> typing.TypeVar, tuple[Any, ...], Any | None]'>`

mypy/typeshed/stdlib/dbm/__init__.pyi

[error] unsupported-operator - :10:23 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`
[error] unsupported-operator - :11:25 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`

mypy/typeshed/stdlib/dbm/dumb.pyi

[error] unsupported-operator - :9:23 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`
[error] unsupported-operator - :10:25 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`

mypy/typeshed/stdlib/dis.pyi

[error] unsupported-operator - :44:28 - Operator `|` is unsupported between objects of type `<class 'MethodType'>` and `<class 'FunctionType'>`

mypy/typeshed/stdlib/distutils/ccompiler.pyi

[error] unsupported-operator - :7:21 - Operator `|` is unsupported between objects of type `<class 'tuple[str]'>` and `<class 'tuple[str, str | None]'>`

mypy/typeshed/stdlib/email/__init__.pyi

[error] unsupported-operator - :32:25 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'tuple[str | None, str | None, str]'>`
[error] unsupported-operator - :33:26 - Operator `|` is unsupported between objects of type `<class 'str'>` and `None`

mypy/typeshed/stdlib/imaplib.pyi

[error] unsupported-operator - :21:31 - Operator `|` is unsupported between objects of type `<class 'list[None]'>` and `<class 'list[bytes | tuple[bytes, bytes]]'>`

mypy/typeshed/stdlib/importlib/resources/__init__.pyi

[error] unsupported-operator - :18:26 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'ModuleType'>`
[error] unsupported-operator - :40:27 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'PathLike[Any]'>`

mypy/typeshed/stdlib/itertools.pyi

[error] unsupported-operator - :24:20 - Operator `|` is unsupported between objects of type `<class 'SupportsFloat'>` and `<class 'SupportsInt'>`

mypy/typeshed/stdlib/logging/config.pyi

[error] unsupported-operator - :46:35 - Operator `|` is unsupported between objects of type `<class '_FilterConfigurationTypedDict'>` and `<class 'dict[str, Any]'>`

mypy/typeshed/stdlib/mailbox.pyi

[error] unsupported-operator - :37:27 - Operator `|` is unsupported between objects of type `<class 'Message'>` and `<class 'bytes'>`

mypy/typeshed/stdlib/multiprocessing/connection.pyi

[error] unsupported-operator - :12:23 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'tuple[str, int]'>`

mypy/typeshed/stdlib/multiprocessing/context.pyi

[error] unsupported-operator - :22:24 - Operator `|` is unsupported between objects of type `<class 'Lock'>` and `<class 'RLock'>`

mypy/typeshed/stdlib/nntplib.pyi

[error] unsupported-operator - :22:20 - Operator `|` is unsupported between objects of type `<class 'IO[bytes]'>` and `<class 'bytes'>`

mypy/typeshed/stdlib/pstats.pyi

[error] unsupported-operator - :17:24 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'float'>`

mypy/typeshed/stdlib/re.pyi

[error] unsupported-operator - :243:25 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'RegexFlag'>`

mypy/typeshed/stdlib/readline.pyi

[error] unsupported-operator - :8:50 - Operator `|` is unsupported between objects of type `<class 'str'>` and `None`

mypy/typeshed/stdlib/signal.pyi

[error] unsupported-operator - :67:22 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'Signals'>`
[error] unsupported-operator - :68:38 - Operator `|` is unsupported between objects of type `<class 'FrameType'>` and `None`

mypy/typeshed/stdlib/statistics.pyi

[error] unsupported-operator - :35:22 - Operator `|` is unsupported between objects of type `<class 'float'>` and `<class 'Decimal'>`
[error] unsupported-operator - :42:20 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'float'>`

mypy/typeshed/stdlib/subprocess.pyi

[error] unsupported-operator - :62:20 - Operator `|` is unsupported between objects of type `None` and `<class 'int'>`
[error] unsupported-operator - :68:23 - Operator `|` is unsupported between objects of type `<class 'Mapping[bytes, @Todo]'>` and `<class 'Mapping[str, @Todo]'>`

mypy/typeshed/stdlib/sunau.pyi

[error] unsupported-operator - :5:20 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'IO[bytes]'>`

mypy/typeshed/stdlib/termios.pyi

[error] unsupported-operator - :7:20 - Operator `|` is unsupported between objects of type `<class 'list[int | list[bytes | int]]'>` and `<class 'list[int | list[bytes]]'>`

mypy/typeshed/stdlib/tokenize.pyi

[error] unsupported-operator - :130:21 - Operator `|` is unsupported between objects of type `<class 'TokenInfo'>` and `<class 'Sequence[int | str | tuple[int, int]]'>`

mypy/typeshed/stdlib/tty.pyi

[error] unsupported-operator - :15:22 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'IO[str]'>`
[error] invalid-type-form - :25:43 - Variable of type `None` is not allowed in a type expression
[error] invalid-type-form - :26:46 - Variable of type `None` is not allowed in a type expression

mypy/typeshed/stdlib/uu.pyi

[error] unsupported-operator - :6:20 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'BinaryIO'>`

mypy/typeshed/stdlib/wave.pyi

[error] unsupported-operator - :8:20 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'IO[bytes]'>`

mypy/typeshed/stdlib/xml/dom/pulldom.pyi

[error] unsupported-operator - :21:31 - Operator `|` is unsupported between objects of type `<class 'DOMImplementation'>` and `None`
[error] unsupported-operator - :24:5 - Operator `|` is unsupported between objects of type `<class 'tuple[Literal["START_ELEMENT"], Element]'>` and `<class 'tuple[Literal["END_ELEMENT"], Element]'>`

mypy/typeshed/stdlib/zipapp.pyi

[error] unsupported-operator - :8:20 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'Path'>`

mypyc/test/test_run.py

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

mypy/build.py

[error] invalid-return-type - :325:16 - Return type does not match returned value: expected `str`, found `bytes`
[error] invalid-return-type - :1280: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`
[error] invalid-argument-type - :707:56 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :713:57 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

mypy/fastparse.py

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

mypy/fscache.py

[error] invalid-assignment - :127:13 - 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 - :709:30 - Attribute `line` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :749:30 - Attribute `line` on type `@Todo | None` may be missing

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.pyi

[error] unsupported-operator - :47:38 - Operator `|` is unsupported between objects of type `<class 'Generator[Unknown, None, typing.TypeVar]'>` and `<class 'Coroutine[Any, Any, typing.TypeVar]'>`

mypy/typeshed/stdlib/_codecs.pyi

[error] unsupported-operator - :15:23 - Operator `|` is unsupported between objects of type `<class 'dict[int, int]'>` and `<class '_EncodingMap'>`
[error] unsupported-operator - :17:46 - Operator `|` is unsupported between objects of type `<class 'CodecInfo'>` and `None`

mypy/typeshed/stdlib/_ctypes.pyi

[error] unsupported-operator - :158:18 - Operator `|` is unsupported between objects of type `<class 'tuple[int]'>` and `<class 'tuple[int, str | None]'>`

mypy/typeshed/stdlib/_ssl.pyi

[error] unsupported-operator - :18:41 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`

mypy/typeshed/stdlib/_typeshed/__init__.pyi

[error] unsupported-operator - :106:37 - Operator `|` is unsupported between objects of type `<class 'SupportsDunderLT[Any]'>` and `<class 'SupportsDunderGT[Any]'>`
[error] unsupported-operator - :179:22 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'PathLike[str]'>`
[error] unsupported-operator - :180:24 - Operator `|` is unsupported between objects of type `<class 'bytes'>` and `<class 'PathLike[bytes]'>`
[error] unsupported-operator - :182:29 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`
[error] unsupported-operator - :256:33 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'HasFileno'>`
[error] unsupported-operator - :315:25 - Operator `|` is unsupported between objects of type `<class 'tuple[type[BaseException], BaseException, TracebackType]'>` and `<class 'tuple[None, None, None]'>`
[error] unsupported-operator - :369:35 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'Buffer'>`
[error] unsupported-operator - :370:33 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'Buffer'>`

mypy/typeshed/stdlib/ast.pyi

[error] unsupported-operator - :1096:51 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`
[error] unsupported-operator - :1099:51 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'bytes'>`

mypy/typeshed/stdlib/asyncio/base_events.pyi

[error] unsupported-operator - :26:26 - Operator `|` is unsupported between objects of type `<class 'bool'>` and `None`

mypy/typeshed/stdlib/asyncio/base_subprocess.pyi

[error] unsupported-operator - :9:20 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'IO[Any]'>`

mypy/typeshed/stdlib/asyncio/events.pyi

[error] unsupported-operator - :69:26 - Operator `|` is unsupported between objects of type `<class 'bool'>` and `None`

mypy/typeshed/stdlib/asyncio/streams.pyi

[error] invalid-base - :29:24 - Invalid class base with type `ReadableBuffer`
[error] unsupported-operator - :26:78 - Operator `|` is unsupported between objects of type `<class 'Awaitable[None]'>` and `None`

mypy/typeshed/stdlib/asyncio/tasks.pyi

[error] unsupported-operator - :81:30 - Operator `|` is unsupported between objects of type `<class 'Future[typing.TypeVar]'>` and `<class 'Generator[Any, None, typing.TypeVar]'>`
[error] unsupported-operator - :83:29 - Operator `|` is unsupported between objects of type `<class 'Future[object]'>` and `None`
[error] unsupported-operator - :412:38 - Operator `|` is unsupported between objects of type `<class 'Generator[Unknown, None, typing.TypeVar]'>` and `<class 'Coroutine[Any, Any, typing.TypeVar]'>`

mypy/typeshed/stdlib/builtins.pyi

[error] unsupported-operator - :247:19 - Operator `|` is unsupported between objects of type `_PositiveInteger` and `_NegativeInteger`

mypy/typeshed/stdlib/configparser.pyi

[error] invalid-base - :146:23 - Invalid class base with type `_Parser`

mypy/typeshed/stdlib/contextlib.pyi

[error] unsupported-operator - :42:34 - Operator `|` is unsupported between objects of type `GenericAlias` and `None`
[error] unsupported-operator - :42:62 - Operator `|` is unsupported between objects of type `<class 'BaseException'>` and `None`
[error] unsupported-operator - :42:84 - Operator `|` is unsupported between objects of type `<class 'TracebackType'>` and `None`
[error] unsupported-operator - :42:107 - Operator `|` is unsupported between objects of type `<class 'bool'>` and `None`
[error] unsupported-operator - :169:6 - Operator `|` is unsupported between objects of type `GenericAlias` and `None`
[error] unsupported-operator - :169:34 - Operator `|` is unsupported between objects of type `<class 'BaseException'>` and `None`
[error] unsupported-operator - :169:56 - Operator `|` is unsupported between objects of type `<class 'TracebackType'>` and `None`

mypy/typeshed/stdlib/ctypes/__init__.pyi

[error] unsupported-operator - :77:29 - Operator `|` is unsupported between objects of type `<class 'str'>` and `None`
[error] unsupported-operator - :129:27 - Operator `|` is unsupported between objects of type `<class '_CDLLFuncPointer'>` and `<class '_CFunctionType'>`
[error] unsupported-operator - :150:26 - Operator `|` is unsupported between objects of type `<class '_PointerLike'>` and `<class 'Array[Any]'>`

mypy/typeshed/stdlib/email/message.pyi

[error] unsupported-operator - :25:27 - Operator `|` is unsupported between objects of type `<class 'Charset'>` and `<class 'str'>`

mypy/typeshed/stdlib/enum.pyi

[error] unsupported-operator - :55:25 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'Iterable[str]'>`

mypy/typeshed/stdlib/fractions.pyi

[error] unsupported-operator - :8:29 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'float'>`

mypy/typeshed/stdlib/http/client.pyi

[error] unsupported-operator - :35:24 - Operator `|` is unsupported between objects of type `<class 'SupportsRead[bytes]'>` and `<class 'Iterable[@Todo]'>`

mypy/typeshed/stdlib/http/cookies.pyi

[error] unsupported-operator - :8:24 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'Mapping[str, str | @Todo]'>`

mypy/typeshed/stdlib/inspect.pyi

[error] unsupported-operator - :282:5 - Operator `|` is unsupported between objects of type `<class 'ModuleType'>` and `GenericAlias`
[error] unsupported-operator - :469:29 - Operator `|` is unsupported between objects of type `<class 'list[tuple[type, ...]]'>` and `<class 'list[Unknown]'>`

mypy/typeshed/stdlib/ipaddress.pyi

[error] unsupported-operator - :13:28 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'str'>`

mypy/typeshed/stdlib/logging/__init__.pyi

[error] unsupported-operator - :63:30 - Operator `|` is unsupported between objects of type `<class 'tuple[type[BaseException], BaseException, TracebackType | None]'>` and `<class 'tuple[None, None, None]'>`
[error] unsupported-operator - :64:27 - Operator `|` is unsupported between objects of type `None` and `<class 'bool'>`
[error] unsupported-operator - :65:24 - Operator `|` is unsupported between objects of type `<class 'tuple[object, ...]'>` and `<class 'Mapping[str, object]'>`
[error] unsupported-operator - :66:21 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'str'>`

mypy/typeshed/stdlib/marshal.pyi

[error] unsupported-operator - :12:5 - Operator `|` is unsupported between objects of type `None` and `GenericAlias`

mypy/typeshed/stdlib/math.pyi

[error] unsupported-operator - :98:19 - Operator `|` is unsupported between objects of type `_PositiveInteger` and `_NegativeInteger`
[error] unsupported-operator - :10:36 - Operator `|` is unsupported between objects of type `<class 'SupportsFloat'>` and `<class 'SupportsIndex'>`

mypy/typeshed/stdlib/os/__init__.pyi

[error] unsupported-operator - :1342:5 - Operator `|` is unsupported between objects of type `<class 'tuple[@Todo, ...]'>` and `<class 'list[bytes]'>`
[error] unsupported-operator - :1355:23 - Operator `|` is unsupported between objects of type `<class 'Mapping[bytes, bytes | str]'>` and `<class 'Mapping[str, bytes | str]'>`

mypy/typeshed/stdlib/socketserver.pyi

[error] unsupported-operator - :35:27 - Operator `|` is unsupported between objects of type `<class 'socket'>` and `<class 'tuple[bytes, socket]'>`

mypy/typeshed/stdlib/sqlite3/__init__.pyi

[error] unsupported-operator - :222:26 - Operator `|` is unsupported between objects of type `<class 'SupportsLenAndGetItem[@Todo]'>` and `<class 'Mapping[str, @Todo]'>`

mypy/typeshed/stdlib/sre_parse.pyi

[error] unsupported-operator - :32:22 - Operator `|` is unsupported between objects of type `<class 'list[tuple[_NamedIntConstant, int]]'>` and `<class 'tuple[None, list[Unknown]]'>`

mypy/typeshed/stdlib/ssl.pyi

[error] unsupported-operator - :48:31 - Operator `|` is unsupported between objects of type `<class 'dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]]'>` and `<class 'bytes'>`
[error] unsupported-operator - :49:61 - Operator `|` is unsupported between objects of type `<class 'str'>` and `None`
[error] unsupported-operator - :49:85 - Operator `|` is unsupported between objects of type `<class 'int'>` and `None`

mypy/typeshed/stdlib/sys/__init__.pyi

[error] invalid-base - :104:14 - Invalid class base with type `_UninstantiableStructseq`
[error] invalid-base - :311:20 - Invalid class base with type `_UninstantiableStructseq`
[error] invalid-base - :328:21 - Invalid class base with type `_UninstantiableStructseq`
[error] invalid-base - :390:23 - Invalid class base with type `_UninstantiableStructseq`
[error] unsupported-operator - :14:24 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'int'>`

mypy/typeshed/stdlib/tkinter/__init__.pyi

[error] unsupported-operator - :177:22 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'tuple[str]'>`
[error] unsupported-operator - :3148:25 - Operator `|` is unsupported between objects of type `<class 'Tcl_Obj'>` and `<class 'str'>`

mypy/typeshed/stdlib/tkinter/ttk.pyi

[error] unsupported-operator - :42:5 - Operator `|` is unsupported between objects of type `<class 'float'>` and `<class 'str'>`
[error] unsupported-operator - :77:5 - Operator `|` is unsupported between objects of type `<class 'tuple[@Todo, ...]'>` and `<class 'tuple[Literal["from"], str, str]'>`

mypy/typeshed/stdlib/tracemalloc.pyi

[error] unsupported-operator - :75:26 - Operator `|` is unsupported between objects of type `<class 'tuple[int, int, Sequence[tuple[str, int]], int | None]'>` and `<class 'tuple[int, int, Sequence[tuple[str, int]]]'>`

mypy/typeshed/stdlib/turtle.pyi

[error] unsupported-operator - :146:21 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'tuple[int | float, int | float, int | float]'>`
[error] unsupported-operator - :163:21 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'float'>`

mypy/typeshed/stdlib/typing.pyi

[error] unsupported-operator - :924:43 - Operator `|` is unsupported between objects of type `<class 'bytes'>` and `<class 'bytearray'>`
[error] unsupported-operator - :929:5 - Operator `|` is unsupported between objects of type `<class 'object'>` and `object`
[error] invalid-argument-type - :930:7 - Method `__getitem__` of type `bound method _SpecialForm.__getitem__(parameters: Any) -> object` cannot be called with key of type `tuple[ellipsis, <class 'Any'>]` on object of type `_SpecialForm`

mypy/typeshed/stdlib/unittest/mock.pyi

[error] unsupported-operator - :69:25 - Operator `|` is unsupported between objects of type `<class 'str'>` and `<class 'tuple[Any, ...]'>`

mypy/typeshed/stdlib/urllib/parse.pyi

[error] unsupported-operator - :143:5 - Operator `|` is unsupported between objects of type `<class 'Mapping[str, object]'>` and `<class 'Mapping[bytes, object]'>`

mypy/typeshed/stdlib/xml/etree/ElementTree.pyi

[error] unsupported-operator - :262:26 - Operator `|` is unsupported between objects of type `<class 'tuple[str]'>` and `<class 'tuple[str, tuple[str, str]]'>`

mypy/typeshed/stdlib/xmlrpc/client.pyi

[error] unsupported-operator - :18:5 - Operator `|` is unsupported between objects of type `<class 'bool'>` and `<class 'int'>`
[error] unsupported-operator - :33:23 - Operator `|` is unsupported between objects of type `<class 'int'>` and `<class 'datetime'>`
[error] unsupported-operator - :34:24 - Operator `|` is unsupported between objects of type `<class 'tuple[str, dict[str, str]]'>` and `<class 'str'>`

mypy/typeshed/stdlib/xmlrpc/server.pyi

[error] unsupported-operator - :39:5 - Operator `|` is unsupported between objects of type `<class '_DispatchArity0'>` and `<class '_DispatchArity1'>`

mypyc/irbuild/main.py

[error] invalid-argument-type - :56:1 -
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 - :109:16 - No overload of function `join` matches arguments
[error] no-matching-overload - :113: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

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 - :1028:17 - Argument to function `execlpe` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`

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-argument-type - :2891:42 - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `def signal_handler(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - :2892:43 - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `def signal_handler(signum: int, frame: FrameType) -> None`
[error] invalid-argument-type - :4114:47 - Argument to function `signal` is incorrect: Expected `((int, FrameType | None, /) -> Any) | int | None`, found `def _handle_timeout(signum: int, frame: FrameType) -> None`
[error] invalid-return-type - :2939:12 -
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 - :3751:12 -
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 - :478:65 - Unused blanket `type: ignore` directive

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

pandas/compat/__init__.py

[error] unresolved-attribute - :49:5 - Unresolved attribute `__name__` on type `F@set_function_name`.
[error] unresolved-attribute - :50:5 - Unresolved attribute `__qualname__` on type `F@set_function_name`.

pandas/compat/numpy/__init__.py

[error] invalid-assignment - :36:13 - Object of type `ulong` is not assignable to `type`
[error] invalid-assignment - :39:9 - Object of type `uint` is not assignable to `type`
[error] invalid-assignment - :42:5 - Object of type `uint` is not assignable to `type`

pandas/core/array_algos/replace.py

[error] invalid-assignment - :153:9 - Method `__setitem__` of type `(bound method ArrayLike.__setitem__(key, value) -> None) | (Overload[(key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: object, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: SupportsInt | SupportsIndex | str | ... omitted 3 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: SupportsFloat | SupportsIndex | str | ... omitted 4 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: SupportsComplex | SupportsFloat | SupportsIndex | ... omitted 5 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: timedelta | int | str | ... omitted 5 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: date | int | str | ... omitted 5 union elements, /) -> None, (key: str | list[str], value: object, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: _Buffer | @Todo, /) -> None])` cannot be called with a key of type `slice[None, None, None]` and a value of type `Any` on object of type `ArrayLike`
[error] invalid-assignment - :157:9 - Method `__setitem__` of type `(bound method ArrayLike.__setitem__(key, value) -> None) | (Overload[(key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: object, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: SupportsInt | SupportsIndex | str | ... omitted 3 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: SupportsFloat | SupportsIndex | str | ... omitted 4 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: SupportsComplex | SupportsFloat | SupportsIndex | ... omitted 5 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: timedelta | int | str | ... omitted 5 union elements, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: date | int | str | ... omitted 5 union elements, /) -> None, (key: str | list[str], value: object, /) -> None, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, value: _Buffer | @Todo, /) -> None])` cannot be called with a key of type `@Todo` and a value of type `Any` on object of type `ArrayLike`
[error] invalid-argument-type - :157:26 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ArrayLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]])` cannot be called with key of type `@Todo` on object of type `ArrayLike`

pandas/core/arrays/_ranges.py

[error] call-non-callable - :126:14 - Object of type `object` is not callable
[error] call-non-callable - :133:22 - Object of type `object` is not callable
[error] call-non-callable - :133:43 - Object of type `object` is not callable
[error] call-non-callable - :198:23 - Object of type `object` is not callable
[error] call-non-callable - :198:45 - Object of type `object` is not callable
[error] call-non-callable - :199:22 - Object of type `object` is not callable
[error] call-non-callable - :201:36 - Object of type `object` is not callable

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, ...], Unknown] | Index | Series`, found `Unknown | None`

pandas/tests/apply/test_series_apply.py

[error] call-non-callable - :255:24 - Object of type `object` is not callable

pandas/tests/arithmetic/conftest.py

[error] no-matching-overload - :32:5 - No overload matches arguments
[error] invalid-argument-type - :32:22 - Argument is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | <class 'signedinteger[_64Bit]'> | uint64 | <class 'float64'>`

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

pandas/tests/arrays/categorical/test_analytics.py

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

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` on type `Period | Timestamp | Timedelta | NaTType` may be missing

pandas/tests/arrays/sparse/test_constructors.py

[error] invalid-argument-type - :265:33 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`
[error] invalid-argument-type - :267:41 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type`, found `float32`

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, ...], Unknown] | tuple[int | ellipsis, ...]) -> 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, ...], Unknown] | tuple[int | ellipsis, ...]) -> 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, ...], Unknown] | tuple[int | ellipsis, ...]) -> 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/arrays/test_array.py

[error] invalid-argument-type - :462:18 - Argument to function `array` is incorrect: Expected `Sequence[object] | ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series`, found `Literal[1]`
[error] invalid-argument-type - :470:18 - Argument to function `array` is incorrect: Expected `Sequence[object] | ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series`, found `DataFrame`

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/construction/test_extract_array.py

[error] invalid-argument-type - :16:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :18:27 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`

pandas/tests/copy_view/index/test_index.py

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

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` on type `str | bytes | date | ... omitted 12 union elements` may be missing
[warning] possibly-missing-attribute - :1074:5 - Attribute `iloc` on type `str | bytes | date | ... omitted 12 union elements` may be missing
[warning] possibly-missing-attribute - :1075:33 - Attribute `values` on type `str | bytes | date | ... omitted 12 union elements` may be missing

pandas/tests/dtypes/cast/test_can_hold_element.py

[error] call-non-callable - :66:34 - Object of type `object` is not callable
[error] call-non-callable - :68:34 - Object of type `object` is not callable
[error] call-non-callable - :70:34 - Object of type `object` is not callable
[error] call-non-callable - :72:34 - Object of type `object` is not callable
[error] call-non-callable - :77:38 - Object of type `object` is not callable
[error] call-non-callable - :79:38 - Object of type `object` is not callable
[error] call-non-callable - :81:38 - Object of type `object` is not callable

pandas/tests/dtypes/cast/test_construct_from_scalar.py

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

pandas/tests/dtypes/cast/test_maybe_box_native.py

[error] call-non-callable - :21:10 - Object of type `object` is not callable
[error] call-non-callable - :23:10 - Object of type `object` is not callable
[error] call-non-callable - :25:10 - Object of type `object` is not callable

pandas/tests/extension/base/reshaping.py

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

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] call-non-callable - :252:22 - Object of type `object` is not callable
[error] invalid-argument-type - :692:49 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint32`
[error] invalid-argument-type - :695:49 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint8`
[error] invalid-argument-type - :1319:23 - Method `__getitem__` of type `Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> 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, ...], Unknown], ndarray[tuple[Any, ...], Unknown], /) -> 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_select_dtypes.py

[error] invalid-argument-type - :446:49 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`

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/frame/methods/test_update.py

[error] call-non-callable - :187:14 - Object of type `object` is not callable
[error] call-non-callable - :187:28 - Object of type `object` is not callable
[error] call-non-callable - :188:14 - Object of type `object` is not callable
[error] call-non-callable - :188:28 - Object of type `object` is not callable

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_constructors.py

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

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` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[warning] possibly-missing-attribute - :227:29 - Attribute `any` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing

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 - :276:52 - 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] call-non-callable - :348:25 - Object of type `object` is not callable

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] call-non-callable - :261:25 - Object of type `object` is not callable

pandas/tests/io/parser/test_encoding.py

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

pandas/tests/io/parser/test_parse_dates.py

[error] invalid-argument-type - :617:62 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :678:48 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/pytables/test_select.py

[error] call-non-callable - :629:17 - Object of type `object` is not callable

pandas/tests/reshape/concat/test_dataframe.py

[error] invalid-argument-type - :18:48 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`

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, ...], Unknown], ndarray[tuple[Any, ...], Unknown], /) -> int | float)`, found `Literal["____"]`

pandas/tests/series/methods/test_fillna.py

[error] invalid-argument-type - :778:37 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`
[error] invalid-argument-type - :780:39 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`
[error] unresolved-attribute - :825:37 - Type `dtype[Any] | ExtensionDtype` has no attribute `tz`
[error] invalid-argument-type - :947:13 - Argument to function `period_array` is incorrect: Expected `Sequence[Period | str | None] | ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series`, found `list[Unknown | Timestamp]`

pandas/tests/series/methods/test_to_dict.py

[error] call-non-callable - :30:19 - Object of type `object` is not callable

pandas/tests/series/methods/test_unique.py

[error] invalid-argument-type - :14:44 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`

pandas/tests/tools/test_to_datetime.py

[error] invalid-argument-type - :1231:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :1318:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :2671:66 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :3790:68 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tools/test_to_numeric.py

[error] invalid-argument-type - :586:49 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`

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`

pandas/tests/util/test_assert_almost_equal.py

[error] call-non-callable - :81:10 - Object of type `object` is not callable
[error] call-non-callable - :157:31 - Object of type `object` is not callable
[error] call-non-callable - :157:48 - Object of type `object` is not callable
[error] call-non-callable - :173:35 - Object of type `object` is not callable
[error] call-non-callable - :173:52 - Object of type `object` is not callable

pandas/tests/util/test_assert_interval_array_equal.py

[error] invalid-argument-type - :42:38 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :43:38 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :58:35 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :59:35 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :74:36 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`
[error] invalid-argument-type - :75:36 - Argument to function `interval_range` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Unknown | int`

pandas/_testing/_warnings.py

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

pandas/_typing.py

[error] invalid-type-form - :240:15 - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-type-form - :240:38 - Variable of type `_SpecialForm` is not allowed in a type expression
[error] invalid-type-form - :242:49 - Variable of type `_SpecialForm` is not allowed in a type expression

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_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 - Type `BaseException | None` has no attribute `errno`

pandas/conftest.py

[error] invalid-argument-type - :834:67 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `Unknown | float16 | float32 | ... omitted 6 union elements`

pandas/core/algorithms.py

[warning] possibly-missing-attribute - :465:16 - Attribute `unique` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[error] invalid-argument-type - :472:45 - Argument to function `_get_hashtable_algo` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `(ExtensionArray & ~Index) | (ndarray[tuple[Any, ...], Unknown] & ~Index)`
[error] invalid-argument-type - :542:33 - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | @Todo | ... omitted 3 union elements`
[error] invalid-argument-type - :546:43 - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | @Todo | ... omitted 3 union elements`
[error] invalid-argument-type - :547:30 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `object`
[error] invalid-argument-type - :551:30 - Argument to function `needs_i8_conversion` is incorrect: Expected `dtype[Any] | ExtensionDtype | None`, found `object`
[error] no-matching-overload - :552:34 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :552:34 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :552:34 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :582:38 - Argument to function `np_find_common_type` is incorrect: Expected `dtype[Any]`, found `~ExtensionDtype`
[error] invalid-argument-type - :582:52 - Argument to function `np_find_common_type` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | Unknown`
[error] no-matching-overload - :583:18 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :583:18 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :583:18 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :587:27 - Argument to function `ismember` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | @Todo | ... omitted 3 union elements`
[error] invalid-argument-type - :852:33 - Argument to function `_reconstruct_data` is incorrect: Argument type `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Any | Index | Series` does not satisfy constraints (`ExtensionArray`, `ndarray[tuple[Any, ...], Unknown]`) of type variable `ArrayLikeT`
[error] invalid-argument-type - :925:54 - Argument to function `value_counts_arraylike` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`
[warning] unused-ignore-comment - :174:51 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1046:32 -
Old: Argument to function `_reconstruct_data` is incorrect: Argument type `Any | tuple[@Todo, ndarray[@Todo, Unknown]]` does not satisfy constraints (`ExtensionArray`, `ndarray[@Todo, Unknown]`) of type variable `ArrayLikeT`
New: Argument to function `_reconstruct_data` is incorrect: Argument type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], Unknown] | ... omitted 3 union elements` does not satisfy constraints (`ExtensionArray`, `ndarray[tuple[Any, ...], Unknown]`) of type variable `ArrayLikeT`

pandas/core/apply.py

[error] invalid-argument-type - :1978: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 - :1767: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 | Unknown`

pandas/core/arrays/_mixins.py

[error] invalid-argument-type - :144:65 - Argument to function `is_supported_dtype` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | (ExtensionDtype & ~PeriodDtype & ~DatetimeTZDtype)`
[error] invalid-argument-type - :148:59 - Argument to bound method `_simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | (ExtensionDtype & ~PeriodDtype & ~DatetimeTZDtype)`
[error] invalid-argument-type - :149:65 - Argument to function `is_supported_dtype` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | (ExtensionDtype & ~PeriodDtype & ~DatetimeTZDtype)`
[error] invalid-argument-type - :153:60 - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[Any] | (ExtensionDtype & ~PeriodDtype & ~DatetimeTZDtype)`
[warning] unused-ignore-comment - :290:55 - Unused blanket `type: ignore` directive

pandas/core/arrays/boolean.py

[error] invalid-return-type - :245:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], ndarray[@Todo, Unknown]]`, found `tuple[@Todo | ndarray[tuple[int], <class 'bool'>], Unknown | None]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], Unknown], ndarray[tuple[Any, ...], Unknown]]`, found `tuple[@Todo | ndarray[tuple[int], <class 'bool'>], Unknown | None]`

pandas/core/arrays/categorical.py

[warning] possibly-missing-attribute - :481:25 - Attribute `_codes` on type `Unknown | RangeIndex | ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[error] no-matching-overload - :1384:21 - No overload of function `find_common_type` matches arguments

pandas/core/arrays/datetimelike.py

[warning] possibly-missing-attribute - :701:16 -
Old: Attribute `categories` on type `ExtensionArray | @Todo` may be missing
New: Attribute `categories` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :703:25 -
Old: Attribute `_internal_get_values` on type `ExtensionArray | @Todo` may be missing
New: Attribute `_internal_get_values` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Unknown` may be missing

pandas/core/arrays/datetimes.py

[error] invalid-argument-type - :495:51 - Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | @Todo`
[error] invalid-argument-type - :497:47 - Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | @Todo`
[error] invalid-argument-type - :2922: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 - :288:17 - Argument to function `intervals_to_interval_bounds` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :396:35 -
Old: Attribute `_ensure_matching_resos` on type `ExtensionArray | ndarray[@Todo, Unknown] | Unknown` may be missing
New: Attribute `_ensure_matching_resos` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Unknown` may be missing

pandas/core/arrays/period.py

[error] invalid-argument-type - :964:38 - Argument to function `dtype_to_unit` is incorrect: Expected `DatetimeTZDtype | dtype[Any] | ArrowDtype`, found `dtype[Any] | (ExtensionDtype & ~PeriodDtype)`
[error] invalid-return-type - :1461:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], BaseOffset]`, found `tuple[@Todo, Literal["Q"] | Unknown]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], Unknown], BaseOffset]`, found `tuple[@Todo, Literal["Q"] | Unknown]`

pandas/core/arrays/sparse/array.py

[warning] possibly-missing-attribute - :950:16 - Attribute `any` on type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[warning] unused-ignore-comment - :499:31 - Unused blanket `type: ignore` directive

pandas/core/arrays/timedeltas.py

[error] no-matching-overload - :150:28 - No overload of function `__new__` matches arguments
[error] invalid-argument-type - :243:46 - Argument to function `astype_overflowsafe` is incorrect: Expected `dtype[Any]`, found `(Unknown & ~AlwaysTruthy & ~None) | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - :269:46 - Argument to function `astype_overflowsafe` is incorrect: Expected `dtype[Any]`, found `(Unknown & ~AlwaysTruthy & ~None) | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - :357:35 - Argument to function `is_supported_dtype` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - :359:65 - Argument to function `astype_overflowsafe` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - :1139:20 - Type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` has no attribute `_mask`
[error] unresolved-attribute - :1140:20 - Type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` has no attribute `_data`
[error] invalid-argument-type - :1144:42 - Argument to function `cast_from_unit_vectorized` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Unknown`
[error] invalid-argument-type - :1150:35 - Argument to function `is_supported_dtype` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | (Unknown & ~<class 'object'>)`
[error] invalid-argument-type - :1152:45 - Argument to function `get_supported_dtype` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | (Unknown & ~<class 'object'>)`
[error] invalid-argument-type - :1153:40 - Argument to function `astype_overflowsafe` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :1261:33 - Argument to function `is_supported_dtype` is incorrect: Expected `dtype[Any]`, found `dtype[Any] | ExtensionDtype`

pandas/core/computation/expr.py

[error] call-non-callable - :475:37 - Object of type `object` is not callable
[error] call-non-callable - :484:37 - Object of type `object` is not callable

pandas/core/computation/pytables.py

[error] invalid-argument-type - :170:19 - Argument to bound method `ravel` is incorrect: Argument type `ndarray[tuple[object, ...], 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 - :583:51 - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `object`
[error] invalid-argument-type - :637:32 - Argument to function `_try_cast` is incorrect: Expected `list[Unknown] | ndarray[tuple[Any, ...], Unknown]`, found `ndarray[object, object]`
[error] invalid-argument-type - :679:29 - Argument to function `_sanitize_ndim` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `ndarray[object, object] | ExtensionArray | Unknown`
[warning] unused-ignore-comment - :751: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 `Scalar | None | NAType`
[error] invalid-argument-type - :199:21 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Scalar | None | NAType`
[error] unresolved-attribute - :344:23 - Type `ExtensionArray & ~ndarray[tuple[object, ...], 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 - :954:34 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :979:50 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :1524:26 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :1524:26 - No overload of bound method `astype` matches arguments
[warning] unused-ignore-comment - :1051:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1617:60 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :409:27 - Argument to bound method `astype` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type`, found `uint64`

pandas/core/dtypes/concat.py

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

pandas/core/dtypes/dtypes.py

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

pandas/core/dtypes/missing.py

[error] invalid-argument-type - :249:39 - Argument to function `is_string_or_object_np_dtype` is incorrect: Expected `dtype[Any]`, found `ExtensionDtype | Unknown`
[error] unsupported-operator - :392:12 - Unary operator `~` is unsupported for type `~bool`
[warning] possibly-missing-attribute - :501:16 - Attribute `any` on type `bool | Unknown` may be missing

pandas/core/frame.py

[error] invalid-argument-type - :888: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, ...], object] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], object] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - :894: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, ...], object] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], object] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - :5195:45 - Argument to bound method `extend` is incorrect: Expected `Iterable[type]`, found `list[Unknown | <class 'float64'> | float32]`
[error] invalid-assignment - :10241:13 - Object of type `Top[list[Unknown]] & ~AlwaysFalsy` is not assignable to `list[Hashable]`
[error] invalid-argument-type - :10674:32 - Argument to function `frame_apply` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[warning] possibly-missing-attribute - :12066:24 - Attribute `_reduce` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[warning] unused-ignore-comment - :848:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1914:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :7756:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :14140:30 - Unused blanket `type: ignore` directive

pandas/core/generic.py

[error] invalid-argument-type - :1067:55 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Mapping[Any, Hashable] & ~(() -> object)) | (((Any, /) -> Hashable) & ~(() -> object))`
[error] no-matching-overload - :3561:31 - No overload of bound method `pop` matches arguments
[error] no-matching-overload - :3562:32 - No overload of bound method `pop` matches arguments
[error] invalid-assignment - :4594:13 - Object of type `Unknown | str` is not assignable to `Axis`
[warning] unused-ignore-comment - :1472:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1477:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1492:46 - Unused blanket `type: ignore` directive

pandas/core/groupby/groupby.py

[warning] unused-ignore-comment - :1738:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4466:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4499:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4512:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4516:63 - Unused blanket `type: ignore` directive

pandas/core/groupby/grouper.py

[warning] possibly-missing-attribute - :545:31 -
Old: Attribute `categories` on type `(Unknown & ~ndarray[object, object]) | (Index & ~ndarray[object, object])` may be missing
New: Attribute `categories` on type `(Unknown & ~ndarray[tuple[object, ...], object]) | (Index & ~ndarray[tuple[object, ...], object])` may be missing
[error] invalid-argument-type - :546:50 -
Old: Argument to function `recode_for_groupby` is incorrect: Expected `Categorical`, found `(Unknown & ~ndarray[object, object]) | (Index & ~ndarray[object, object])`
New: Argument to function `recode_for_groupby` is incorrect: Expected `Categorical`, found `(Unknown & ~ndarray[tuple[object, ...], object]) | (Index & ~ndarray[tuple[object, ...], object])`

pandas/core/indexes/base.py

[warning] possibly-unresolved-reference - :4520:12 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4521:26 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4523:12 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4526:45 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4527:12 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4530:46 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4531:16 - Name `join_index` used when possibly not defined
[warning] possibly-unresolved-reference - :4853:24 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :4853:62 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :4854:24 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :4854:62 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :4855:16 - Name `join_index` used when possibly not defined
[warning] unused-ignore-comment - :7763:47 - Unused blanket `type: ignore` directive

pandas/core/indexes/datetimes.py

[warning] possibly-missing-attribute - :512:20 -
Old: Attribute `is_on_offset` on type `@Todo | Literal["S"]` may be missing
New: Attribute `is_on_offset` on type `str | BaseOffset` may be missing
[warning] possibly-missing-attribute - :513:22 -
Old: Attribute `rollback` on type `@Todo | Literal["S"]` may be missing
New: Attribute `rollback` on type `str | BaseOffset` may be missing
[warning] possibly-missing-attribute - :514:22 -
Old: Attribute `rollforward` on type `@Todo | Literal["S"]` may be missing
New: Attribute `rollforward` on type `str | BaseOffset` may be missing

pandas/core/indexes/interval.py

[error] invalid-argument-type - :1208:36 - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
[error] invalid-argument-type - :1209:34 - Argument to function `maybe_box_datetimelike` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `Unknown | None`
[error] invalid-assignment - :1266:17 - Object of type `object` is not assignable to `dtype[Any]`
[error] unsupported-operator - :1273:32 - Operator `-` is unsupported between objects of type `str | bytes | date | ... omitted 10 union elements` and `str | bytes | date | ... omitted 10 union elements`

pandas/core/indexes/range.py

[error] invalid-argument-type - :1184:27 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `~EllipsisType & ~slice[object, object, object]`
[warning] possibly-unresolved-reference - :1024:24 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :1024:62 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :1025:24 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :1025:62 - Name `ridx` used when possibly not defined
[warning] possibly-unresolved-reference - :1026:16 - Name `join_index` used when possibly not defined

pandas/core/indexing.py

[error] index-out-of-bounds - :2383:32 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, 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, ...], object]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
[error] index-out-of-bounds - :2384:21 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, 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, ...], object]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1
[error] index-out-of-bounds - :2386:49 -
Old: Index 1 is out of bounds for tuple `tuple[(Unknown & slice[object, object, object]) | (Unknown & ndarray[object, 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, ...], object]) | (Unknown & Top[list[Unknown]]) | (Unknown & Index)]` with length 1

pandas/core/internals/blocks.py

[error] invalid-argument-type - :377:28 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ArrayLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `ArrayLike`
[error] invalid-argument-type - :379:28 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ArrayLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]])` cannot be called with key of type `int` on object of type `ArrayLike`

pandas/core/internals/construction.py

[warning] possibly-missing-attribute - :243:22 - Attribute `reshape` on type `Unknown | ndarray[tuple[int, int], <class 'object'>] | ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[error] invalid-argument-type - :258:54 - Argument to function `astype_is_view` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `Unknown | <class 'object'>`
[error] invalid-argument-type - :286:39 - Argument to function `_check_values_indices_shape_match` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ndarray[tuple[int, int], <class 'object'>] | ExtensionArray | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[error] invalid-argument-type - :1021:46 - Argument to function `maybe_cast_to_datetime` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | list[Unknown]`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`
[warning] unused-ignore-comment - :386:48 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :254:29 -
Old: Argument to function `_ensure_2d` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ExtensionArray | ndarray[@Todo, Unknown]`
New: Argument to function `_ensure_2d` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], Unknown]`

pandas/core/internals/managers.py

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

pandas/core/missing.py

[error] invalid-argument-type - :144:26 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ArrayLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]])` cannot be called with key of type `Unknown` on object of type `ArrayLike`
[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

[error] unresolved-attribute - :82:26 - Type `F@__call__` has no attribute `__name__`
[error] unresolved-attribute - :106:32 - Type `F@__call__` has no attribute `__name__`
[warning] possibly-missing-attribute - :1525:12 - Attribute `astype` on type `@Todo | int` may be missing
[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:20 -
Old: Return type does not match returned value: expected `ndarray[@Todo, Unknown] | datetime64[date | int | None] | timedelta64[timedelta | int | None] | NaTType`, found `signedinteger[_64Bit]`
New: Return type does not match returned value: expected `ndarray[tuple[Any, ...], Unknown] | datetime64[date | int | None] | timedelta64[timedelta | int | None] | NaTType`, found `signedinteger[_64Bit]`
[error] invalid-return-type - :908:12 -
Old: Return type does not match returned value: expected `tuple[int | float | ndarray[@Todo, Unknown], int | float | ndarray[@Todo, Unknown]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[@Todo, Unknown], @Todo | int | float]`
New: Return type does not match returned value: expected `tuple[int | float | ndarray[tuple[Any, ...], Unknown], int | float | ndarray[tuple[Any, ...], Unknown]]`, found `tuple[floating[Any] | @Todo | int | float | ndarray[tuple[Any, ...], Unknown], @Todo | 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, ...], Unknown] | 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 - :436: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] possibly-missing-attribute - :2424:16 -
Old: Attribute `rule_code` on type `@Todo | Literal["Min"]` may be missing
New: Attribute `rule_code` on type `str | BaseOffset` may be missing

pandas/core/reshape/concat.py

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

pandas/core/reshape/encoding.py

[warning] unused-ignore-comment - :260:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :265:46 - Unused blanket `type: ignore` directive

pandas/core/reshape/merge.py

[error] invalid-argument-type - :2882:32 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ndarray[tuple[Any, ...], Unknown] | Unknown | ExtensionArray`
[error] invalid-argument-type - :2884:48 - Argument to bound method `hash_inner_join` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ndarray[tuple[Any, ...], Unknown] | Unknown | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - :2887:36 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ndarray[tuple[Any, ...], Unknown] | Unknown | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - :2889:32 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ndarray[tuple[Any, ...], Unknown] | Unknown | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - :2890:32 - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `ndarray[tuple[Any, ...], Unknown] | Unknown | ExtensionArray`
[warning] unused-ignore-comment - :1062:38 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :2114:12 - Name `lidx` used when possibly not defined
[warning] possibly-unresolved-reference - :2114:18 - Name `ridx` used when possibly not defined
[warning] unused-ignore-comment - :2510:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2800:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2801:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2846:49 - Unused blanket `type: ignore` directive

pandas/core/reshape/pivot.py

[error] invalid-argument-type - :255: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 - :880: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 - :1562:17 - Object of type `object` is not callable
[error] invalid-argument-type - :4551: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]`

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/strings/accessor.py

[error] unresolved-attribute - :134:21 - Type `F@forbid_nonstring_types` has no attribute `__name__`

pandas/core/tools/datetimes.py

[warning] unused-ignore-comment - :1064:20 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :1189:12 - Return type does not match returned value: expected `Series`, found `Timestamp | Unknown`

pandas/core/util/hashing.py

[error] call-non-callable - :70:12 - Object of type `object` is not callable
[error] call-non-callable - :71:34 - Object of type `object` is not callable
[error] call-non-callable - :77:17 - Object of type `object` is not callable
[error] call-non-callable - :80:12 - Object of type `object` is not callable
[error] call-non-callable - :343:13 - Object of type `object` is not callable
[error] call-non-callable - :345:13 - Object of type `object` is not callable

pandas/core/window/rolling.py

[error] invalid-argument-type - :1290:45 - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`

pandas/io/common.py

[error] invalid-assignment - :273:9 - Object of type `object` is not assignable to `FilePath | BaseBufferT@stringify_path`
[warning] unused-ignore-comment - :790:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :802:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :856:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1054:58 - Unused blanket `type: ignore` directive

pandas/io/formats/format.py

[error] invalid-assignment - :576:13 - Object of type `(Sequence[str | int] & Top[Mapping[Unknown, object]] & ~int & ~str) | (Mapping[Hashable, str | int] & ~int & ~str)` is not assignable to `ColspaceType`

pandas/io/formats/printing.py

[error] no-matching-overload - :211:17 - No overload of bound method `update` matches arguments
[error] invalid-assignment - :214:13 - Object of type `list[object]` is not assignable to `EscapeChars | None`
[error] not-iterable - :219:18 - Object of type `Iterable[str] | None` may not be iterable
[error] invalid-argument-type - :382:27 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ListLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]]) | (bound method ListLike.__getitem__(key) -> Unknown) | ... omitted 3 union elements` cannot be called with key of type `Literal[0]` on object of type `ListLike`
[error] invalid-argument-type - :385:27 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ListLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]]) | (bound method ListLike.__getitem__(key) -> Unknown) | ... omitted 3 union elements` cannot be called with key of type `Literal[0]` on object of type `ListLike`
[error] invalid-argument-type - :386:26 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ListLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]]) | (bound method ListLike.__getitem__(key) -> Unknown) | ... omitted 3 union elements` cannot be called with key of type `Literal[-1]` on object of type `ListLike`
[error] invalid-argument-type - :392:43 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ListLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]]) | (bound method ListLike.__getitem__(key) -> Unknown) | ... omitted 3 union elements` cannot be called with key of type `slice[Literal[-1], None, None]` on object of type `ListLike`
[error] invalid-argument-type - :395:43 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ListLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]]) | (bound method ListLike.__getitem__(key) -> Unknown) | ... omitted 3 union elements` cannot be called with key of type `slice[Any, Any, Any]` on object of type `ListLike`
[error] invalid-argument-type - :396:43 - Method `__getitem__` of type `(Overload[(item: int | integer[Any]) -> Any, (item: slice[Any, Any, Any] | list[int] | ndarray[tuple[Any, ...], Unknown]) -> ListLike]) | (Overload[(key: @Todo | tuple[@Todo, ...], /) -> ndarray[tuple[Any, ...], Unknown], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 3 union elements, /) -> ndarray[tuple[Any, ...], Unknown], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], @Todo]]) | (bound method ListLike.__getitem__(key) -> Unknown) | ... omitted 3 union elements` cannot be called with key of type `slice[Any, Any, Any]` on object of type `ListLike`
[warning] unused-ignore-comment - :236:21 - Unused blanket `type: ignore` directive

pandas/io/formats/style.py

[error] invalid-argument-type - :4104:41 - Argument to function `_validate_apply_axis_arg` is incorrect: Expected `NDFrame | Sequence[Unknown] | ndarray[tuple[Any, ...], Unknown]`, found `bytes | (date & Iterable[object]) | (timedelta & Iterable[object]) | ... omitted 12 union elements`
[error] invalid-argument-type - :4107:42 - Argument to function `_validate_apply_axis_arg` is incorrect: Expected `NDFrame | Sequence[Unknown] | ndarray[tuple[Any, ...], Unknown]`, found `bytes | (date & Iterable[object]) | (timedelta & Iterable[object]) | ... omitted 12 union elements`
[warning] unused-ignore-comment - :4129:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4140:30 - Unused blanket `type: ignore` directive

pandas/io/formats/style_render.py

[error] invalid-assignment - :1230:13 - Object of type `dict[Unknown, str | (((...) -> Unknown) & ~Top[dict[Unknown, Unknown]]) | None]` is not assignable to `ExtFormatter | None`
[warning] possibly-missing-attribute - :1236:17 - Attribute `get` on type `((...) -> Unknown) | dict[Any, BaseFormatter | None] | str | None` may be missing
[error] invalid-assignment - :1416:13 - Object of type `dict[int, str | (((...) -> Unknown) & ~Top[dict[Unknown, Unknown]]) | None]` is not assignable to `ExtFormatter | None`
[warning] possibly-missing-attribute - :1425:17 - Attribute `get` on type `str | ((...) -> Unknown) | dict[Any, BaseFormatter | None] | None | dict[@Todo, @Todo]` may be missing
[error] invalid-assignment - :1713:13 - Object of type `dict[int, str | (((...) -> Unknown) & ~Top[dict[Unknown, Unknown]]) | None]` is not assignable to `ExtFormatter | None`
[warning] possibly-missing-attribute - :1722:17 - Attribute `get` on type `str | ((...) -> Unknown) | dict[Any, BaseFormatter | None] | None | dict[@Todo, @Todo]` may be missing

pandas/io/json/_json.py

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

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 - :420:48 - Argument to function `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | ... omitted 3 union elements`, found `Unknown | set[Unknown]`
[error] invalid-argument-type - :441:49 - Argument to function `map_infer_mask` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], Unknown]`
[error] unknown-argument - :520:25 - Argument `true_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] unknown-argument - :521:25 - Argument `false_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] unknown-argument - :522:25 - Argument `none_values` does not match any known parameter of bound method `_from_sequence_of_strings`

pandas/io/pytables.py

[error] call-non-callable - :184:13 - Object of type `object` is not callable
[error] call-non-callable - :189:17 - Object of type `object` is not callable
[warning] possibly-missing-attribute - :5205:19 - Attribute `to_numpy` on type `ArrayLike` may be missing
[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:17 -
Old: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `DatetimeArray | @Todo | ndarray[@Todo, @Todo]`
New: Argument to function `_unconvert_string_array` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `DatetimeArray | @Todo | ndarray[tuple[Any, ...], @Todo]`
[error] invalid-return-type - :3635:16 -
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]`

pandas/io/sql.py

[warning] possibly-missing-attribute - :1916:33 - Attribute `items` on type `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements` may be missing
[warning] possibly-missing-attribute - :2872:33 - Attribute `items` on type `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements` may be missing
[warning] unused-ignore-comment - :348:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :492:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :696:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1910:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2868:54 - Unused blanket `type: ignore` directive

pandas/io/stata.py

[error] invalid-assignment - :470:5 - Object of type `tuple[tuple[<class 'bool'>, <class 'signedinteger[_8Bit]'>, <class 'signedinteger[_8Bit]'>], tuple[uint8, <class 'signedinteger[_8Bit]'>, <class 'signedinteger[_16Bit]'>], tuple[uint16, <class 'signedinteger[_16Bit]'>, <class 'signedinteger[_32Bit]'>], tuple[uint32, <class 'signedinteger[_32Bit]'>, <class 'signedinteger[_64Bit]'>], tuple[uint64, <class 'signedinteger[_64Bit]'>, <class 'float64'>]]` is not assignable to `tuple[tuple[type, type, type], tuple[type, type, type], tuple[type, type, type], tuple[type, type, type], tuple[type, type, type]]`
[error] call-non-callable - :907:17 - Object of type `object` is not callable
[error] call-non-callable - :908:17 - Object of type `object` is not callable
[error] call-non-callable - :920:17 - Object of type `object` is not callable
[error] call-non-callable - :921:17 - Object of type `object` is not callable
[error] call-non-callable - :943:18 - Object of type `object` is not callable

pandas/plotting/_matplotlib/style.py

[error] invalid-return-type - :99:16 -
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, MatplotlibColor] | list[MatplotlibColor]`, found `dict[str, MatplotlibColor] | (Sequence[MatplotlibColor] & 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 - :2468:20 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2493: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, ...], Unknown]` and `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`

pandas/tests/arithmetic/test_object.py

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

pandas/tests/arithmetic/test_string.py

[warning] possibly-missing-attribute - :54:48 - Attribute `na_value` on type `dtype[Any] | ExtensionDtype` may be missing
[warning] possibly-missing-attribute - :58:48 - Attribute `na_value` on type `dtype[Any] | ExtensionDtype` may be missing

pandas/tests/arithmetic/test_timedelta64.py

[error] no-matching-overload - :1783:32 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1794:30 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2120:46 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2124:40 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2197:17 - No overload of function `__new__` matches arguments

pandas/tests/arrays/boolean/test_construction.py

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

pandas/tests/arrays/categorical/test_astype.py

[error] unresolved-attribute - :143:33 -
Old: Type `ndarray[@Todo, Unknown]` has no attribute `codes`
New: Type `ndarray[tuple[Any, ...], Unknown]` has no attribute `codes`
[error] unresolved-attribute - :145:37 -
Old: Type `ndarray[@Todo, Unknown]` has no attribute `codes`
New: Type `ndarray[tuple[Any, ...], Unknown]` has no attribute `codes`

pandas/tests/arrays/categorical/test_dtypes.py

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

pandas/tests/arrays/floating/test_arithmetic.py

[error] unsupported-operator - :83:14 - Operator `**` is unsupported between objects of type `Literal[0]` and `ExtensionArray`
[error] unsupported-operator - :87:14 - Operator `**` is unsupported between objects of type `Literal[1]` and `ExtensionArray`
[error] unsupported-operator - :91:14 - Operator `**` is unsupported between objects of type `NAType` and `ExtensionArray`
[error] unsupported-operator - :95:14 - Operator `**` is unsupported between objects of type `int | float` and `ExtensionArray`
[error] unresolved-attribute - :99:82 - Type `ExtensionArray` has no attribute `_mask`

pandas/tests/arrays/floating/test_astype.py

[error] unresolved-attribute - :97:29 -
Old: Type `ndarray[@Todo, Unknown] & ExtensionArray` has no attribute `_data`
New: Type `ndarray[tuple[Any, ...], Unknown] & ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :98:29 -
Old: Type `ndarray[@Todo, Unknown] & ExtensionArray` has no attribute `_mask`
New: Type `ndarray[tuple[Any, ...], Unknown] & ExtensionArray` has no attribute `_mask`

pandas/tests/arrays/integer/test_arithmetic.py

[error] unresolved-attribute - :90:35 - Type `dtype[Any] | ExtensionDtype` has no attribute `numpy_dtype`
[error] unsupported-operator - :132:14 - Operator `**` is unsupported between objects of type `Literal[0]` and `ExtensionArray`
[error] unsupported-operator - :136:14 - Operator `**` is unsupported between objects of type `Literal[1]` and `ExtensionArray`
[error] unsupported-operator - :140:14 - Operator `**` is unsupported between objects of type `NAType` and `ExtensionArray`
[error] unsupported-operator - :144:14 - Operator `**` is unsupported between objects of type `int | float` and `ExtensionArray`

pandas/tests/arrays/integer/test_dtypes.py

[error] unresolved-attribute - :162:29 -
Old: Type `ndarray[@Todo, Unknown] & ExtensionArray` has no attribute `_data`
New: Type `ndarray[tuple[Any, ...], Unknown] & ExtensionArray` has no attribute `_data`
[error] unresolved-attribute - :163:29 -
Old: Type `ndarray[@Todo, Unknown] & ExtensionArray` has no attribute `_mask`
New: Type `ndarray[tuple[Any, ...], Unknown] & ExtensionArray` has no attribute `_mask`

pandas/tests/arrays/numpy_/test_numpy.py

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

pandas/tests/arrays/sparse/test_libsparse.py

[error] invalid-argument-type - :350:33 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :350:42 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :392:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :392:40 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :395:48 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :395:56 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :402:23 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - :402:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - :405:23 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - :405:29 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - :409:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :409:33 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :413:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :413:36 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :420:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :420:38 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :426:32 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :426:40 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`

pandas/tests/arrays/string_/test_string.py

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

pandas/tests/arrays/test_datetimes.py

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

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 - Type `dtype[Any] | ExtensionDtype` has no attribute `storage`
[error] unresolved-attribute - :411:55 - Type `dtype[Any] | ExtensionDtype` has no attribute `storage`

pandas/tests/dtypes/test_common.py

[error] invalid-argument-type - :415:26 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint32`
[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 - :692:39 - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - :1028:42 - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Literal["foo"]`

pandas/tests/dtypes/test_inference.py

[error] call-non-callable - :643:25 - Object of type `object` is not callable
[error] call-non-callable - :761:15 - Object of type `object` is not callable
[error] call-non-callable - :765:15 - Object of type `object` is not callable
[error] call-non-callable - :766:15 - Object of type `object` is not callable
[error] call-non-callable - :767:15 - Object of type `object` is not callable
[error] call-non-callable - :768:15 - Object of type `object` is not callable
[error] call-non-callable - :769:15 - Object of type `object` is not callable
[error] call-non-callable - :769:28 - Object of type `object` is not callable
[error] call-non-callable - :770:15 - Object of type `object` is not callable
[error] call-non-callable - :770:29 - Object of type `object` is not callable
[error] call-non-callable - :771:15 - Object of type `object` is not callable
[error] call-non-callable - :772:15 - Object of type `object` is not callable
[error] call-non-callable - :773:15 - Object of type `object` is not callable
[error] no-matching-overload - :860:15 - No overload of function `__new__` matches arguments
[error] call-non-callable - :983:13 - Object of type `object` is not callable
[error] call-non-callable - :984:13 - Object of type `object` is not callable
[error] call-non-callable - :986:13 - Object of type `object` is not callable
[error] call-non-callable - :1001:13 - Object of type `object` is not callable
[error] call-non-callable - :1002:13 - Object of type `object` is not callable
[error] call-non-callable - :1004:13 - Object of type `object` is not callable
[error] call-non-callable - :1139:55 - Object of type `object` is not callable
[error] call-non-callable - :1143:49 - Object of type `object` is not callable
[error] call-non-callable - :1945:26 - Object of type `object` is not callable
[error] call-non-callable - :2088:10 - Object of type `object` is not callable

pandas/tests/dtypes/test_missing.py

[error] no-matching-overload - :672:30 - No overload of function `__new__` matches arguments
[error] call-non-callable - :766:9 - Object of type `object` is not callable
[error] call-non-callable - :767:9 - Object of type `object` is not callable
[error] call-non-callable - :798:5 - Object of type `object` is not callable
[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:9 -
Old: Method `__setitem__` of type `bound method dict[@Todo, bool].__setitem__(key: @Todo, value: bool, /) -> None` cannot be called with a key of type `<class 'DivisionByZero'>` and a value of type `Literal[0]` on object of type `dict[@Todo, bool]`
New: Method `__setitem__` of type `bound method dict[_TrapType, bool].__setitem__(key: @Todo, value: bool, /) -> None` cannot be called with a key of type `<class 'DivisionByZero'>` and a value of type `Literal[0]` on object of type `dict[_TrapType, bool]`
[error] invalid-assignment - :122:9 -
Old: Method `__setitem__` of type `bound method dict[@Todo, bool].__setitem__(key: @Todo, value: bool, /) -> None` cannot be called with a key of type `<class 'InvalidOperation'>` and a value of type `Literal[0]` on object of type `dict[@Todo, bool]`
New: Method `__setitem__` of type `bound method dict[_TrapType, bool].__setitem__(key: @Todo, value: bool, /) -> None` cannot be called with a key of type `<class 'InvalidOperation'>` and a value of type `Literal[0]` on object of type `dict[_TrapType, bool]`

pandas/tests/extension/test_arrow.py

[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 - :831:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :916: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_numpy.py

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

pandas/tests/extension/test_string.py

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

pandas/tests/frame/indexing/test_indexing.py

[error] invalid-argument-type - :1537:13 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`

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 - :445: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_replace.py

[error] call-non-callable - :1193:13 - Object of type `object` is not callable

pandas/tests/frame/methods/test_round.py

[error] invalid-argument-type - :43:22 -
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:22 -
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:22 -
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:22 -
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_to_dict.py

[error] call-non-callable - :315:14 - Object of type `object` is not callable

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] invalid-argument-type - :96:13 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] unresolved-attribute - :144:33 -
Old: Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
New: Type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :144:68 -
Old: Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
New: Type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` has no attribute `_ndarray`
[error] unresolved-attribute - :196:20 -
Old: Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_data`
New: Type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` has no attribute `_data`
[warning] possibly-missing-attribute - :197:20 -
Old: Attribute `flags` on type `Unknown | ndarray[@Todo, Unknown] | ExtensionArray` may be missing
New: Attribute `flags` on type `Unknown | ndarray[tuple[Any, ...], Unknown] | ExtensionArray` may be missing

pandas/tests/frame/methods/test_values.py

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

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] call-non-callable - :476:14 - Object of type `object` is not callable
[error] call-non-callable - :477:14 - Object of type `object` is not callable
[error] call-non-callable - :478:14 - Object of type `object` is not callable
[error] invalid-argument-type - :3126:29 - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | ... omitted 4 union elements`, found `set[Unknown | str]`
[error] invalid-argument-type - :3128:29 - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | ... omitted 4 union elements`, found `set[Unknown | str]`
[warning] possibly-missing-attribute - :298:16 -
Old: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing
New: Attribute `flags` on type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` may be missing

pandas/tests/frame/test_iteration.py

[error] invalid-argument-type - :27:34 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `(...) -> Series`

pandas/tests/groupby/aggregate/test_aggregate.py

[error] call-non-callable - :1878:31 - Object of type `object` is not callable

pandas/tests/groupby/aggregate/test_cython.py

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

pandas/tests/indexes/base_class/test_constructors.py

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

pandas/tests/indexes/categorical/test_category.py

[error] unresolved-attribute - :306:19 - Type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` has no attribute `_ndarray`

pandas/tests/indexes/datetimelike_/test_equals.py

[error] unresolved-attribute - :81:13 -
Old: Type `ExtensionArray | ndarray[@Todo, Unknown]` has no attribute `_simple_new`
New: Type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` has no attribute `_simple_new`
[error] unresolved-attribute - :81:37 -
Old: Type `ExtensionArray | ndarray[@Todo, Unknown]` has no attribute `asi8`
New: Type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` 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` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Any` may be missing

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 - :125:60 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] no-matching-overload - :196:17 - No overload of function `__new__` matches arguments
[error] invalid-argument-type - :264:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :274:13 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :313:41 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

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_range.py

[error] unresolved-attribute - :201:18 - Type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - :207:18 - Type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - :213:18 - Type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] unresolved-attribute - :219:18 - Type `dtype[Any] | ExtensionDtype` has no attribute `subtype`
[error] call-non-callable - :227:26 - Object of type `object` is not callable
[error] call-non-callable - :228:14 - Object of type `object` is not callable
[error] call-non-callable - :228:29 - Object of type `object` is not callable
[error] unresolved-attribute - :234:18 - Type `dtype[Any] | ExtensionDtype` has no attribute `subtype`

pandas/tests/indexes/interval/test_interval_tree.py

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

pandas/tests/indexes/multi/test_util.py

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

pandas/tests/indexes/period/test_constructors.py

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

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/test_old_base.py

[error] invalid-argument-type - :657:43 -
Old: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | tuple[@Todo, ndarray[@Todo, Unknown]]`
New: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], Unknown] | ... omitted 3 union elements`

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

[error] unresolved-attribute - :152:38 -
Old: Type `ExtensionArray | ndarray[@Todo, Unknown]` has no attribute `_with_freq`
New: Type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` 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] call-non-callable - :3007:41 - Object of type `object` is not callable
[error] invalid-argument-type - :1747: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 - :332: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` on type `Any | ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[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:58 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :359:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :360:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :361:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1263:50 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1272:50 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`
[error] invalid-argument-type - :1300:64 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[@Todo, Unknown]`, found `list[Unknown | int]`
New: Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], Unknown]`, found `list[Unknown | int]`

pandas/tests/io/excel/test_writers.py

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

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

[error] invalid-assignment - :781:9 -
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], CSSList]`
[error] invalid-assignment - :793:9 -
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], CSSList]`
[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:20 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[@Todo] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[@Todo] | 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 - :497:46 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :527:44 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/json/test_ujson.py

[error] call-non-callable - :788:31 - Object of type `object` is not callable
[error] invalid-argument-type - :920:71 - 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_append.py

[error] invalid-argument-type - :76:21 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint8`
[error] invalid-argument-type - :80:21 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint16`
[error] invalid-argument-type - :84:21 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint32`
[error] invalid-argument-type - :88:21 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`

pandas/tests/io/pytables/test_errors.py

[error] call-non-callable - :118:13 - Object of type `object` is not callable

pandas/tests/io/pytables/test_file_handling.py

[error] call-non-callable - :329:37 - Object of type `object` is not callable

pandas/tests/io/pytables/test_store.py

[error] invalid-argument-type - :394: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 - :82:65 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :86:21 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - :94:76 - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/test_sql.py

[error] invalid-argument-type - :3085:22 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`

pandas/tests/io/test_stata.py

[error] invalid-argument-type - :670:37 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`
[error] invalid-argument-type - :814:34 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint8`
[error] invalid-argument-type - :815:34 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint8`
[error] invalid-argument-type - :816:42 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint16`
[error] invalid-argument-type - :817:40 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint16`
[error] invalid-argument-type - :818:42 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint32`
[error] invalid-argument-type - :819:40 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint32`
[error] invalid-argument-type - :1227:50 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`
[error] invalid-argument-type - :1781:59 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`

pandas/tests/libs/test_libalgos.py

[error] non-subscriptable - :63:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :71:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :80:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :88:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :96:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :100:18 -
Old: Cannot subscript object of type `def pad(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def pad(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :104:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
[error] non-subscriptable - :108:18 -
Old: Cannot subscript object of type `def backfill(old: ndarray[@Todo, Unknown], new: ndarray[@Todo, Unknown], limit=EllipsisType) -> @Todo` with no `__getitem__` method
New: Cannot subscript object of type `def backfill(old: ndarray[tuple[Any, ...], Unknown], new: ndarray[tuple[Any, ...], Unknown], 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` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[warning] possibly-missing-attribute - :429:20 - Attribute `min` on type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing
[error] call-non-callable - :1268:20 - Object of type `object` is not callable
[error] invalid-argument-type - :1607:39 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1609:39 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1612:32 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1614:39 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`

pandas/tests/resample/test_base.py

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

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 - :58:36 -
Old: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing
New: Attribute `base` on type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` may be missing
[warning] possibly-missing-attribute - :60:36 -
Old: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing
New: Attribute `base` on type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` may be missing
[warning] possibly-missing-attribute - :78:36 -
Old: Attribute `base` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing
New: Attribute `base` on type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` may be missing

pandas/tests/reshape/concat/test_datetimes.py

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

pandas/tests/reshape/merge/test_join.py

[error] invalid-argument-type - :488:13 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`

pandas/tests/reshape/merge/test_merge.py

[error] invalid-argument-type - :1477: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 - :1460:13 -
Old: Attribute `flags` on type `ndarray[@Todo, Unknown] | ExtensionArray` may be missing
New: Attribute `flags` on type `ndarray[tuple[Any, ...], Unknown] | ExtensionArray` may be missing

pandas/tests/reshape/merge/test_merge_asof.py

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

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/period/test_period.py

[error] invalid-argument-type - :1141:23 - Argument to function `sorted` is incorrect: Argument type `Unknown | Period` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] unsupported-operator - :165:18 - Operator `-` is unsupported between objects of type `Timedelta` and `timedelta64[timedelta | int | None]`
[error] unsupported-operator - :169:18 - Operator `-` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] unsupported-operator - :241:18 - Operator `-` is unsupported between objects of type `datetime64[date | int | None]` and `Timedelta`
[error] unsupported-operator - :264:17 - Operator `-` is unsupported between objects of type `timedelta64[timedelta | int | None]` and `Timedelta`
[error] no-matching-overload - :360:25 - No overload of function `__new__` matches arguments
[error] call-non-callable - :642:22 - Object of type `object` is not callable
[error] call-non-callable - :718:33 - Object of type `object` is not callable
[error] call-non-callable - :725:13 - Object of type `object` is not callable
[error] no-matching-overload - :790:23 - No overload of function `__new__` matches arguments

pandas/tests/scalar/timedelta/test_constructors.py

[error] no-matching-overload - :670: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 - :335: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] call-non-callable - :1450:10 - Object of type `object` is not callable
[error] call-non-callable - :1451:10 - Object of type `object` is not callable
[error] call-non-callable - :1455:10 - Object of type `object` is not callable
[error] call-non-callable - :1456:10 - Object of type `object` is not callable
[error] invalid-argument-type - :1463:45 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `float32`
[error] unresolved-attribute - :445:16 -
Old: Type `ndarray[@Todo, Unknown] | ExtensionArray` has no attribute `_ndarray`
New: Type `ndarray[tuple[Any, ...], Unknown] | 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] call-non-callable - :803:14 - Object of type `object` is not callable
[error] call-non-callable - :804:14 - Object of type `object` is not callable
[error] call-non-callable - :805:14 - Object of type `object` is not callable
[error] unresolved-attribute - :1287:54 - Type `dtype[Any] | ExtensionDtype` has no attribute `tz`
[error] unresolved-attribute - :1293:43 - Type `dtype[Any] | ExtensionDtype` has no attribute `tz`
[error] unresolved-attribute - :2163:16 - Type `dtype[Any] | ExtensionDtype` has no attribute `storage`

pandas/tests/strings/test_cat.py

[error] unresolved-attribute - :139:57 - Type `dtype[Any] | ExtensionDtype` has no attribute `categories`

pandas/tests/test_algos.py

[error] invalid-argument-type - :696:42 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[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, ...], Unknown] | 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, ...], Unknown] | 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, ...], Unknown] | 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, ...], Unknown] | 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, ...], Unknown] | 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, ...], Unknown] | 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, ...], Unknown] | 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, ...], Unknown] | Index | ... omitted 3 union elements`, found `set[Unknown]`
[error] invalid-argument-type - :1205:45 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1812:29 - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `Series`
[error] invalid-argument-type - :1820:48 - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `Series`
[error] invalid-argument-type - :1831:29 - Argument to function `rank` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `Series`
[error] invalid-argument-type - :1967:31 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1968:41 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1973:34 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1974:34 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`
[error] invalid-argument-type - :1998:32 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `Index`
[error] invalid-argument-type - :2003:32 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `Index`
[error] invalid-argument-type - :2008:32 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, found `Index`
[error] invalid-argument-type - :2017:24 - Argument to function `mode` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown]`, 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/test_sorting.py

[error] invalid-argument-type - :149:34 - Argument to function `lexsort_indexer` is incorrect: Expected `Sequence[ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series]`, found `list[Unknown | list[int | Unknown | float]]`
[error] invalid-argument-type - :487:27 -
Old: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `@Todo | tuple[@Todo, ndarray[@Todo, Unknown]]`
New: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series, ndarray[tuple[Any, ...], Unknown]]`

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/util/test_hashing.py

[error] invalid-argument-type - :389:36 - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `uint64`

pandas/tests/window/test_pairwise.py

[error] invalid-argument-type - :257:13 -
Old: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `@Todo | tuple[@Todo, ndarray[@Todo, Unknown]]`
New: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series, ndarray[tuple[Any, ...], Unknown]]`
[error] invalid-argument-type - :258:13 -
Old: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `@Todo | tuple[@Todo, ndarray[@Todo, Unknown]]`
New: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series, ndarray[tuple[Any, ...], Unknown]]`
[error] invalid-argument-type - :319:13 -
Old: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `@Todo | tuple[@Todo, ndarray[@Todo, Unknown]]`
New: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series, ndarray[tuple[Any, ...], Unknown]]`
[error] invalid-argument-type - :320:13 -
Old: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `@Todo | tuple[@Todo, ndarray[@Todo, Unknown]]`
New: Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series | tuple[ExtensionArray | ndarray[tuple[Any, ...], Unknown] | Index | Series, ndarray[tuple[Any, ...], Unknown]]`

pandas/util/_decorators.py

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

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

tests/test_plotting.py

[error] type-assertion-failure - :516:9 - Argument does not have asserted type `Axes`
[error] type-assertion-failure - :676:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :678:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :700:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :702:9 - Argument does not have asserted type `Series[Any]`

tests/test_dtypes.py

[error] type-assertion-failure - :112:11 - Argument does not have asserted type `bool | None`

pandas-stubs/_typing.pyi

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

pandas-stubs/core/series.pyi

[error] invalid-argument-type - :300:57 - Argument to class `IndexOpsMixin` is incorrect: Expected `SeriesDType`, found `typing.TypeVar`

tests/__init__.py

[error] invalid-argument-type - :113:17 - Method `__getitem__` of type `Overload[(idx: Never) -> object, (idx: Bottom[Index[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/indexes/test_indexes.py

[error] non-subscriptable - :51:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :57:51 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :148:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :246:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :246:52 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :247:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :247:74 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :248:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :248:62 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] non-subscriptable - :251:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :254:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :257:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :258:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] non-subscriptable - :263:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :303:55 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :304:55 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :305:54 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :306:54 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] invalid-argument-type - :1122:9 - Argument to function `check` is incorrect: Expected `type | None`, found `uint8`
[error] invalid-argument-type - :1127:9 - Argument to function `check` is incorrect: Expected `type | None`, found `uint16`
[error] invalid-argument-type - :1132:9 - Argument to function `check` is incorrect: Expected `type | None`, found `uint32`
[error] invalid-argument-type - :1137:9 - Argument to function `check` is incorrect: Expected `type | None`, found `uint64`
[error] invalid-argument-type - :1154:9 - Argument to function `check` is incorrect: Expected `type | None`, found `float32`
[error] non-subscriptable - :1328:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1344:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] invalid-argument-type - :1361:43 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1367:43 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1446:30 - Argument to function `__new__` is incorrect: Expected `Mapping[typing.TypeVar, Any] | ExtensionArray | ndarray[tuple[Any, ...], Unknown] | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :1452:31 - Argument to function `__new__` is incorrect: Expected `Sequence[timedelta | timedelta64[timedelta | int | None] | int | float] | Mapping[typing.TypeVar, Any] | ExtensionArray | ... omitted 5 union elements`, found `dict[Unknown | Timedelta, Unknown | str]`
[error] no-matching-overload - :1502:23 - No overload of bound method `searchsorted` matches arguments
[error] invalid-argument-type - :1502:70 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] non-subscriptable - :1526:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :460:9 - Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :468:9 - Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :478:9 - Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :488:9 - Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :496:9 - Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :1009:9 - Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :1018:9 - Argument does not have asserted type `IntervalIndex[Interval[Timedelta]]`
[error] type-assertion-failure - :1501:11 - Argument does not have asserted type `signedinteger[@Todo]`
[error] type-assertion-failure - :1503:11 - Argument does not have asserted type `signedinteger[@Todo]`
[error] unresolved-attribute - :1545:11 - Type `Timestamp` has no attribute `array`
[error] type-assertion-failure - :1546:11 - Argument does not have asserted type `DatetimeArray`
[error] type-assertion-failure - :1088:11 -
Old: Argument does not have asserted type `Series[@Todo]`
New: Argument does not have asserted type `Series[ExtensionDtype | str | dtype[generic[Any]] | type]`
[error] type-assertion-failure - :1504:11 -
Old: Argument does not have asserted type `signedinteger[@Todo]`
New: Argument does not have asserted type `signedinteger[_64Bit]`
[error] no-matching-overload - :1504:23 - No overload of bound method `searchsorted` matches arguments

tests/scalars/test_scalars.py

[error] non-subscriptable - :319:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :323:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :327:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :331:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :336:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :340:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :344:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :348:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :353:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :357:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :362:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :366:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] invalid-argument-type - :373:9 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] invalid-argument-type - :380:31 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] invalid-argument-type - :414:31 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] invalid-argument-type - :417:31 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[warning] unused-ignore-comment - :566:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :625:23 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :849:17 - Argument does not have asserted type `bool[bool]`
[error] type-assertion-failure - :850:17 - Argument does not have asserted type `bool[bool]`
[error] type-assertion-failure - :866:17 - Argument does not have asserted type `bool[bool]`
[error] type-assertion-failure - :867:17 - Argument does not have asserted type `bool[bool]`
[error] non-subscriptable - :932:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :933:65 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :935:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :936:65 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :940:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :941:65 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :943:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :944:65 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :948:65 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :949:65 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :953:69 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :954:69 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :971:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :972:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :974:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :975:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :977:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :978:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :980:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :981:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :991:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :992:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :994:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :995:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :997:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :998:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1000:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1001:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1008:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1009:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1011:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1012:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] invalid-argument-type - :1016:56 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] invalid-argument-type - :1017:56 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] non-subscriptable - :1019:56 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1020:56 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1022:56 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1023:56 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1310:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1311:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1313:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1314:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1316:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1317:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1319:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1320:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1324:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1325:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1327:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1328:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1330:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1331:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1333:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1334:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1338:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1339:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1348:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1351:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1355:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1358:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1376:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1377:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1379:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1380:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1385:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1386:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1396:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1397:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1399:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1400:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1405:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1406:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1413:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1414:68 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] invalid-argument-type - :1421:56 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] invalid-argument-type - :1422:56 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] non-subscriptable - :1424:56 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1425:56 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1427:56 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1428:56 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1941:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1942:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1944:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1945:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1949:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1950:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1952:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1953:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1957:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1958:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1962:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1963:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1977:66 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1978:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1980:66 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1981:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1987:62 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1988:63 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1990:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1991:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1998:66 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :1999:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :2001:66 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :2002:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :2008:62 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :2009:63 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :2011:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :2012:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :2019:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :2020:67 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :2022:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :2023:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] invalid-argument-type - :2027:55 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] invalid-argument-type - :2028:55 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] non-subscriptable - :2030:55 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :2031:55 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :2033:55 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :2034:55 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :65:9 - Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
[error] type-assertion-failure - :78:9 - Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
[error] type-assertion-failure - :91:9 - Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
[error] type-assertion-failure - :105:9 - Argument does not have asserted type `Literal["left", "right", "both", "neither"]`
[error] type-assertion-failure - :554:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :613:11 - Argument does not have asserted type `Timestamp`
[warning] unused-ignore-comment - :1342:90 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1343:90 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1370:20 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :1371:20 - Argument does not have asserted type `@Todo`
[warning] possibly-missing-attribute - :1372:12 - Attribute `all` on type `bool | @Todo` may be missing
[error] unresolved-attribute - :1384:12 - Type `bool` has no attribute `all`
[error] type-assertion-failure - :1390:20 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :1391:20 - Argument does not have asserted type `@Todo`
[warning] possibly-missing-attribute - :1392:12 - Attribute `all` on type `bool | @Todo` may be missing
[error] unresolved-attribute - :1404:12 - Type `bool` has no attribute `all`
[error] type-assertion-failure - :1410:20 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :1411:20 - Argument does not have asserted type `@Todo`
[warning] possibly-missing-attribute - :1412:12 - Attribute `all` on type `bool | @Todo` may be missing
[error] unresolved-attribute - :1418:12 - Type `bool` has no attribute `all`
[error] type-assertion-failure - :1686:11 - Argument does not have asserted type `Series[bool]`
[error] type-assertion-failure - :1687:11 - Argument does not have asserted type `Series[bool]`
[error] type-assertion-failure - :1688:11 - Argument does not have asserted type `Series[bool]`
[error] type-assertion-failure - :1831:11 - Argument does not have asserted type `PeriodIndex`
[error] type-assertion-failure - :1834:11 - Argument does not have asserted type `PeriodIndex`
[error] type-assertion-failure - :1835:11 - Argument does not have asserted type `NaTType`
[error] type-assertion-failure - :1844:11 - Argument does not have asserted type `Index[Any]`
[error] type-assertion-failure - :1845:11 - Argument does not have asserted type `BaseOffset`
[error] type-assertion-failure - :1846:11 - Argument does not have asserted type `Series[Period]`
[error] type-assertion-failure - :1847:11 - Argument does not have asserted type `PeriodIndex`
[error] type-assertion-failure - :1848:11 - Argument does not have asserted type `NaTType`
[error] type-assertion-failure - :1860:11 - Argument does not have asserted type `Period`
[error] type-assertion-failure - :1873:11 - Argument does not have asserted type `NaTType`
[error] type-assertion-failure - :1874:11 - Argument does not have asserted type `NaTType`
[error] type-assertion-failure - :1382:20 - Argument does not have asserted type `@Todo`
[error] non-subscriptable - :1382:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :1383:20 - Argument does not have asserted type `@Todo`
[error] non-subscriptable - :1383:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :1402:20 - Argument does not have asserted type `@Todo`
[error] non-subscriptable - :1402:67 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :1403:20 - Argument does not have asserted type `@Todo`
[error] non-subscriptable - :1403:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :1416:20 - Argument does not have asserted type `@Todo`
[error] non-subscriptable - :1416:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :1417:20 - Argument does not have asserted type `@Todo`
[error] non-subscriptable - :1417:68 - Cannot subscript object of type `np_1darray` with no `__getitem__` method

tests/series/arithmetic/test_add.py

[error] type-assertion-failure - :109:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :114:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :115:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :116:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :117:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :140:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :146:11 - Argument does not have asserted type `Series[Any]`

tests/series/arithmetic/test_mul.py

[error] type-assertion-failure - :104:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :105:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :106:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :107:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :109:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :110:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :111:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :112:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :135:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :141:11 - Argument does not have asserted type `Series[Any]`

tests/series/arithmetic/test_truediv.py

[error] type-assertion-failure - :120:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :121:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :122:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :123:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :125:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :126:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :127:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :128:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :130:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :131:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :132:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :133:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :135:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :136:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :137:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :138:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :161:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :167:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :173:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :179:11 - Argument does not have asserted type `Series[Any]`

tests/series/test_series.py

[error] invalid-argument-type - :282:14 - Argument to bound method `filter` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], Unknown] | dict[str, ndarray[tuple[Any, ...], Unknown]] | SequenceNotStr[typing.TypeVar] | None`, found `list[Unknown | str]`
[error] no-matching-overload - :598:5 - No overload of bound method `quantile` matches arguments
[error] type-assertion-failure - :809:11 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :870:5 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :914:16 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :931:11 - Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`
[error] type-assertion-failure - :950:11 - Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`
[error] no-matching-overload - :954:27 - No overload of bound method `groupby` matches arguments
[error] non-subscriptable - :1828:65 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :1984:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1984:50 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1985:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1985:72 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1986:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1986:60 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1987:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1987:70 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1988:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] call-non-callable - :1988:43 - Object of type `object` is not callable
[error] invalid-argument-type - :1988:72 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1989:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1989:78 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1991:11 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1991:60 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-assignment - :2222:1 - Object of type `list[Unknown | tuple[UInt8Dtype, uint8] | tuple[str, uint8] | ... omitted 19 union elements]` is not assignable to `list[tuple[UIntDtypeArg, type]]`
[error] invalid-assignment - :2273:1 - Object of type `list[Unknown | tuple[<class 'float'>, <class 'floating'>] | tuple[str, <class 'floating'>] | ... omitted 14 union elements]` is not assignable to `list[tuple[FloatDtypeArg, type]]`
[error] invalid-assignment - :2316:1 - Object of type `list[Unknown | tuple[<class 'complex'>, <class 'complexfloating'>] | tuple[str, <class 'complexfloating'>] | ... omitted 8 union elements]` is not assignable to `list[tuple[ComplexDtypeArg, type]]`
[error] unsupported-operator - :2533:8 - Operator `in` is not supported for types `type[int]` and `tuple[<class 'signedinteger[_NBitLongLong]'>, Literal["longlong"], Literal["q"]]`, in comparing `IntDtypeArg` with `tuple[<class 'signedinteger[_NBitLongLong]'>, Literal["longlong"], Literal["q"]]`
[error] type-assertion-failure - :3056:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :3102:11 - Argument does not have asserted type `Series[Any]`
[error] invalid-argument-type - :3782:13 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[warning] unused-ignore-comment - :727:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :728:45 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :789:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1219:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1232:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1289:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1298:15 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1311:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1323:13 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1334:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1335:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1414:9 - Argument does not have asserted type `ExtensionArray | ndarray[@Todo, Unknown]`
[error] type-assertion-failure - :1423:9 - Argument does not have asserted type `ndarray[@Todo, Unknown] | ExtensionArray`
[error] type-assertion-failure - :1427:9 - Argument does not have asserted type `ndarray[@Todo, Unknown] | ExtensionArray`
[error] type-assertion-failure - :1434:9 - Argument does not have asserted type `ndarray[@Todo, Unknown] | ExtensionArray`
[error] type-assertion-failure - :1561:11 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2543:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2544:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2546:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2547:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2549:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2550:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2552:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2553:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2555:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2556:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2558:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2559:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2560:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2561:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2562:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2564:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2565:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2566:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2567:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2568:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2570:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2571:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2572:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2573:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2574:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2576:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2577:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2578:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2579:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2580:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2581:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2583:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2584:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2585:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2587:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2588:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2589:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2590:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2600:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2601:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2603:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2604:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2606:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2607:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2609:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2610:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2612:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2613:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2614:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2615:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2616:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2618:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2619:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2620:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2621:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2622:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2624:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2625:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2626:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2627:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2628:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2630:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2631:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2632:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2633:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2634:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2635:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2637:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2638:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2639:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2641:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2642:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2643:9 - Argument does not have asserted type `Series[int]`
[error] type-assertion-failure - :2644:9 - Argument does not have asserted type `Series[int]`
[warning] unused-ignore-comment - :3083:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3084:48 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :3427:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :3429:11 - Argument does not have asserted type `Series[int | float]`
[error] type-assertion-failure - :3512:11 - Argument does not have asserted type `Series[int | float]`
[warning] unused-ignore-comment - :3887:45 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :128:5 -
Old: Object of type `Timestamp` is not assignable to `DatetimeIndex`
New: Object of type `Series[Timestamp]` is not assignable to `DatetimeIndex`
[error] type-assertion-failure - :773:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :927:5 -
Old: Argument does not have asserted type `Iterator[tuple[@Todo, Series[int]]]`
New: Argument does not have asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]`
[error] type-assertion-failure - :929:5 -
Old: Argument does not have asserted type `tuple[@Todo, Series[int]]`
New: Argument does not have asserted type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]`
[error] type-assertion-failure - :946:5 -
Old: Argument does not have asserted type `Iterator[tuple[@Todo, Series[int]]]`
New: Argument does not have asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]`
[error] type-assertion-failure - :948:5 -
Old: Argument does not have asserted type `tuple[@Todo, Series[int]]`
New: Argument does not have asserted type `tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]`
[error] no-matching-overload - :1141:21 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :1290:23 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :1299:27 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :1315:23 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :1327:27 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :1337:21 - No overload of bound method `transform` matches arguments
[error] no-matching-overload - :1340:21 - No overload of bound method `transform` matches arguments
[error] no-matching-overload - :1342:23 - No overload of bound method `transform` matches arguments
[error] no-matching-overload - :1343:23 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1574:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :1575:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :1662: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] invalid-argument-type - :1666: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] invalid-argument-type - :1674: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] invalid-argument-type - :1691: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 - :1940:9 -
Old: Argument does not have asserted type `Series[int] | @Todo`
New: Argument does not have asserted type `Series[int] | str | bytes | ... omitted 10 union elements`
[error] type-assertion-failure - :1945:11 -
Old: Argument does not have asserted type `Series[int] | @Todo`
New: Argument does not have asserted type `Series[int] | str | bytes | ... omitted 10 union elements`
[error] no-matching-overload - :3876:21 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :3881:21 - No overload of function `__new__` matches arguments

tests/test_frame.py

[error] type-assertion-failure - :1180:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1556:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1557:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1563:9 - Argument does not have asserted type `Series[int]`
[error] no-matching-overload - :1564:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1570:9 - Argument does not have asserted type `Series[int]`
[error] no-matching-overload - :1571:13 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :1619:5 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1649:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1649:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1652:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1653:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1659:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1659:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1715:11 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1715:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1736:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1736:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1746:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1746:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1749:11 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1749:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1751:11 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1751:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1759:11 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1759:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1762:11 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1762:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1765:11 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1765:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1921:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1921:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1925:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1925:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1934:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1934:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1938:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1938:21 - No overload of bound method `aggregate` matches arguments
[error] invalid-argument-type - :1953:51 - Argument to function `check` is incorrect: Expected `type`, found `np_2darray`
[error] invalid-argument-type - :1954:73 - Argument to function `check` is incorrect: Expected `type`, found `np_2darray`
[error] invalid-argument-type - :1956:61 - Argument to function `check` is incorrect: Expected `type`, found `np_2darray`
[error] invalid-argument-type - :1959:61 - Argument to function `check` is incorrect: Expected `type`, found `np_2darray`
[error] invalid-argument-type - :1960:71 - Argument to function `check` is incorrect: Expected `type`, found `np_2darray`
[error] call-non-callable - :1961:44 - Object of type `object` is not callable
[error] invalid-argument-type - :1961:76 - Argument to function `check` is incorrect: Expected `type`, found `np_2darray`
[error] invalid-argument-type - :1964:9 - Argument to function `check` is incorrect: Expected `type`, found `np_2darray`
[error] type-assertion-failure - :1976:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :2041:11 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :2041:23 - No overload of bound method `agg` matches arguments
[error] type-assertion-failure - :2042:11 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :2042:23 - No overload of bound method `agg` matches arguments
[error] type-assertion-failure - :2067:11 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :2067:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2068:11 - Argument does not have asserted type `Series[Any]`
[error] no-matching-overload - :2068:23 - No overload of bound method `aggregate` matches arguments
[error] invalid-argument-type - :2078: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 - :2082: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 - :2621:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2907:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :3104:11 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :3104: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 - :3105:11 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :3105: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 - :3107:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :3107: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 - :3115:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :3115: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 - :3118:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :3118: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] invalid-argument-type - :3265:13 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] no-matching-overload - :3401:16 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :3418:11 - Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`
[error] no-matching-overload - :3433:27 - No overload of bound method `groupby` matches arguments
[error] call-non-callable - :3685:12 - Object of type `object` is not callable
[error] call-non-callable - :3688:12 - Object of type `object` is not callable
[error] type-assertion-failure - :251:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :252:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :253:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :255:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :256:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :270:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :271:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :275:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :276:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :325:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :326:11 - Argument does not have asserted type `DataFrame`
[warning] unused-ignore-comment - :827:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :828:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :829:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :830:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :831:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :832:100 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1127:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1181:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1182:11 - Argument does not have asserted type `Series[Any]`
[warning] unused-ignore-comment - :1897:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1898:45 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1971:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :1972:11 - Argument does not have asserted type `str`
[error] type-assertion-failure - :2020:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2028:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2048:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2055:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2623:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :2897:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2898:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2900:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2906:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3312:11 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :3423:44 - Argument to bound method `from_frame` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] type-assertion-failure - :3449:5 - Argument does not have asserted type `Iterator[tuple[Period, DataFrame]]`
[error] type-assertion-failure - :3458:5 - Argument does not have asserted type `Iterator[tuple[Timestamp, DataFrame]]`
[error] type-assertion-failure - :3467:5 - Argument does not have asserted type `Iterator[tuple[Timedelta, DataFrame]]`
[error] type-assertion-failure - :3856:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3937:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4060:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4061:11 - Argument does not have asserted type `DataFrame`
[error] invalid-return-type - :4137:16 - Return type does not match returned value: expected `DataFrame`, found `Series[Any] | Unknown`
[error] type-assertion-failure - :4149:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4342:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4343:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4344:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4345:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4346:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4348:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4352:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4356:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4360:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4419:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4556:11 - Argument does not have asserted type `MyClass`
[error] type-assertion-failure - :318:11 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`
[error] type-assertion-failure - :1082:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] no-matching-overload - :2036:21 - No overload of bound method `agg` matches arguments
[error] no-matching-overload - :2039:23 - No overload of bound method `agg` matches arguments
[error] no-matching-overload - :2057:25 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :2062:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :2065:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2856:11 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`
[error] type-assertion-failure - :3416:5 -
Old: Argument does not have asserted type `tuple[@Todo, DataFrame]`
New: Argument does not have asserted type `tuple[str | bytes | date | ... omitted 9 union elements, DataFrame]`
[error] type-assertion-failure - :4092:11 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`
[error] type-assertion-failure - :4123:11 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`
[error] type-assertion-failure - :4528:11 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `str | bytes | date | ... omitted 9 union elements`

tests/test_groupby.py

[error] type-assertion-failure - :534:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :535:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :541:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :542:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :569:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :571:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :575:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :579:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :583:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :660:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :729:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :730:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :736:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :737:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :766:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :768:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :772:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :776:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :780:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :859:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :923:17 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :924:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :930:17 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :931:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :946:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :948:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :952:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :956:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :960:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :1030:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :498:11 - Argument does not have asserted type `Literal["single", "table"]`
[error] type-assertion-failure - :500:15 - Argument does not have asserted type `int`
[error] type-assertion-failure - :651:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :655:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :693:11 - Argument does not have asserted type `Literal["single", "table"]`
[error] type-assertion-failure - :695:15 - Argument does not have asserted type `int`
[error] type-assertion-failure - :850:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :854:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :892:11 - Argument does not have asserted type `Literal["single", "table"]`
[error] type-assertion-failure - :894:15 - Argument does not have asserted type `int`
[error] type-assertion-failure - :1021:17 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1025:17 - Argument does not have asserted type `DataFrame`
[warning] unused-ignore-comment - :1049:24 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1059:11 - Argument does not have asserted type `DataFrame`

tests/test_interval.py

[error] non-subscriptable - :130:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method

tests/test_interval_index.py

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

tests/test_io.py

[error] type-assertion-failure - :74:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :90:19 - Argument does not have asserted type `None`
[error] type-assertion-failure - :99:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :110:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :221:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :221:36 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :225:11 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :225:38 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :227:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :228:28 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :249:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :249:36 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_b(s: str) -> bool`
[error] type-assertion-failure - :253:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :255:17 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :255:31 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_greater_than_0(i: int) -> bool`
[error] type-assertion-failure - :262:9 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :264:17 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] invalid-argument-type - :265:17 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_first_param_is_head(t: tuple[str, int]) -> bool`
[error] type-assertion-failure - :472:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :532:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :540:13 - Argument does not have asserted type `None`
[error] type-assertion-failure - :563:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :585:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :661:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :662:35 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :671:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :671:43 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :675:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :678:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :704:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :707:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :717:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :720:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :787:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :796:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :797:34 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :806:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :806:42 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :810:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :813:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :862:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :865:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :875:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :878:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :894:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :957:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1002:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :1002:45 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal["test"]]`
[error] type-assertion-failure - :1006:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :1006:45 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[Literal[1]]`
[error] type-assertion-failure - :1010:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :1011:37 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["higher"], Literal["lower"]]]`
[error] type-assertion-failure - :1037:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :1037:45 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_b(s: str) -> bool`
[error] type-assertion-failure - :1041:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :1044:21 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :1045:21 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_greater_than_0(i: int) -> bool`
[error] type-assertion-failure - :1054:13 - Argument does not have asserted type `DataFrame`
[error] invalid-argument-type - :1057:21 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[typing.TypeVar] | ndarray[tuple[Any, ...], Unknown] | tuple[typing.TypeVar, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] invalid-argument-type - :1058:21 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_first_param_is_head(t: tuple[str, int]) -> bool`
[error] type-assertion-failure - :1229:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1409:15 - Argument does not have asserted type `None`
[error] invalid-argument-type - :1413: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 - :1415: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 - :1421:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1422:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1424:13 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1426:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1531:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1567:19 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1612:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :1620:15 - Argument does not have asserted type `None`
[warning] unused-ignore-comment - :277:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :278:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :731:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :888:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1087:48 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :1195:17 - Argument does not have asserted type `Literal["openpyxl", "odf", "xlsxwriter"]`
[error] type-assertion-failure - :1204:17 - Argument does not have asserted type `Literal["openpyxl", "odf", "xlsxwriter"]`
[error] type-assertion-failure - :1213:17 - Argument does not have asserted type `Literal["openpyxl", "odf", "xlsxwriter"]`
[warning] unused-ignore-comment - :1789:72 - Unused blanket `type: ignore` directive

tests/test_natype.py

[error] type-assertion-failure - :161:11 - Argument does not have asserted type `NAType`

tests/test_pandas.py

[error] non-subscriptable - :443:59 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :444:60 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :448:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :449:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :453:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :454:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :458:62 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] non-subscriptable - :459:63 - Cannot subscript object of type `np_2darray` with no `__getitem__` method
[error] invalid-argument-type - :463:58 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] invalid-argument-type - :464:59 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] non-subscriptable - :468:61 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :469:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] invalid-argument-type - :473:57 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] invalid-argument-type - :474:58 - Argument to function `check` is incorrect: Expected `type`, found `np_ndarray_bool`
[error] invalid-argument-type - :938:43 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :942:43 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :946:43 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1044:11 - Argument does not have asserted type `ndarray[tuple[Any, ...], dtype[typing.TypeVar]]`
[error] type-assertion-failure - :1046:11 - Argument does not have asserted type `ndarray[tuple[Any, ...], dtype[typing.TypeVar]]`
[error] type-assertion-failure - :1048:11 - Argument does not have asserted type `ndarray[tuple[Any, ...], dtype[typing.TypeVar]]`
[error] type-assertion-failure - :1096:9 - Argument does not have asserted type `Categorical`
[error] type-assertion-failure - :1969:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1970:13 - No overload of function `pivot_table` matches arguments
[error] type-assertion-failure - :1980:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :1981:13 - No overload of function `pivot_table` matches arguments
[error] type-assertion-failure - :2011:9 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :2012:13 - No overload of function `pivot_table` matches arguments
[error] type-assertion-failure - :2025:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :2026:17 - No overload of function `pivot_table` matches arguments
[error] type-assertion-failure - :44:9 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :50:9 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :57:9 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :95:9 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :138:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :169:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :173:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :189:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :232:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :743:9 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :750:9 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :757:9 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :771:9 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :778:9 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :785:9 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :792:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :799:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :806:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :810:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :816:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :820:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1108:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1136:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :606:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :764:9 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], dtype[typing.TypeVar]]`
[error] type-assertion-failure - :930:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :931:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :950:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :951:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :956:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :957:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`
[error] type-assertion-failure - :983:11 -
Old: Argument does not have asserted type `ndarray[@Todo, Unknown]`
New: Argument does not have asserted type `ndarray[tuple[Any, ...], Unknown]`

tests/test_resampler.py

[error] type-assertion-failure - :464:9 - Argument does not have asserted type `DataFrameGroupBy[Unknown, Unknown]`

tests/test_string_accessors.py

[error] non-subscriptable - :74:45 - Cannot subscript object of type `np_1darray` with no `__getitem__` method

tests/test_styler.py

[error] type-assertion-failure - :210:15 - Argument does not have asserted type `None`
[error] type-assertion-failure - :216:15 - Argument does not have asserted type `None`
[error] invalid-argument-type - :230: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 - :258:36 -
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] type-assertion-failure - :202:11 - Argument does not have asserted type `DatetimeIndex`
[error] type-assertion-failure - :222:11 - Argument does not have asserted type `DatetimeIndex`
[error] non-subscriptable - :273:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :274:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :275:58 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :276:58 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :277:58 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :278:58 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :349:13 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :453:11 - Argument does not have asserted type `Literal["s", "ms", "us", "ns"]`
[error] invalid-argument-type - :513:13 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] non-subscriptable - :521:13 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :525:11 - Argument does not have asserted type `Literal["s", "ms", "us", "ns"]`
[error] type-assertion-failure - :552:11 - Argument does not have asserted type `Literal["s", "ms", "us", "ns"]`
[error] type-assertion-failure - :576:11 - Argument does not have asserted type `Literal["s", "ms", "us", "ns"]`
[error] non-subscriptable - :607:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :608:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :610:57 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :626:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :627:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :628:66 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :629:64 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :630:63 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :631:61 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :632:62 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :641:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :684:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] invalid-argument-type - :897:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :904:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :909:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :914:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] non-subscriptable - :919:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :924:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :929:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :936:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :941:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :948:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :954:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :955:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :960:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :964:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :965:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :969:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :970:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :974:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :975:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :982:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :987:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :992:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :997:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1002:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1007:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1012:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1017:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1031:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1038:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1043:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1048:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] non-subscriptable - :1053:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1058:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1063:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] non-subscriptable - :1070:9 - Cannot subscript object of type `np_1darray` with no `__getitem__` method
[error] type-assertion-failure - :1076:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1077:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1081:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1082:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1086:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1087:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] type-assertion-failure - :1091:9 - Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :1092:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1099:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1104:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1109:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1114:9 - Argument to function `check` is incorrect: Expected `type`, found `np_1darray`
[error] invalid-argument-type - :1121:31 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] invalid-argument-type - :1124:31 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] invalid-argument-type - :1902:31 - Argument to function `pytest_warns_bounded` is incorrect: Expected `type[Warning]`, found `Unknown | Pandas4Warning`
[error] type-assertion-failure - :115:11 - Argument does not have asserted type `Series[bool]`
[error] type-assertion-failure - :116:11 - Argument does not have asserted type `Series[bool]`
[error] type-assertion-failure - :117:11 - Argument does not have asserted type `Series[bool]`
[error] type-assertion-failure - :177:11 - Argument does not have asserted type `Timestamp`
[error] unresolved-attribute - :177:23 - Type `Timestamp` has no attribute `iloc`
[error] type-assertion-failure - :288:9 - Argument does not have asserted type `Timestamp | NaTType`
[error] type-assertion-failure - :295:9 - Argument does not have asserted type `Timestamp | NaTType`
[error] type-assertion-failure - :908:9 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :913:9 - Argument does not have asserted type `@Todo`
[error] unknown-argument - :913:35 - Argument `na_value` does not match any known parameter of bound method `to_numpy`
[error] type-assertion-failure - :991:9 - Argument does not have asserted type `@Todo`
[error] unknown-argument - :991:35 - Argument `dtype` does not match any known parameter of bound method `to_numpy`
[error] type-assertion-failure - :996:9 - Argument does not have asserted type `@Todo`
[error] unknown-argument - :996:35 - Argument `dtype` does not match any known parameter of bound method `to_numpy`
[error] type-assertion-failure - :1364:11 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1385:11 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1392:9 - Argument does not have asserted type `Series[Timestamp]`
[error] type-assertion-failure - :1406:9 - Argument does not have asserted type `Series[Timestamp]`
[error] unresolved-attribute - :1876:14 - Type `Timestamp` has no attribute `iloc`
[error] type-assertion-failure - :1877:11 - Argument does not have asserted type `Timestamp`
[error] unresolved-attribute - :1877:23 - Type `Timestamp` has no attribute `iloc`
[error] invalid-argument-type - :1899:19 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Timestamp`
[error] type-assertion-failure - :959:9 -
Old: Argument does not have asserted type `@Todo`
New: Argument does not have asserted type `ndarray[tuple[int], dtype[typing.TypeVar]]`
[error] unknown-argument - :959:35 - Argument `dtype` does not match any known parameter of bound method `to_numpy`
[error] unknown-argument - :959:48 - Argument `copy` does not match any known parameter of bound method `to_numpy`

tests/test_windowing.py

[error] type-assertion-failure - :114:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :115:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :139:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :140:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :145:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :146:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :212:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :273:13 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :274:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :328:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :357:17 - Argument does not have asserted type `DataFrame`
[error] no-matching-overload - :358:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :389:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :205:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :207:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :323:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :384:17 - Argument does not have asserted type `DataFrame`

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

pandera/api/dataframe/components.py

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

pandera/api/dataframe/model.py

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

pandera/api/pandas/model.py

[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/api/pyspark/column_schema.py

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

pandera/api/pyspark/model.py

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

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 - :171:66 - Unused blanket `type: ignore` directive

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/io/pandas_io.py

[error] invalid-argument-type - :401: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], dtype[typing.TypeVar]] | Sequence[SequenceNotStr[Unknown]] | Sequence[Mapping[str, Any]] | Mapping[str, Any] | Mapping[str, SequenceNotStr[Any]]`, found `ndarray[Unknown, Unknown] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame`

tests/mypy/pandas_modules/pandas_dataframe.py

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

tests/pandas/test_dtypes.py

[error] unresolved-attribute - :190:9 - Type `Timestamp` has no attribute `to_series`
[error] call-non-callable - :190:9 - Object of type `Timestamp` is not callable
[error] unresolved-attribute - :194:9 - Type `Period` has no attribute `to_series`
[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_schemas.py

[error] invalid-argument-type - :156:39 - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :174:25 - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :176:25 - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `Series[Any] | Unknown`

parso (https://github.com/davidhalter/parso)

parso/utils.py

[warning] possibly-missing-attribute - :95:27 - Attribute `group` on type `Match[bytes] | None` may be missing
[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 - :53:27 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

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/_vendor/pyproject_hooks/_in_process/__init__.py

[error] invalid-argument-type - :14:31 - Argument to function `path` is incorrect: Expected `str | ModuleType`, found `str | None`
[error] invalid-argument-type - :20:29 - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`

src/pip/_internal/locations/_distutils.py

[error] no-matching-overload - :101:29 - No overload of function `join` matches arguments

src/pip/_internal/operations/install/wheel.py

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

src/pip/_internal/vcs/versioncontrol.py

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

src/pip/_vendor/distlib/compat.py

[error] invalid-argument-type - :326:32 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Callable`

src/pip/_vendor/packaging/metadata.py

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

src/pip/_vendor/requests/models.py

[error] invalid-argument-type - :213:29 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Callable`
[error] invalid-argument-type - :216:71 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Callable`

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/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 | bool`
[error] invalid-argument-type - :182:62 - Argument to function `wrap_socket` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | None`, found `Unknown | bool`

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

src/poetry/json/__init__.py

[error] invalid-argument-type - :15:16 - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`

tests/fixtures/directory/project_with_transitive_directory_dependencies/setup.py

[error] invalid-argument-type - :26:7 -
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:7 -
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, Any]`, found `Unknown | str | None | list[Unknown | str] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] invalid-argument-type - :26:7 - 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/events/counting.py

[error] call-non-callable - :43:20 - Object of type `object` is not callable
[error] call-non-callable - :45:20 - Object of type `object` is not callable
[error] call-non-callable - :47:20 - Object of type `object` is not callable
[error] call-non-callable - :49:20 - Object of type `object` is not callable
[error] call-non-callable - :51:20 - Object of type `object` is not callable

src/integrations/prefect-aws/prefect_aws/workers/ecs_worker.py

[error] no-matching-overload - :276:39 - No overload of function `Field` matches arguments
[error] no-matching-overload - :280:40 - No overload of function `Field` matches arguments
[error] no-matching-overload - :288:37 - No overload of function `Field` matches arguments
[error] no-matching-overload - :293:39 - No overload of function `Field` matches arguments
[error] no-matching-overload - :298:39 - No overload of function `Field` matches arguments

src/integrations/prefect-dask/prefect_dask/task_runners.py

[error] invalid-argument-type - :242:44 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Callable`

src/integrations/prefect-databricks/prefect_databricks/rest.py

[error] invalid-argument-type - :46:26 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Dict`

src/integrations/prefect-email/prefect_email/credentials.py

[error] invalid-argument-type - :54:24 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `Enum`

src/integrations/prefect-gcp/prefect_gcp/models/cloud_run_v2.py

[error] invalid-argument-type - :339:40 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.List`

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run.py

[error] invalid-argument-type - :313:9 - Argument to function `Field` is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `dict[str, dict[str, Any]]`

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run_v2.py

[error] invalid-argument-type - :126:9 - Argument to function `Field` is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `dict[str, dict[str, Any]]`

src/integrations/prefect-gcp/prefect_gcp/workers/vertex.py

[error] invalid-argument-type - :264:9 - Argument to function `Field` is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `dict[str, dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | int | dict[Unknown | str, Unknown | str | list[Unknown]] | dict[Unknown | str, Unknown | str]]]]]`

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

[error] invalid-argument-type - :270:9 - Argument to function `Field` is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `dict[str, dict[str, Any]]`

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

[error] invalid-argument-type - :172:50 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Dict`
[error] invalid-argument-type - :185:50 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Dict`
[error] invalid-argument-type - :197:50 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Dict`

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 | Unknown`

src/prefect/cli/cloud/ip_allowlist.py

[error] invalid-argument-type - :107:9 - Argument is incorrect: Expected `IPvAnyNetworkType`, 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 - :355: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/client/schemas/schedules.py

[error] call-non-callable - :147:23 - Object of type `object` is not callable

src/prefect/deployments/runner.py

[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`

src/prefect/filesystems.py

[error] unsupported-operator - :155:13 - Operator `/` is unsupported between objects of type `str | None | Unknown` and `Path`
[error] unsupported-operator - :157:51 - Operator `/` is unsupported between objects of type `str | None | Unknown` and `Path`
[error] invalid-argument-type - :162:18 - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None | Unknown`
[error] invalid-argument-type - :162:29 - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `StrPath` of type variable `_StrPathT`
[error] unsupported-operator - :190:13 - Operator `/` is unsupported between objects of type `str | None | Unknown` and `Path`
[error] unsupported-operator - :191:23 - Operator `/` is unsupported between objects of type `str | None | Unknown` and `Path`
[error] invalid-argument-type - :198:61 - Argument to bound method `relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None | Unknown`
[error] invalid-argument-type - :206:18 - Argument to function `copytree` is incorrect: Expected `str | PathLike[str]`, found `str | None | Unknown`
[error] invalid-argument-type - :206:29 - Argument to function `copytree` is incorrect: Argument type `str | None` does not satisfy upper bound `StrPath` 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`

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/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/server/events/actions.py

[error] invalid-argument-type - :465:54 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `DateTime`

src/prefect/server/events/triggers.py

[error] invalid-argument-type - :340:17 - Argument is incorrect: Expected `ServerTriggerTypes`, found `CompositeTrigger`
[error] invalid-argument-type - :391:17 - Argument is incorrect: Expected `ServerTriggerTypes`, found `CompositeTrigger`
[error] invalid-argument-type - :1074:65 - Argument to function `automation_changed` is incorrect: Expected `Literal["automation__created", "automation__updated", "automation__deleted"]`, found `@Todo | str`

src/prefect/tasks.py

[error] invalid-argument-type - :775:13 - Argument to bound method `__init__` is incorrect: Expected `(() -> str) | TaskRunNameCallbackWithParameters | str | None`, found `((() -> str) & ~<class 'NotSet'>) | TaskRunNameCallbackWithParameters | str | ... omitted 3 union elements`

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

psycopg/psycopg/_copy.py

[error] invalid-argument-type - :201:39 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`
[error] invalid-argument-type - :275:33 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`

psycopg/psycopg/_copy_async.py

[error] invalid-argument-type - :200:39 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`
[error] invalid-argument-type - :276:39 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`

psycopg/psycopg/_server_cursor_base.py

[error] invalid-assignment - :213:13 - Object of type `str` is not assignable to `Query`
[error] invalid-argument-type - :215:29 - Argument to bound method `__init__` is incorrect: Expected `LiteralString`, found `LiteralString | (bytes & ~Composable) | (Template & ~Composable)`

psycopg/psycopg/_copy_base.py

[error] invalid-argument-type - :262:16 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[None, Literal[19], None]` on object of type `Buffer`
[error] invalid-argument-type - :267:20 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Literal[19], None, None]` on object of type `Buffer`
[error] invalid-argument-type - :367:24 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`

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]`
[warning] unused-ignore-comment - :155:60 - Unused blanket `type: ignore` directive

psycopg/psycopg/errors.py

[warning] possibly-missing-attribute - :537:20 - Attribute `error_field` on type `PGresult | dict[int, bytes | None] | None` may be missing

psycopg/psycopg/types/array.py

[error] invalid-argument-type - :462:23 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`

psycopg/psycopg/types/composite.py

[error] invalid-argument-type - :228:31 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`

psycopg/psycopg/types/datetime.py

[error] invalid-argument-type - :250:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[None, Literal[4], None]` on object of type `Buffer`
[error] invalid-argument-type - :251:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Literal[5], Literal[7], None]` on object of type `Buffer`
[error] invalid-argument-type - :252:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Literal[8], None, None]` on object of type `Buffer`
[error] invalid-argument-type - :254:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[None, Literal[2], None]` on object of type `Buffer`
[error] invalid-argument-type - :255:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Literal[3], Literal[5], None]` on object of type `Buffer`
[error] invalid-argument-type - :256:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Literal[6], None, None]` on object of type `Buffer`
[error] invalid-argument-type - :258:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[None, Literal[2], None]` on object of type `Buffer`
[error] invalid-argument-type - :259:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Literal[3], Literal[5], None]` on object of type `Buffer`
[error] invalid-argument-type - :260:18 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Literal[6], None, None]` on object of type `Buffer`

psycopg/psycopg/types/multirange.py

[error] invalid-argument-type - :353:42 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`

psycopg/psycopg/types/numeric.py

[error] invalid-argument-type - :329:38 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `int` on object of type `Buffer`
[error] invalid-argument-type - :329:56 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `int` on object of type `Buffer`

psycopg/psycopg/types/range.py

[error] invalid-argument-type - :517:17 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `Literal[0]` on object of type `Buffer`
[error] invalid-argument-type - :529:20 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`
[error] invalid-argument-type - :537:20 - Method `__getitem__` of type `(Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytearray]) | (Overload[(key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Unknown, (key: slice[Any, Any, Any], /) -> memoryview[Unknown]])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `Buffer`

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 - :1377: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 - :153:17 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `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 - :541: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 - :38:5 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `int | None`
[error] invalid-assignment - :71:5 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `tuple[int, int] | None`
[error] invalid-assignment - :123:5 - Object of type `int | float | str | ... omitted 8 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/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/search.py

[warning] possibly-missing-attribute - :242:17 - Attribute `encode` on type `Unknown | bytes` may be missing
[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` on type `Unknown | bytes` may be missing

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/exception.py

[error] call-non-callable - :90:13 - Object of type `None` is not callable

pwndbg/integration/binja.py

[error] invalid-assignment - :104:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `str`
[error] invalid-argument-type - :123:48 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type[BaseException] | None`
[error] unresolved-attribute - :124:16 - Type `None` has no attribute `args`
[warning] possibly-missing-attribute - :124:43 - Attribute `args` on type `BaseException | None` may be missing
[warning] possibly-missing-attribute - :133:63 - Attribute `__qualname__` on type `type[BaseException] | None` may be missing
[error] invalid-assignment - :230:5 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `list[int]`
[error] invalid-assignment - :394:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `str | None`
[error] invalid-assignment - :397:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `tuple[str, int] | None`
[error] invalid-assignment - :404:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `tuple[str, int] | None`
[error] invalid-assignment - :416:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `str`
[error] invalid-assignment - :417:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `str`
[error] invalid-assignment - :432:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `list[str]`
[error] invalid-assignment - :438:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `list[tuple[int, list[tuple[str, str]]]] | None`
[error] invalid-assignment - :516:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `tuple[tuple[str, int, str], list[tuple[str, int, str]]]`
[error] invalid-assignment - :553:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `tuple[int, str, int] | None`

pwndbg/integration/ida.py

[error] invalid-argument-type - :96:49 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type[BaseException] | None`
[warning] possibly-missing-attribute - :97:16 - Attribute `args` on type `BaseException | None` may be missing
[warning] possibly-missing-attribute - :97:44 - Attribute `args` on type `BaseException | None` may be missing
[warning] possibly-missing-attribute - :106:58 - Attribute `__qualname__` on type `type[BaseException] | None` may be missing
[error] invalid-assignment - :207:5 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `int`
[error] invalid-assignment - :208:5 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `int`
[error] invalid-assignment - :269:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `bytes | None`
[error] invalid-assignment - :514:9 - Object of type `int | float | str | ... omitted 8 union elements` is not assignable to `dict[Any, Any]`

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`

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

lib/Crypto/Util/_raw_api.py

[error] invalid-argument-type - :125:47 - Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :125:47 - Argument to function `max` is incorrect: Expected `int`, found `Unknown | None`

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

pydantic/_internal/_decorators.py

[error] invalid-type-form - :215: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 - :685: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 - :704: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 - :716:39 - Unused blanket `type: ignore` directive
[error] invalid-type-form - :720: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 - :2477:1 -
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, @Todo, /) -> @Todo]`
New: Object of type `dict[Unknown | tuple[str, str], Unknown | ((f, schema) -> Unknown) | ((f, _) -> Unknown)]` is not assignable to `Mapping[tuple[FieldValidatorModes, Literal["no-info", "with-info"]], ((...) -> Any, @Todo, /) -> @Todo]`

pydantic/_internal/_schema_gather.py

[error] invalid-argument-type - :101:25 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :102:27 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["definitions"]` on object of type `AllSchemas`
[error] invalid-argument-type - :106:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["items_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :109:22 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["items_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :113:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["keys_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :115:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["values_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :117:23 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["choices"]` on object of type `AllSchemas`
[error] invalid-argument-type - :123:18 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["choices"]` on object of type `AllSchemas`
[error] invalid-argument-type - :126:21 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["steps"]` on object of type `AllSchemas`
[error] invalid-argument-type - :129:25 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["lax_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :130:25 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["strict_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :132:25 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["json_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :133:25 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["python_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :136:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["extras_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :138:22 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["computed_fields"]` on object of type `AllSchemas`
[error] invalid-argument-type - :140:18 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["fields"]` on object of type `AllSchemas`
[error] invalid-argument-type - :144:22 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["computed_fields"]` on object of type `AllSchemas`
[error] invalid-argument-type - :146:18 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["fields"]` on object of type `AllSchemas`
[error] invalid-argument-type - :149:18 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["arguments_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :152:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["var_args_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :154:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["var_kwargs_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :156:18 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["arguments_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :159:25 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["arguments_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :166:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :168:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["json_schema_input_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :174:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["json_schema_input_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :180:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :182:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["json_schema_input_schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :185:29 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["schema"]` on object of type `AllSchemas`
[error] invalid-argument-type - :188:25 - Method `__getitem__` of type `@Todo | (Overload[(key: Literal["type"], /) -> Literal["computed-field"], (key: Literal["property_name"], /) -> str, (key: Literal["return_schema"], /) -> @Todo, (key: Literal["alias"], /) -> str, (key: Literal["metadata"], /) -> dict[str, Any]])` cannot be called with key of type `Literal["serialization"]` on object of type `AllSchemas`
[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 - :32:35 - Operator `|` is unsupported between objects of type `<class 'Mapping[int, Any]'>` and `<class 'Mapping[str, Any]'>`
[error] unsupported-operator - :33:36 - Operator `|` is unsupported between objects of type `<class 'AbstractSet[int]'>` and `<class 'AbstractSet[str]'>`
[warning] unused-ignore-comment - :98:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :290: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/fields.py

[error] invalid-parameter-default - :872:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `JsonDict | ((JsonDict, /) -> None) | None`
[error] invalid-parameter-default - :912:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `JsonDict | ((JsonDict, /) -> None) | None`
[error] invalid-parameter-default - :955:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `JsonDict | ((JsonDict, /) -> None) | None`
[error] invalid-parameter-default - :995:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `JsonDict | ((JsonDict, /) -> None) | None`
[error] invalid-parameter-default - :1038:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `JsonDict | ((JsonDict, /) -> None) | None`
[error] invalid-parameter-default - :1077:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `JsonDict | ((JsonDict, /) -> None) | None`
[error] invalid-parameter-default - :1117:5 - Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `JsonDict | ((JsonDict, /) -> None) | None`
[error] invalid-parameter-default - :871:5 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `deprecated | str | bool | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `Deprecated | str | bool | None`
[error] invalid-parameter-default - :911:5 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `deprecated | str | bool | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `Deprecated | str | bool | None`
[error] invalid-parameter-default - :954:5 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `deprecated | str | bool | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `Deprecated | str | bool | None`
[error] invalid-parameter-default - :994:5 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `deprecated | str | bool | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `Deprecated | str | bool | None`
[error] invalid-parameter-default - :1037:5 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `deprecated | str | bool | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `Deprecated | str | bool | None`
[error] invalid-parameter-default - :1076:5 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `deprecated | str | bool | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `Deprecated | str | bool | None`
[error] invalid-parameter-default - :1116:5 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `deprecated | str | bool | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `Deprecated | str | bool | 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:12 -
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: @Todo | partial[Any] | partialmethod[Any]) -> PydanticDescriptorProxy[Any]`
[error] invalid-return-type - :414:16 -
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] no-matching-overload - :1666:13 - No overload of bound method `update` matches arguments

pydantic/v1/fields.py

[error] invalid-argument-type - :684:33 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.List`
[error] invalid-argument-type - :694:33 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Set`
[error] invalid-argument-type - :704:33 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.FrozenSet`
[error] invalid-argument-type - :714:33 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Deque`
[error] invalid-argument-type - :725:33 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.DefaultDict`
[error] invalid-argument-type - :729:33 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Counter`
[warning] unused-ignore-comment - :666:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :743:41 - Unused blanket `type: ignore` directive

pydantic/v1/schema.py

[error] invalid-argument-type - :1059:35 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.List`
[error] invalid-argument-type - :1072:35 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Set`
[error] invalid-argument-type - :1076:35 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.FrozenSet`
[error] invalid-argument-type - :1084:35 - Argument to function `issubclass` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Dict`
[warning] unused-ignore-comment - :1081:44 - Unused blanket `type: ignore` directive

pydantic/v1/types.py

[error] invalid-argument-type - :650:34 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `typing.Callable`

pydantic/v1/utils.py

[warning] unused-ignore-comment - :176:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :183:75 - Unused blanket `type: ignore` directive

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

pyinstrument/session.py

[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 - Method `__setitem__` of type `Unknown | (bound method Stash.__setitem__[T](key: StashKey[T@__setitem__], value: T@__setitem__) -> None)` cannot be called with a key of type `StashKey[IO[bytes]]` and a value of type `TextIOWrapper[_WrappedBuffer]` on object of type `Unknown | 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 - :1520:20 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/_pytest/_code/source.py

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

src/_pytest/fixtures.py

[error] invalid-argument-type - :1917: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/skipping.py

[error] invalid-argument-type - :288:56 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `type[BaseException] | tuple[type[BaseException], ...] | AbstractRaises[BaseException]`

src/_pytest/terminal.py

[error] invalid-argument-type - :1557:46 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `object`

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/__init__.py

[warning] unused-ignore-comment - :4112:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4278:56 - Unused blanket `type: ignore` directive

chess/polyglot.py

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

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

adodbapi/apibase.py

[error] call-non-callable - :556:19 - Object of type `None` is not callable

com/win32comext/adsi/demos/test.py

[error] invalid-argument-type - :235:27 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

com/win32comext/shell/demos/walk_shell_folders.py

[error] invalid-exception-caught - :9:12 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :18:20 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

win32/Lib/win32rcparser.py

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

Pythonwin/pywin/debugger/debugger.py

[warning] possibly-missing-attribute - :825:21 - Attribute `f_back` on type `FrameType | None` may be missing
[warning] possibly-missing-attribute - :825:21 - Attribute `tb_frame` on type `TracebackType | None` may be missing

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:19 -
Old: Attribute `template` on type `TextIO | @Todo` may be missing
New: Attribute `template` on type `TextIO | Any` may be missing
[warning] possibly-missing-attribute - :122:9 -
Old: Attribute `template` on type `TextIO | @Todo` may be missing
New: Attribute `template` on type `TextIO | Any` may be missing
[warning] possibly-missing-attribute - :137:9 -
Old: Attribute `template` on type `TextIO | @Todo` may be missing
New: Attribute `template` on type `TextIO | Any` may be missing

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:30 -
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/client/connect.py

[error] invalid-exception-caught - :21:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

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/server/policy.py

[error] invalid-exception-caught - :692:24 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32com/server/register.py

[error] invalid-exception-caught - :676:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32com/server/util.py

[error] call-non-callable - :28:14 - Object of type `object` is not callable

com/win32com/test/errorSemantics.py

[error] invalid-exception-caught - :213:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :228:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32com/test/pippo_server.py

[error] invalid-exception-caught - :74:12 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32com/test/testExchange.py

[error] invalid-exception-caught - :102:12 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32com/test/testShell.py

[error] invalid-argument-type - :79:42 -
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/win32com/test/testvb.py

[error] invalid-argument-type - :172:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

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] invalid-exception-caught - :311:12 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :545:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32comext/adsi/demos/search.py

[error] invalid-exception-caught - :99:24 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32comext/axdebug/debugger.py

[warning] possibly-missing-attribute - :158:21 - Attribute `tb_frame` on type `TracebackType | None` may be missing

com/win32comext/axdebug/util.py

[error] unresolved-attribute - :86:21 - Type `BaseException | None` has no attribute `scode`
[error] unresolved-attribute - :88:29 - Type `BaseException | None` has no attribute `description`

com/win32comext/axscript/client/framework.py

[error] unresolved-attribute - :1210:17 - Type `com_error` has no attribute `hresult`
[error] unresolved-attribute - :1213:38 - Type `com_error` has no attribute `hresult`

com/win32comext/bits/test/show_all_jobs.py

[error] invalid-exception-caught - :26:8 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

com/win32comext/shell/demos/browse_for_folder.py

[error] invalid-exception-caught - :20:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

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

[error] invalid-exception-caught - :122:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)
[error] invalid-exception-caught - :136:16 - Cannot catch object of type `error` in an exception handler (must be a `BaseException` subclass or a tuple of `BaseException` subclasses)

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/rastest.py

[error] invalid-argument-type - :75:25 -
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:59 -
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:65 -
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 - :231:64 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`
[error] invalid-argument-type - :167:64 -
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/scripts/rasutil.py

[error] invalid-argument-type - :39:56 -
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:77 -
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:13 -
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 - :251:5 -
Old: Attribute `reconfigure` on type `TextIO | @Todo` may be missing
New: Attribute `reconfigure` on type `TextIO | Any` may be missing

rclip/model.py

[error] non-subscriptable - :14:17 - Cannot subscript object of type `NDArray` with no `__getitem__` method

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/tests/conftest.py

[warning] unused-ignore-comment - :306:47 - 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/sourceline.py

[error] invalid-argument-type - :203:25 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-assignment - :26:9 - Object of type `bytes` is not assignable to `str`

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

src/schemathesis/specs/openapi/patterns.py

[error] invalid-argument-type - :346:13 -
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[Unknown]] | Iterable[Unknown] | tuple[int, Unknown, Unknown] | tuple[int | None, int, int, Unknown]] | ... 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/datasets/_olivetti_faces.py

[error] call-non-callable - :169:13 - Object of type `object` is not callable

sklearn/preprocessing/_label.py

[error] no-matching-overload - :831:15 - No overload of function `sorted` matches arguments

sklearn/semi_supervised/_label_propagation.py

[warning] possibly-missing-attribute - :632:13 - Attribute `flat` on type `(Unknown & ~SparseABC) | _ScaledLinearOperator[Any]` may be missing

sklearn/_build_utils/tempita.py

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

sklearn/_loss/tests/test_loss.py

[error] no-matching-overload - :926:15 - No overload of function `newton` matches arguments

sklearn/calibration.py

[error] non-subscriptable - :1255:30 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] invalid-argument-type - :1257:66 - Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any] | @Todo`
[error] invalid-argument-type - :1258:66 - Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any] | @Todo`
[error] invalid-argument-type - :1259:51 - Argument to function `len` is incorrect: Expected `Sized`, found `floating[Any] | @Todo`

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/cluster/tests/test_hierarchical.py

[error] invalid-argument-type - :349:40 - Argument to function `linkage` is incorrect: Expected `Literal["single", "complete", "average", "weighted", "centroid", "median", "ward"]`, found `str`

sklearn/cluster/tests/test_k_means.py

[error] unresolved-attribute - :1049:15 - Type `spmatrix[float64]` has no attribute `toarray`
[error] unresolved-attribute - :1058:9 - Type `spmatrix[float64]` has no attribute `data`
[error] unresolved-attribute - :1058:24 - Type `spmatrix[float64]` has no attribute `indices`
[error] unresolved-attribute - :1074:15 - Type `spmatrix[float64]` has no attribute `toarray`

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] non-subscriptable - :247:37 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

sklearn/datasets/_openml.py

[error] invalid-argument-type - :71:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Exception`

sklearn/datasets/_samples_generator.py

[error] invalid-argument-type - :523:22 - Argument to bound method `update` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[@Todo]`

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`

sklearn/decomposition/tests/test_truncated_svd.py

[error] unresolved-attribute - :19:5 - Type `spmatrix[float64]` has no attribute `data`
[error] unresolved-attribute - :19:28 - Type `spmatrix[float64]` has no attribute `data`

sklearn/ensemble/_iforest.py

[error] no-matching-overload - :571:18 - No overload matches arguments
[error] no-matching-overload - :598: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/_numpydoc/docscrape.py

[error] invalid-argument-type - :687:38 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`
[error] invalid-argument-type - :745:30 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

sklearn/externals/array_api_compat/common/_helpers.py

[warning] possibly-missing-attribute - :735:27 - Attribute `_meta` on type `@Todo | SupportsArrayNamespace[Any]` may be missing

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/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/impute/_base.py

[error] invalid-argument-type - :516:47 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`
[error] invalid-argument-type - :589:35 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

sklearn/linear_model/_glm/glm.py

[error] invalid-argument-type - :212:53 - Argument to function `min` is incorrect: Argument type `<class 'float64'>` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

sklearn/linear_model/tests/test_coordinate_descent.py

[error] call-non-callable - :1054:17 - Object of type `object` is not callable
[error] call-non-callable - :1055:17 - Object of type `object` is not callable

sklearn/linear_model/tests/test_sparse_coordinate_descent.py

[error] unresolved-attribute - :384:5 - Unresolved attribute `data` on type `spmatrix[float64]`.
[error] unresolved-attribute - :384:40 - Type `spmatrix[float64]` has no attribute `data`

sklearn/manifold/tests/test_t_sne.py

[error] no-matching-overload - :346:13 - No overload of function `squareform` matches arguments

sklearn/metrics/_classification.py

[error] invalid-argument-type - :2459:18 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | @Todo | None`
[error] invalid-argument-type - :2459: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 - :2475:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`

sklearn/model_selection/tests/test_split.py

[error] call-non-callable - :1283:19 - Object of type `object` is not callable
[error] call-non-callable - :1284:20 - Object of type `object` is not callable

sklearn/neighbors/tests/test_nca.py

[error] call-non-callable - :523:17 - Object of type `object` is not callable

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/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/tree/tests/test_monotonic_tree.py

[error] call-non-callable - :372:16 - Object of type `object` is not callable
[error] call-non-callable - :372:42 - Object of type `object` is not callable
[error] call-non-callable - :373:16 - Object of type `object` is not callable
[error] call-non-callable - :373:42 - Object of type `object` is not callable

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

sklearn/utils/tests/test_missing.py

[error] call-non-callable - :13:10 - Object of type `object` is not callable

sklearn/utils/tests/test_sparsefuncs.py

[error] no-matching-overload - :943:19 - No overload of function `norm` matches arguments

sklearn/utils/tests/test_stats.py

[error] call-non-callable - :218:10 - Object of type `object` is not callable

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/fft/tests/test_helper.py

[error] call-non-callable - :74:17 - Object of type `object` is not callable
[error] call-non-callable - :74:17 - Object of type `object` is not callable
[error] call-non-callable - :74:17 - Object of type `object` is not callable
[error] call-non-callable - :149:17 - Object of type `object` is not callable
[error] call-non-callable - :149:17 - Object of type `object` is not callable
[error] call-non-callable - :149:17 - Object of type `object` is not callable

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/io/_idl.py

[error] call-non-callable - :97:12 - Object of type `object` is not callable
[error] call-non-callable - :122:12 - Object of type `object` is not callable
[error] call-non-callable - :127:12 - Object of type `object` is not callable
[error] call-non-callable - :132:12 - Object of type `object` is not callable
[error] call-non-callable - :137:12 - Object of type `object` is not callable
[error] call-non-callable - :198:16 - Object of type `object` is not callable

scipy/io/tests/test_fortran.py

[error] call-non-callable - :114:32 - Object of type `object` is not callable
[error] call-non-callable - :114:47 - Object of type `object` is not callable

scipy/io/tests/test_idl.py

[error] call-non-callable - :44:36 - Object of type `object` is not callable
[error] call-non-callable - :52:33 - Object of type `object` is not callable
[error] call-non-callable - :64:33 - Object of type `object` is not callable
[error] call-non-callable - :72:33 - Object of type `object` is not callable
[error] call-non-callable - :97:34 - Object of type `object` is not callable
[error] call-non-callable - :101:34 - Object of type `object` is not callable
[error] call-non-callable - :109:34 - Object of type `object` is not callable
[error] call-non-callable - :118:33 - Object of type `object` is not callable
[error] call-non-callable - :119:33 - Object of type `object` is not callable
[error] call-non-callable - :128:36 - Object of type `object` is not callable
[error] call-non-callable - :128:56 - Object of type `object` is not callable
[error] call-non-callable - :175:48 - Object of type `object` is not callable
[error] call-non-callable - :178:48 - Object of type `object` is not callable
[error] call-non-callable - :185:53 - Object of type `object` is not callable
[error] call-non-callable - :188:53 - Object of type `object` is not callable
[error] call-non-callable - :196:36 - Object of type `object` is not callable
[error] call-non-callable - :202:36 - Object of type `object` is not callable
[error] call-non-callable - :210:42 - Object of type `object` is not callable
[error] call-non-callable - :210:62 - Object of type `object` is not callable
[error] call-non-callable - :236:46 - Object of type `object` is not callable
[error] call-non-callable - :237:46 - Object of type `object` is not callable
[error] call-non-callable - :268:54 - Object of type `object` is not callable
[error] call-non-callable - :269:54 - Object of type `object` is not callable
[error] call-non-callable - :314:37 - Object of type `object` is not callable
[error] call-non-callable - :320:37 - Object of type `object` is not callable
[error] call-non-callable - :326:37 - Object of type `object` is not callable
[error] call-non-callable - :332:37 - Object of type `object` is not callable
[error] call-non-callable - :338:37 - Object of type `object` is not callable
[error] call-non-callable - :344:37 - Object of type `object` is not callable
[error] call-non-callable - :350:37 - Object of type `object` is not callable
[error] call-non-callable - :356:37 - Object of type `object` is not callable
[error] call-non-callable - :365:49 - Object of type `object` is not callable
[error] call-non-callable - :366:49 - Object of type `object` is not callable
[error] call-non-callable - :373:36 - Object of type `object` is not callable
[error] call-non-callable - :375:36 - Object of type `object` is not callable
[error] call-non-callable - :381:30 - Object of type `object` is not callable
[error] call-non-callable - :389:42 - Object of type `object` is not callable
[error] call-non-callable - :391:42 - Object of type `object` is not callable
[error] call-non-callable - :411:46 - Object of type `object` is not callable
[error] call-non-callable - :413:46 - Object of type `object` is not callable
[error] call-non-callable - :434:39 - Object of type `object` is not callable
[error] call-non-callable - :436:39 - Object of type `object` is not callable
[error] call-non-callable - :448:33 - Object of type `object` is not callable

scipy/io/tests/test_netcdf.py

[error] call-non-callable - :460:41 - Object of type `object` is not callable
[error] call-non-callable - :481:45 - Object of type `object` is not callable

scipy/linalg/_decomp_qz.py

[error] call-non-callable - :419:37 - Object of type `object` is not callable
[error] call-non-callable - :437:37 - Object of type `object` is not callable

scipy/linalg/tests/test_decomp_lu.py

[error] call-non-callable - :122:61 - Object of type `object` is not callable
[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/ndimage/tests/test_interpolation.py

[error] no-matching-overload - :100:29 - No overload of function `pad` matches arguments
[error] no-matching-overload - :462:20 - No overload of function `pad` matches arguments
[error] no-matching-overload - :1194:31 - No overload of function `pad` 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] non-subscriptable - :5:17 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :5:39 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :6:16 - Cannot subscript object of type `NDArray` with no `__getitem__` method
[error] non-subscriptable - :6:40 - Cannot subscript object of type `NDArray` with no `__getitem__` method

scipy/signal/tests/test_waveforms.py

[error] call-non-callable - :386:50 - Object of type `object` is not callable
[error] call-non-callable - :396:73 - Object of type `object` is not callable

scipy/special/tests/test_logit.py

[error] call-non-callable - :16:30 - Object of type `object` is not callable
[error] call-non-callable - :16:50 - Object of type `object` is not callable
[error] call-non-callable - :17:30 - Object of type `object` is not callable

scipy/stats/_ksstats.py

[error] call-non-callable - :74:19 - Object of type `object` is not callable
[error] call-non-callable - :75:19 - Object of type `object` is not callable
[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", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | 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 object of type `signedinteger[@Todo]` with no `__setitem__` method
[error] invalid-assignment - :242:9 - Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
[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 object of type `signedinteger[@Todo]` with no `__setitem__` method
[error] invalid-assignment - :449:13 - Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method

scipy/stats/tests/test_quantile.py

[warning] possibly-missing-implicit-call - :33:5 - Method `__setitem__` of type `Unknown | floating[Any]` may be missing

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`

doc/source/conf.py

[error] invalid-argument-type - :489:36 - Argument to function `getsourcefile` is incorrect: Expected `ModuleType | type[Any] | MethodType | ... omitted 5 union elements`, found `~<Protocol with members '__wrapped__'> | type[@Todo]`
[error] invalid-argument-type - :501:49 - Argument to function `getsourcelines` is incorrect: Expected `ModuleType | type[Any] | MethodType | ... omitted 5 union elements`, found `~<Protocol with members '__wrapped__'> | type[@Todo]`

doc/source/tutorial/examples/gaussian_filter_plot1.py

[error] call-non-callable - :21:14 - Object of type `object` is not callable

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/_docscrape.py

[error] invalid-argument-type - :689:38 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`
[error] invalid-argument-type - :747:30 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

scipy/_lib/_util.py

[error] invalid-assignment - :40:13 - Object of type `uint` is not assignable to `type`
[error] invalid-assignment - :43:5 - Object of type `uint` is not assignable to `type`
[warning] unused-ignore-comment - :37:34 - Unused blanket `type: ignore` directive

scipy/_lib/cobyqa/cobyqa/main.py

[error] invalid-argument-type - :1505:26 - Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :1505:26 - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :1505:26 - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/problem.py

[error] invalid-argument-type - :75:38 - Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :75:38 - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :75:38 - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :469:38 - Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :469:38 - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :469:38 - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`

scipy/_lib/cobyqa/cobyqa/tests/test_problem.py

[error] invalid-argument-type - :63:30 - Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :63:30 - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :63:30 - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :226:30 - Argument to function `printoptions` is incorrect: Expected `((...) -> str) | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :226:30 - Argument to function `printoptions` is incorrect: Expected `Literal["-", "+", " "] | None`, found `Unknown | int | dict[Unknown | str, Unknown | ((x) -> Unknown)]`
[error] invalid-argument-type - :226:30 - Argument to function `printoptions` is incorrect: Expected `Literal["fixed", "unique", "maxprec", "maxprec_equal"] | 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] invalid-argument-type - :412:18 - Argument to function `max` is incorrect: Argument type `Unknown | None | int` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :412:18 - Argument to function `max` is incorrect: Expected `int`, found `Unknown | None | int`

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/geometry.py

[error] unsupported-operator - :155:16 -
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:16 -
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] invalid-argument-type - :93:40 - Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :93:40 - Argument to function `max` is incorrect: Expected `Literal[200]`, found `Unknown | None`
[error] no-matching-overload - :178:42 - No overload of function `amin` matches arguments
[error] unsupported-operator - :103:12 - Operator `>` is not supported for types `None` and `int`, in comparing `Literal[2000, 200] | Unknown | None` with `Unknown | int | float`
[error] unsupported-operator - :111:18 - Operator `<` is not supported for types `int` and `None`, in comparing `Unknown | int | None` with `Unknown | None`
[error] invalid-argument-type - :111:32 - Argument to function `min` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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, ...], dtype[typing.TypeVar]]`
[error] invalid-argument-type - :294:63 - Argument to function `isbetter` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[typing.TypeVar]]`

scipy/_lib/tests/test__util.py

[error] call-non-callable - :241:39 - Object of type `object` is not callable

scipy/fft/_pocketfft/tests/test_real_transforms.py

[error] call-non-callable - :24:23 - Object of type `object` is not callable
[error] invalid-assignment - :211:1 - Object of type `dict[Unknown | tuple[partial[Unknown], <class 'float64'>, int] | tuple[partial[Unknown], float32, int], Unknown | int]` is not assignable to `dict[tuple[(...) -> ndarray[tuple[Any, ...], Unknown], type[floating[Any]] | type[int], int], int]`
[error] invalid-assignment - :267:9 - Method `__setitem__` of type `bound method dict[tuple[(...) -> ndarray[tuple[Any, ...], Unknown], type[floating[Any]] | type[int], int], int].__setitem__(key: tuple[(...) -> ndarray[tuple[Any, ...], Unknown], type[floating[Any]] | type[int], int], value: int, /) -> None` cannot be called with a key of type `tuple[(...) -> ndarray[tuple[Any, ...], Unknown], longdouble, int]` and a value of type `int` on object of type `dict[tuple[(...) -> ndarray[tuple[Any, ...], Unknown], type[floating[Any]] | type[int], int], int]`

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", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | 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", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | None`, found `list[Unknown | str]`

scipy/interpolate/_fitpack_repro.py

[error] invalid-argument-type - :1311:27 -
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/tests/test_bsplines.py

[error] non-subscriptable - :3211:25 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method
[error] non-subscriptable - :3211:31 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method
[error] invalid-argument-type - :3211:65 - Argument to function `len` is incorrect: Expected `Sized`, found `signedinteger[@Todo]`
[error] non-subscriptable - :3212:25 - Cannot subscript object of type `signedinteger[@Todo]` with no `__getitem__` method

scipy/io/matlab/_mio5.py

[error] call-non-callable - :857:46 - Object of type `object` is not callable

scipy/linalg/tests/test_basic.py

[error] call-non-callable - :1477:56 - Object of type `object` is not callable

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 object of type `signedinteger[@Todo]` with no `__setitem__` method
[error] invalid-assignment - :977:9 - Cannot assign to object of type `signedinteger[@Todo]` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :984:5 - Method `__setitem__` of type `signedinteger[@Todo] | @Todo` may be missing

scipy/ndimage/tests/test_measurements.py

[error] invalid-argument-type - :429:28 -
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/_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 - :5319:19 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`
[error] invalid-argument-type - :5320:22 - Argument to function `any` is incorrect: Expected `Iterable[object]`, found `bool[bool]`

scipy/signal/tests/test_ltisys.py

[error] no-matching-overload - :770:34 - No overload of function `array` matches arguments
[error] call-non-callable - :770:34 - Object of type `object` is not callable
[error] no-matching-overload - :771:29 - No overload of function `array` matches arguments
[error] call-non-callable - :771:29 - Object of type `object` is not callable
[error] no-matching-overload - :773:39 - No overload of function `array` matches arguments
[error] call-non-callable - :773:39 - Object of type `object` is not callable
[error] no-matching-overload - :774:53 - No overload of function `array` matches arguments
[error] call-non-callable - :774:53 - Object of type `object` is not callable
[error] no-matching-overload - :776:39 - No overload of function `array` matches arguments
[error] call-non-callable - :776:39 - Object of type `object` is not callable
[error] no-matching-overload - :777:53 - No overload of function `array` matches arguments
[error] call-non-callable - :777:53 - Object of type `object` is not callable
[error] unsupported-operator - :780:17 -
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 | Unknown` and `StateSpace`
[error] no-matching-overload - :780:17 - No overload of function `array` matches arguments
[error] call-non-callable - :780:17 - Object of type `object` is not callable

scipy/signal/tests/test_short_time_fft.py

[error] invalid-argument-type - :254:40 -
Old: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, Unknown], /) -> ndarray[@Todo, Unknown]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
New: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], Unknown], /) -> ndarray[tuple[Any, ...], Unknown]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - :258:40 -
Old: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[@Todo, Unknown], /) -> ndarray[@Todo, Unknown]) | Literal["linear", "constant"] | None`, found `int | float`
New: Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], Unknown], /) -> ndarray[tuple[Any, ...], Unknown]) | Literal["linear", "constant"] | None`, found `int | float`
[error] invalid-argument-type - :439:37 -
Old: Argument to bound method `__init__` is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `int | str | None`
New: Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `int | str | None`

scipy/signal/tests/test_signaltools.py

[error] no-matching-overload - :470:28 - No overload of function `convolve` matches arguments
[error] invalid-argument-type - :1830:42 - Argument to function `__new__` is incorrect: Expected `Sequence[Literal["buffered", "c_index", "copy_if_overlap", "common_dtype", "delay_bufalloc", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :1831:25 - Argument to function `__new__` is incorrect: Expected `Sequence[Sequence[Literal["aligned", "allocate", "arraymask", "copy", "config", "nbo", "no_subtype", "no_broadcast", "overlap_assume_elementwise", "readonly", "readwrite", "updateifcopy", "virtual", "writeonly", "writemasked"]]] | None`, found `list[Unknown | list[Unknown | str]]`
[error] no-matching-overload - :2714:30 - No overload of function `correlate` matches arguments
[error] no-matching-overload - :2720:34 - No overload of function `correlate` matches arguments
[error] non-subscriptable - :3186: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 `uint`
[error] invalid-return-type - :341:16 -
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[_NBitIntP]'>`

scipy/sparse/csgraph/tests/test_graph_laplacian.py

[error] unsupported-operator - :167:10 - Operator `+` is unsupported between objects of type `tuple[<class 'signedinteger[_NBitIntC]'>, type, <class 'signedinteger[_NBitLongLong]'>]` and `tuple[float32, <class 'float64'>, longdouble]`
[error] unsupported-operator - :359:24 - Operator `in` is not supported for types `Unknown` and `tuple[<class 'signedinteger[_NBitIntC]'>, type, <class 'signedinteger[_NBitLongLong]'>]`

scipy/sparse/linalg/_eigen/lobpcg/tests/test_lobpcg.py

[error] unsupported-operator - :31:13 - Operator `+` is unsupported between objects of type `tuple[<class 'signedinteger[_NBitIntC]'>, type, <class 'signedinteger[_NBitLongLong]'>, uintc, type, ulonglong]` and `tuple[float32 | <class 'float64'> | longdouble | ... omitted 3 union elements, ...]`

scipy/sparse/linalg/_expm_multiply.py

[error] invalid-argument-type - :557:22 - Argument to function `max` is incorrect: Argument type `None | Unknown` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :557:22 - Argument to function `max` is incorrect: Expected `Literal[1]`, found `None | Unknown`

scipy/sparse/linalg/tests/test_expm_multiply.py

[error] unsupported-operator - :25:10 - Operator `+` is unsupported between objects of type `tuple[<class 'signedinteger[_NBitIntC]'>, type, <class 'signedinteger[_NBitLongLong]'>, float32, <class 'float64'>, longdouble]` and `tuple[complex64, <class 'complex128'>, clongdouble]`
[error] unsupported-operator - :340:8 - Operator `in` is not supported for types `Unknown` and `tuple[<class 'signedinteger[_NBitIntC]'>, type, <class 'signedinteger[_NBitLongLong]'>, float32, <class 'float64'>, longdouble]`
[error] unsupported-operator - :346:8 - Operator `in` is not supported for types `Unknown` and `tuple[<class 'signedinteger[_NBitIntC]'>, type, <class 'signedinteger[_NBitLongLong]'>, float32, <class 'float64'>, longdouble]`

scipy/sparse/tests/test_base.py

[error] unresolved-attribute - :486:46 - Type `bool[bool]` has no attribute `toarray`
[error] unresolved-attribute - :546:46 - Type `bool[bool]` has no attribute `toarray`
[error] unresolved-attribute - :606:46 - Type `bool[bool]` has no attribute `toarray`
[error] unresolved-attribute - :662:46 - 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 - :423: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 - :2387:9 - No overload of function `asarray` matches arguments
[error] no-matching-overload - :2527:9 - No overload of function `asarray` matches arguments

scipy/spatial/tests/test_distance.py

[error] call-non-callable - :132:33 - Object of type `object` is not callable
[error] call-non-callable - :778:13 - Object of type `object` is not callable
[error] call-non-callable - :801:13 - Object of type `object` is not callable
[error] call-non-callable - :825:13 - Object of type `object` is not callable
[error] call-non-callable - :853:13 - Object of type `object` is not callable
[error] call-non-callable - :876:13 - Object of type `object` is not callable
[error] call-non-callable - :900:13 - Object of type `object` is not callable
[error] call-non-callable - :931:13 - Object of type `object` is not callable
[error] call-non-callable - :954:13 - Object of type `object` is not callable
[error] call-non-callable - :978:13 - Object of type `object` is not callable
[error] call-non-callable - :1002:19 - Object of type `object` is not callable
[error] call-non-callable - :1034:13 - Object of type `object` is not callable
[error] call-non-callable - :1057:13 - Object of type `object` is not callable
[error] call-non-callable - :1081:13 - Object of type `object` is not callable
[error] call-non-callable - :1120:13 - Object of type `object` is not callable
[error] call-non-callable - :1141:13 - Object of type `object` is not callable
[error] call-non-callable - :1162:13 - Object of type `object` is not callable
[error] call-non-callable - :1188:13 - Object of type `object` is not callable
[error] call-non-callable - :2156:13 - Object of type `object` is not callable
[error] call-non-callable - :2177:13 - Object of type `object` is not callable
[error] call-non-callable - :2237:13 - Object of type `object` is not callable
[error] call-non-callable - :2258:13 - Object of type `object` is not callable

scipy/spatial/transform/_rigid_transform.py

[warning] possibly-missing-attribute - :1298:25 -
Old: Attribute `dtype` on type `int | slice[Any, Any, Any] | EllipsisType | None | @Todo` may be missing
New: Attribute `dtype` on type `int | slice[Any, Any, Any] | EllipsisType | None | ArrayLike` may be missing
[warning] possibly-missing-attribute - :1300:36 -
Old: Attribute `dtype` on type `int | slice[Any, Any, Any] | EllipsisType | None | @Todo` may be missing
New: Attribute `dtype` on type `int | slice[Any, Any, Any] | EllipsisType | None | ArrayLike` may be missing

scipy/spatial/transform/_rigid_transform_xp.py

[warning] possibly-missing-attribute - :222:12 -
Old: Attribute `shape` on type `int | float | @Todo` may be missing
New: Attribute `shape` on type `int | float | Array` may be missing
[warning] possibly-missing-attribute - :224:14 -
Old: Attribute `ndim` on type `int | float | @Todo` may be missing
New: Attribute `ndim` on type `int | float | Array` may be missing
[warning] possibly-missing-attribute - :256:38 -
Old: Attribute `dtype` on type `(@Todo & ~EllipsisType) | int | tuple[Unknown, ...] | slice[Any, Any, Any] | None` may be missing
New: Attribute `dtype` on type `(Any & ~EllipsisType) | int | tuple[Unknown, ...] | slice[Any, Any, Any] | None` may be missing

scipy/spatial/transform/_rotation.py

[error] invalid-assignment - :55:9 -
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[ArrayLike, ...], ...]`

scipy/spatial/transform/_rotation_xp.py

[warning] possibly-missing-attribute - :404:8 - Attribute `shape` on type `ArrayLike` may be missing
[warning] possibly-missing-attribute - :405:50 - Attribute `shape` on type `ArrayLike` may be missing
[warning] possibly-missing-attribute - :406:8 - Attribute `shape` on type `ArrayLike` may be missing
[warning] possibly-missing-attribute - :408:26 - Attribute `shape` on type `ArrayLike` may be missing
[warning] possibly-missing-attribute - :410:66 - Attribute `shape` on type `ArrayLike` may be missing
[warning] possibly-missing-attribute - :888:12 -
Old: Attribute `shape` on type `int | float | @Todo` may be missing
New: Attribute `shape` on type `int | float | Array` may be missing
[warning] possibly-missing-attribute - :890:14 -
Old: Attribute `ndim` on type `int | float | @Todo` may be missing
New: Attribute `ndim` on type `int | float | Array` may be missing

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", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | 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", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | 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", "nbo", "no_subtype", "no_broadcast", "overlap_assume_elementwise", "readonly", "readwrite", "updateifcopy", "virtual", "writeonly", "writemasked"]]] | None`, found `list[Unknown | list[Unknown | str]]`

scipy/special/_mptestutils.py

[warning] possibly-missing-attribute - :280:28 - Attribute `__traceback__` on type `BaseException | None` may be missing
[warning] possibly-missing-attribute - :281:35 - Attribute `with_traceback` on type `BaseException | None` may be missing
[error] invalid-raise - :282:31 - Cannot raise object of type `BaseException | None` (must be a `BaseException` subclass or instance)

scipy/special/tests/test_boost_ufuncs.py

[error] call-non-callable - :38:17 - Object of type `object` is not callable
[error] invalid-argument-type - :44:34 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `Unknown | float32 | <class 'float64'>`

scipy/stats/_continuous_distns.py

[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", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | 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", "nbo", "no_subtype", "no_broadcast", "overlap_assume_elementwise", "readonly", "readwrite", "updateifcopy", "virtual", "writeonly", "writemasked"]]] | 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", "external_loop", "f_index", "grow_inner", "growinner", "multi_index", "ranged", "refs_ok", "reduce_ok", "zerosize_ok"]] | 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", "nbo", "no_subtype", "no_broadcast", "overlap_assume_elementwise", "readonly", "readwrite", "updateifcopy", "virtual", "writeonly", "writemasked"]]] | None`, found `list[Unknown | list[Unknown | str]]`
[error] not-iterable - :1517:25 - Object of type `floating[Any]` is not iterable
[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

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 - :328:26 - Operator `**` is unsupported between objects of type `Unknown | None` and `float`

scipy/stats/_multicomp.py

[error] invalid-return-type - :428:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[@Todo, Unknown], int | float, ndarray[@Todo, Unknown], ndarray[@Todo, Unknown]]`, found `tuple[Any, Any, floating[Any], @Todo]`
New: Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], Unknown], int | float, ndarray[tuple[Any, ...], Unknown], ndarray[tuple[Any, ...], Unknown]]`, found `tuple[Any, Any, floating[Any], @Todo]`

scipy/stats/_qmc.py

[error] invalid-return-type - :683:12 -
Old: Return type does not match returned value: expected `list[int]`, found `list[Unknown | int] | ndarray[@Todo, Unknown]`
New: Return type does not match returned value: expected `list[int]`, found `list[Unknown | int] | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :2609:26 -
Old: Method `__getitem__` of type `bound method dict[str, ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: @Todo = float, maxiter: @Todo = Literal[10], qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])].__getitem__(key: str, /) -> ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: @Todo = float, maxiter: @Todo = Literal[10], qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])` cannot be called with key of type `Literal["random-cd", "lloyd"] | None` on object of type `dict[str, ((...) -> Unknown) | ((best_sample: ndarray[@Todo, Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown]) | ((sample: @Todo, *, tol: @Todo = float, maxiter: @Todo = Literal[10], qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[@Todo, Unknown])]`
New: Method `__getitem__` of type `bound method dict[str, ((...) -> Unknown) | ((best_sample: ndarray[tuple[Any, ...], Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[tuple[Any, ...], Unknown]) | ((sample: _Buffer | @Todo, *, tol: @Todo = float, maxiter: @Todo = Literal[10], qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[tuple[Any, ...], Unknown])].__getitem__(key: str, /) -> ((...) -> Unknown) | ((best_sample: ndarray[tuple[Any, ...], Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[tuple[Any, ...], Unknown]) | ((sample: _Buffer | @Todo, *, tol: @Todo = float, maxiter: @Todo = Literal[10], qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[tuple[Any, ...], Unknown])` cannot be called with key of type `Literal["random-cd", "lloyd"] | None` on object of type `dict[str, ((...) -> Unknown) | ((best_sample: ndarray[tuple[Any, ...], Unknown], n_iters: int, n_nochange: int, rng: GeneratorType@_random_cd, **kwargs: dict[Unknown, Unknown]) -> ndarray[tuple[Any, ...], Unknown]) | ((sample: _Buffer | @Todo, *, tol: @Todo = float, maxiter: @Todo = Literal[10], qhull_options: str | None = None, **kwargs: dict[Unknown, Unknown]) -> ndarray[tuple[Any, ...], Unknown])]`

scipy/stats/_sensitivity_analysis.py

[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 -
Old: Argument is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
New: Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown] | None`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`
[error] invalid-argument-type - :716:24 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `Unknown | ((f_A, f_B, f_AB) -> Unknown)`

scipy/stats/_stats_py.py

[error] invalid-argument-type - :9384:9 -
Old: Argument is incorrect: Expected `int | float`, found `signedinteger[@Todo]`
New: Argument is incorrect: Expected `int | float`, found `signedinteger[_64Bit]`

scipy/stats/tests/test_continuous.py

[error] call-non-callable - :1999:19 - Object of type `object` is not callable
[error] call-non-callable - :1999:38 - Object of type `object` is not callable

subprojects/highs/src/highspy/highs.py

[error] invalid-assignment - :1185:13 -
Old: Object of type `(Iterable[highs_var | highs_linear_expression] & ndarray[object, object]) | ndarray[Any, dtype[object_]]` is not assignable to `ndarray[Any, dtype[object_]]`
New: Object of type `(Iterable[highs_var | highs_linear_expression] & ndarray[tuple[object, ...], object]) | (ndarray[Any, dtype[object_]] & ndarray[tuple[object, ...], 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

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

scrapy/extensions/httpcache.py

[warning] unused-ignore-comment - :191:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :242:54 - Unused blanket `type: ignore` directive

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"]`

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, StrOrBytesPath] | Mapping[str, StrOrBytesPath] | dict[str, str | int] | None`

pkg_resources/tests/test_pkg_resources.py

[error] no-matching-overload - :484:17 - No overload of function `commonpath` matches arguments
[error] unresolved-attribute - :133:13 -
Old: Type `def patched_isdir(dirname, unpatched_isdir=def isdir(s: @Todo) -> bool) -> Unknown` has no attribute `dirnames`
New: Type `def patched_isdir(dirname, unpatched_isdir=def isdir(s: int | str | bytes | PathLike[str] | PathLike[bytes]) -> bool) -> Unknown` has no attribute `dirnames`
[error] unresolved-attribute - :140:9 -
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`.
[error] unresolved-attribute - :153:27 -
Old: Type `def patched_isdir(dirname, unpatched_isdir=def isdir(s: @Todo) -> bool) -> Unknown` has no attribute `dirnames`
New: Type `def patched_isdir(dirname, unpatched_isdir=def isdir(s: int | str | bytes | PathLike[str] | PathLike[bytes]) -> bool) -> Unknown` has no attribute `dirnames`

pkg_resources/tests/test_resources.py

[error] invalid-assignment - :165:9 -
Old: Object of type `None` is not assignable to attribute `test_attr` on type `Unknown | EmptyProvider`
New: Object of type `None` is not assignable to attribute `test_attr` on type `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
[error] invalid-assignment - :175:9 -
Old: Object of type `None` is not assignable to attribute `_test_attr` on type `Unknown | EmptyProvider`
New: Object of type `None` is not assignable to attribute `_test_attr` on type `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`

setuptools/_distutils/command/bdist_rpm.py

[error] no-matching-overload - :391:28 - 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 - :286:28 - No overload of function `join` matches arguments
[error] no-matching-overload - :287:24 - No overload of function `join` matches arguments

setuptools/_distutils/command/sdist.py

[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]`

setuptools/_distutils/compilers/C/base.py

[error] index-out-of-bounds - :1347:16 - Index 1 is out of bounds for tuple `tuple[str]` with length 1

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:25 -
Old: Attribute `append` on type `Unknown | None | list[Unknown | str]` may be missing
New: Attribute `append` on type `Unknown | None | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :214:9 -
Old: Attribute `extend` on type `Unknown | None | list[Unknown | str]` may be missing
New: Attribute `extend` on type `Unknown | None | list[Unknown]` may be missing

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`

setuptools/_distutils/sysconfig.py

[error] no-matching-overload - :178:14 - No overload of function `join` matches arguments
[warning] possibly-missing-attribute - :449:31 -
Old: Attribute `replace` on type `str | @Todo | int` may be missing
New: Attribute `replace` on type `str | Any | int` may be missing

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/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`

setuptools/_vendor/inflect/__init__.py

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

setuptools/_vendor/jaraco/collections/__init__.py

[warning] unused-ignore-comment - :40:40 - 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/typeguard/_checkers.py

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

setuptools/_vendor/wheel/_bdist_wheel.py

[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]`

setuptools/command/setopt.py

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

setuptools/config/_apply_pyprojecttoml.py

[error] invalid-argument-type - :84:31 - 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
[error] invalid-assignment - :372:5 - Implicit shadowing of function `optionxform`

setuptools/dist.py

[error] invalid-assignment - :584:9 - Implicit shadowing of function `optionxform`

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/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 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :549:26 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :593:20 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :624:20 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :656:24 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :696:24 - 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 - :319:30 - No overload of function `join` matches arguments
[error] no-matching-overload - :320:19 - No overload of function `join` matches arguments
[error] no-matching-overload - :321:20 - No overload of function `join` matches arguments
[error] no-matching-overload - :322:17 - No overload of function `join` matches arguments
[error] no-matching-overload - :323:24 - No overload of function `join` matches arguments

lib/spack/spack/cmd/commands.py

[error] invalid-argument-type - :563:34 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] unsupported-operator - :571:24 - Operator `not in` is not supported for types `Unknown` and `object`

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`

lib/spack/spack/llnl/util/filesystem.py

[error] invalid-argument-type - :1626:51 - Argument to bound method `__call__` is incorrect: Expected `(((...) -> Any, str, tuple[type[BaseException], BaseException, TracebackType], /) -> object) | None`, found `Unknown | bool`
[error] invalid-argument-type - :1635:33 - Argument to bound method `__call__` is incorrect: Expected `(((...) -> Any, str, tuple[type[BaseException], BaseException, TracebackType], /) -> object) | None`, found `Unknown | bool`

lib/spack/spack/repo_migrate.py

[warning] possibly-missing-attribute - :216:30 - Attribute `encode` on type `bytes | str` may be missing

lib/spack/spack/spec.py

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

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/jinja2/debug.py

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

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

sphinx/builders/__init__.py

[warning] unused-ignore-comment - :647:57 - 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/_cli/__init__.py

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

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]`

sphinx/cmd/build.py

[error] invalid-return-type - :361:12 -
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

[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/importer.py

[error] invalid-argument-type - :546:13 - Argument is incorrect: Expected `Literal["module"]`, found `Literal["module", "class", "exception", "function", "decorator", "method", "property", "attribute", "data", "type"]`
[warning] unused-ignore-comment - :588:32 - Unused blanket `type: ignore` directive

sphinx/util/docfields.py

[warning] possibly-missing-attribute - :497:40 - Attribute `name` on type `Field | tuple[str, list[Node]] | list[tuple[str, list[Node]]] | Element` may be missing
[warning] possibly-missing-attribute - :501:29 - Attribute `make_field` on type `Field | tuple[str, list[Node]] | list[tuple[str, list[Node]]] | Element` may be missing
[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

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

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:40 -
Old: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, Any] | Unknown`
New: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Any] | Unknown`
[error] invalid-argument-type - :113:40 -
Old: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[@Todo, Unknown] | Unknown`
New: Argument to bound method `register_one` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], Unknown] | Unknown`

static_frame/core/reduce.py

[error] invalid-argument-type - :310:54 -
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

[error] invalid-assignment - :3352:9 - Object of type `signedinteger[@Todo]` is not assignable to `ndarray[Any, Any]`

static_frame/core/type_blocks.py

[error] invalid-argument-type - :3544:34 -
Old: Argument to function `shape_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `shape_filter` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `object`
[error] invalid-argument-type - :3551:29 -
Old: Argument to function `column_1d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_1d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `object`
[error] invalid-argument-type - :3551:29 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_1d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `object`
[error] invalid-argument-type - :3551:29 - Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `object`
[error] invalid-argument-type - :3561:39 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `object`
[error] invalid-argument-type - :3563:42 -
Old: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `object`
New: Argument to function `column_2d_filter` is incorrect: Expected `ndarray[tuple[Any, ...], Unknown]`, found `object`
[error] invalid-argument-type - :3572:35 -
Old: Argument to bound method `append` is incorrect: Expected `Never`, found `ndarray[@Todo, Unknown]`
New: Argument to bound method `append` is incorrect: Expected `Never`, found `ndarray[tuple[Any, ...], Unknown]`
[error] invalid-argument-type - :3586:21 -
Old: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, @Todo]`
New: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], @Todo]`
[error] invalid-argument-type - :3594:21 -
Old: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[@Todo, @Todo]`
New: Argument to function `get_block_match` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], @Todo]`

static_frame/core/util.py

[error] no-matching-overload - :1417:26 - No overload matches arguments
[error] invalid-argument-type - :3881:57 -
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/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_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

static_frame/test/unit/test_util.py

[error] invalid-argument-type - :2123:27 -
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/experimental/pydantic/conversion.py

[error] invalid-argument-type - :39:33 - Argument to function `isinstance` is incorrect: Expected `type | tuple[Unknown, ...]`, found `object`

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

lib/streamlit/elements/graphviz_chart.py

[warning] possibly-missing-attribute - :211:15 - Attribute `source` on type `FigureOrDot` may be missing
[warning] possibly-missing-attribute - :212:18 - Attribute `engine` on type `FigureOrDot` may be missing

lib/streamlit/elements/widgets/time_widgets.py

[error] invalid-assignment - :150:9 - Object of type `(date & Sequence[object]) | (Sequence[NullableScalarDateValue] & ~str)` is not assignable to `Sequence[NullableScalarDateValue]`
[error] invalid-argument-type - :902:55 - Argument to function `parse_date_deterministic_for_id` is incorrect: Expected `date | str | None`, found `object`

lib/streamlit/string_util.py

[error] call-non-callable - :245:27 - Object of type `object` is not callable
[error] call-non-callable - :246:28 - Object of type `object` is not callable

lib/streamlit/elements/widgets/data_editor.py

[warning] possibly-missing-attribute - :1071:13 - Attribute `set_uuid` on type `DataTypes` may be missing

lib/streamlit/elements/widgets/slider.py

[warning] unused-ignore-comment - :92:34 - Unused blanket `ty: ignore` directive
[warning] unused-ignore-comment - :102:35 - Unused blanket `ty: ignore` directive
[error] invalid-assignment - :863:13 - Object of type `list[Unknown | int | str | ... omitted 4 union elements]` is not assignable to `Sequence[SliderScalar]`

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

sympy/testing/tests/test_module_imports.py

[error] invalid-argument-type - :26:43 - Argument to function `getfile` is incorrect: Expected `ModuleType | type[Any] | MethodType | ... omitted 5 union elements`, found `FrameType | None`

sympy/calculus/tests/test_accumulationbounds.py

[error] unresolved-attribute - :226:12 - Type `int` has no attribute `subs`
[error] unresolved-attribute - :227:12 - Type `int` has no attribute `subs`
[error] unresolved-attribute - :228:9 - Type `int` has no attribute `subs`

sympy/core/tests/test_assumptions.py

[error] unresolved-attribute - :714:14 - Type `int` has no attribute `xreplace`
[error] unresolved-attribute - :1062:12 - Type `int` has no attribute `is_real`
[error] unresolved-attribute - :1227:12 - Type `int` has no attribute `is_integer`

sympy/core/tests/test_priority.py

[error] unresolved-attribute - :125:27 - Type `int` has no attribute `args`

sympy/physics/wigner.py

[error] unresolved-attribute - :505:15 - Type `int` has no attribute `evalf`

sympy/plotting/intervalmath/tests/test_interval_functions.py

[error] unresolved-attribute - :42:12 - Type `int` has no attribute `is_valid`
[error] unresolved-attribute - :44:12 - 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/core/power.py

[error] invalid-argument-type - :739:52 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

sympy/core/tests/test_arit.py

[error] unresolved-attribute - :1040:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1041:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1043:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1044:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1046:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1047:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1050:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1073:12 - Type `int` has no attribute `is_integer`
[error] unresolved-attribute - :1122:12 - Type `int` has no attribute `is_real`
[error] unresolved-attribute - :1123:12 - Type `int` has no attribute `is_real`
[error] unresolved-attribute - :1124:12 - Type `int` has no attribute `is_real`
[error] unresolved-attribute - :1225:12 - Type `int` has no attribute `is_odd`
[error] unresolved-attribute - :1226:12 - Type `int` has no attribute `is_odd`
[error] unresolved-attribute - :1231:12 - Type `int` has no attribute `is_even`
[error] unresolved-attribute - :1251:12 - Type `int` has no attribute `is_odd`
[error] unresolved-attribute - :1278:12 - Type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1279:12 - Type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1280:12 - Type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1281:12 - Type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1291:12 - Type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1292:12 - Type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1293:12 - Type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1294:12 - Type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1304:12 - Type `int` has no attribute `is_positive`
[error] unresolved-attribute - :1305:12 - Type `int` has no attribute `is_negative`
[error] unresolved-attribute - :1442:12 - Type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1443:12 - Type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1444:12 - Type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1445:12 - Type `int` has no attribute `is_nonnegative`
[error] unresolved-attribute - :1458:12 - Type `int` has no attribute `is_nonpositive`
[error] unresolved-attribute - :1459:12 - Type `int` has no attribute `is_nonpositive`
[error] unresolved-attribute - :1460:12 - Type `int` has no attribute `is_nonpositive`
[error] unresolved-attribute - :1461:12 - Type `int` has no attribute `is_nonpositive`

sympy/core/tests/test_complex.py

[error] unresolved-attribute - :210:12 - Type `int` has no attribute `n`
[error] unresolved-attribute - :210:33 - Type `int` has no attribute `n`

sympy/core/tests/test_evalf.py

[error] unresolved-attribute - :371:12 - Type `int` has no attribute `evalf`
[error] unresolved-attribute - :374:12 - Type `int` has no attribute `evalf`
[error] unresolved-attribute - :651:12 - Type `int` has no attribute `evalf`
[error] unresolved-attribute - :652:12 - Type `int` has no attribute `evalf`

sympy/core/tests/test_expr.py

[error] unresolved-attribute - :609:12 - Type `int` has no attribute `is_polynomial`
[error] unresolved-attribute - :610:12 - Type `int` has no attribute `is_polynomial`
[error] unresolved-attribute - :698:12 - Type `int` has no attribute `is_meromorphic`
[error] unresolved-attribute - :699:12 - Type `int` has no attribute `is_meromorphic`
[error] unresolved-attribute - :1915:12 - Type `int` has no attribute `is_constant`

sympy/core/tests/test_numbers.py

[error] unresolved-attribute - :1481:12 - Type `int` has no attribute `expand`
[error] unresolved-attribute - :1482:12 - Type `int` has no attribute `expand`
[error] unresolved-attribute - :1484:12 - Type `int` has no attribute `expand`

sympy/core/tests/test_power.py

[error] unresolved-attribute - :237:12 - Type `int` has no attribute `rewrite`
[error] unresolved-attribute - :238:12 - Type `int` has no attribute `rewrite`
[error] unresolved-attribute - :244:12 - 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 - Type `int` has no attribute `subs`
[error] unresolved-attribute - :751:12 - Type `int` has no attribute `subs`

sympy/geometry/polygon.py

[error] unsupported-operator - :784:16 - Operator `>` is not supported for types `int` and `Basic`, in comparing `Literal[0]` with `Basic`
[error] invalid-argument-type - :784:24 - Argument to function `min` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :784:29 - Argument to function `min` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] unsupported-operator - :785:20 - Operator `<=` is not supported for types `int` and `Basic`, in comparing `Literal[0]` with `Basic`
[error] invalid-argument-type - :785:29 - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :785:34 - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] unsupported-operator - :786:24 - Operator `<=` is not supported for types `int` and `Basic`, in comparing `Literal[0]` with `Basic`
[error] invalid-argument-type - :786:33 - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :786:38 - Argument to function `max` is incorrect: Argument type `Basic` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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/matrices/matrixbase.py

[error] invalid-argument-type - :4351:55 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

sympy/matrices/sparse.py

[error] invalid-argument-type - :130:33 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

sympy/parsing/mathematica.py

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

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/plotting/series.py

[error] invalid-argument-type - :1836:26 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

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/rings.py

[error] unsupported-operator - :3456:17 - Operator `*` is unsupported between objects of type `PolyElement[Er@PolyElement] | Unknown` and `Unknown | PolyElement[Er@PolyElement] | int | float`
[error] invalid-argument-type - :3460:33 - Argument to bound method `coeff_wrt` is incorrect: Expected `int`, found `Unknown | int | float`
[warning] possibly-missing-attribute - :3465:21 - Attribute `exquo` on type `Unknown | PolyElement[Er@PolyElement] | int | float` may be missing
[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 `StrPath` of type variable `_StrPathT`

sympy/series/tests/test_series.py

[error] unresolved-attribute - :421:32 - Type `int` has no attribute `series`

sympy/simplify/simplify.py

[error] unsupported-operator - :1937:27 -
Old: Operator `+` is unsupported between objects of type `tuple[@Todo | int]` and `Unknown | list[@Todo]`
New: Operator `+` is unsupported between objects of type `tuple[@Todo | int | float]` and `Unknown | list[@Todo]`

sympy/simplify/tests/test_powsimp.py

[error] unresolved-attribute - :133:48 - Type `int` has no attribute `subs`

sympy/simplify/tests/test_simplify.py

[error] unresolved-attribute - :616:12 - Type `int` has no attribute `as_content_primitive`
[error] unresolved-attribute - :617:12 - Type `int` has no attribute `as_content_primitive`
[error] unresolved-attribute - :937:21 - 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__` on type `(type[BaseException] & ~<class 'AssertionError'>) | None` may be missing
[warning] possibly-missing-attribute - :1317:22 - Attribute `__name__` on type `(type[BaseException] & ~<class 'AssertionError'>) | None` may be missing
[warning] possibly-missing-attribute - :1319:22 - Attribute `__name__` on type `(type[BaseException] & ~<class 'AssertionError'>) | None` may be missing
[warning] possibly-missing-attribute - :1487:56 -
Old: Attribute `getvalue` on type `TextIO | @Todo` may be missing
New: Attribute `getvalue` on type `TextIO | Any` may be missing

sympy/utilities/tests/test_wester.py

[error] no-matching-overload - :858:12 - No overload of function `simplify` matches arguments

sympy/vector/coordsysrect.py

[error] invalid-argument-type - :84:45 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `typing.Callable`

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

tornado/queues.py

[error] invalid-argument-type - :382:37 - Argument to function `heappush` is incorrect: Argument type `_T@_put` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

tornado/web.py

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

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

src/trio/_core/_asyncgens.py

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

src/trio/_core/_run.py

[warning] unused-ignore-comment - :2535:40 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :2705:48 -
Old: Argument is incorrect: Expected `bool`, found `@Todo | list[Unknown]`
New: Argument is incorrect: Expected `bool`, found `list[tuple[int, int]] | list[Unknown]`

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:17 -
Old: Attribute `sendall` on type `socket | @Todo | None` may be missing
New: Attribute `sendall` on type `socket | Any | None` may be missing

src/urllib3/contrib/emscripten/fetch.py

[error] invalid-argument-type - :205:19 - Argument to function `files` is incorrect: Expected `str | ModuleType`, found `str | None`

test/test_http2_connection.py

[warning] possibly-missing-attribute - :133:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :133:9 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :133:9 - Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :150:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :150:9 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :150:9 - Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :173:9 -
Old: Attribute `assert_has_calls` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_has_calls` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :173:9 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_has_calls` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :173:9 - Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :205:17 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :205:17 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :205:17 - Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :229:13 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :229:13 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :229:13 - Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :246:19 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :259:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :279:19 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :292:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :312:19 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :325:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
[warning] possibly-missing-attribute - :334:19 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `sendall` on type `socket | Any | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :347:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: Buffer, flags: int = Literal[0], /) -> None) | Any | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing

test/test_ssltransport.py

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

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

references/classification/utils.py

[error] invalid-argument-type - :449:73 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `list[type] | None`

references/depth/stereo/train.py

[error] unresolved-attribute - :508:17 - Type `ndarray[tuple[Any, ...], dtype[typing.TypeVar]]` has no attribute `load_state_dict`

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:21 -
Old: Attribute `shape` on type `ndarray[@Todo, Unknown] | None` may be missing
New: Attribute `shape` on type `ndarray[tuple[Any, ...], Unknown] | None` may be missing

test/test_datasets.py

[error] no-matching-overload - :1815:18 - No overload matches arguments
[error] no-matching-overload - :1816:19 - No overload matches arguments

torchvision/transforms/functional.py

[warning] possibly-missing-attribute - :145:64 -
Old: Attribute `ndim` on type `Image | ndarray[@Todo, Unknown]` may be missing
New: Attribute `ndim` on type `Image | ndarray[tuple[Any, ...], Unknown]` may be missing
[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`

websockets (https://github.com/aaugustin/websockets)

src/websockets/sync/connection.py

[error] invalid-argument-type - :646:26 - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `@Todo | None`

src/websockets/asyncio/connection.py

[error] invalid-argument-type - :695:26 - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `@Todo | None`

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

src/werkzeug/_internal.py

[error] invalid-return-type - :42:12 - Return type does not match returned value: expected `WSGIEnvironment`, 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/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 -
Old: Attribute `strip` on type `Unknown | tuple[int, int] | str | TextIO | bool` may be missing
New: Attribute `strip` on type `Any | tuple[int, int] | str | TextIO | bool` may be missing
[error] invalid-argument-type - :225:52 -
Old: Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `Unknown | tuple[int, int] | str | TextIO | bool`
New: Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `Any | tuple[int, int] | str | TextIO | bool`

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)

xarray/backends/api.py

[error] invalid-argument-type - :1634:27 -
Old: Argument to function `open_dataset` is incorrect: Expected `Literal["coordinates", "all"] | bool | None`, found `@Todo | None | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | None`, found `@Todo | None | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool | None`, found `@Todo | None | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool`, found `@Todo | None | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 -
Old: Argument to function `open_dataset` is incorrect: Expected `bool`, found `@Todo | None | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 -
Old: Argument to function `open_dataset` is incorrect: Expected `str | None`, found `@Todo | None | dict[Unknown, Unknown]`
New: Argument to function `open_dataset` is incorrect: Expected `Iterable[str] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `Literal["coordinates", "all"] | bool | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool | CFDatetimeCoder | Mapping[str, bool | CFDatetimeCoder] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool | CFTimedeltaCoder | Mapping[str, bool | CFTimedeltaCoder] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool | Mapping[str, bool] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool | Mapping[str, bool] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool | Mapping[str, bool] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `bool`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] invalid-argument-type - :1634:27 - Argument to function `open_dataset` is incorrect: Expected `str | None`, found `@Todo | None | (str & ~AlwaysFalsy) | ... omitted 4 union elements`

xarray/backends/scipy_.py

[error] invalid-argument-type - :324:27 - Argument to bound method `__init__` is incorrect: Expected `Buffer`, found `str | PathLike[Any] | ReadBuffer[Unknown] | ... omitted 3 union elements`
[error] invalid-argument-type - :375:35 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | ReadBuffer[Unknown] | AbstractDataStore`
[warning] unused-ignore-comment - :367:52 - Unused blanket `type: ignore` directive

xarray/backends/zarr.py

[error] invalid-argument-type - :150:46 - Argument to function `standard_b64decode` is incorrect: Expected `str | Buffer`, found `int | float | str | bytes`
[error] invalid-argument-type - :154:66 - Argument to function `standard_b64decode` is incorrect: Expected `str | Buffer`, found `int | float | str | bytes`

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:12 -
Old: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[@Todo, Unknown], str, str | @Todo]`
New: Return type does not match returned value: expected `tuple[T_DuckArray@_eagerly_encode_cf_datetime, str, str]`, found `tuple[Unknown | ndarray[tuple[Any, ...], Unknown], str, str | @Todo]`

xarray/compat/npcompat.py

[error] invalid-argument-type - :73:38 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `set[@Todo]`

xarray/core/accessor_dt.py

[warning] possibly-missing-attribute - :104:12 - Attribute `reshape` on type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], Unknown]` may be missing

xarray/core/accessor_str.py

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

xarray/core/common.py

[error] invalid-argument-type - :1108:29 - Argument to function `isinstance` is incorrect: Expected `type | UnionType | tuple[Unknown, ...]`, found `ResampleCompatible`

xarray/core/dataarray.py

[error] invalid-assignment - :1477:13 - Object of type `dict[Unknown, str | int | tuple[int, ...] | ... omitted 3 union elements]` is not assignable to `T_ChunksFreq`
[error] invalid-argument-type - :1484:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | int | tuple[int, ...] | ... omitted 3 union elements`
[error] invalid-argument-type - :1487:68 - Argument to function `len` is incorrect: Expected `Sized`, found `str | int | tuple[int, ...] | ... omitted 3 union elements`
[error] invalid-argument-type - :1489:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | int | tuple[int, ...] | ... omitted 3 union elements`
[error] invalid-argument-type - :1491:51 - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, T_ChunkDimFreq] | None`, found `str | int | tuple[int, ...] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :158:29 -
Old: Attribute `keys` on type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]] | Mapping[Unknown, Unknown]` may be missing
New: Attribute `keys` on type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], Unknown]] | Mapping[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :182:25 -
Old: Attribute `items` on type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]] & ~Coordinates) | (Mapping[Unknown, Unknown] & ~Coordinates) | None` may be missing
New: Attribute `items` on type `(Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], Unknown]] & ~Coordinates) | (Mapping[Unknown, Unknown] & ~Coordinates) | None` may be missing
[error] invalid-argument-type - :215:37 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]]]` cannot be called with key of type `Hashable` on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]]`
New: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], Unknown], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], Unknown]]]` cannot be called with key of type `Hashable` on object of type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], Unknown]]`
[warning] possibly-missing-attribute - :216:33 -
Old: Attribute `keys` on type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]] | Mapping[Unknown, Unknown]` may be missing
New: Attribute `keys` on type `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], Unknown]] | Mapping[Unknown, Unknown]` may be missing
[error] invalid-assignment - :451:21 -
Old: Object of type `list[Unknown | (ReprObject & ~Top[Series[Any]] & ~DataFrame)]` is not assignable to `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[@Todo, Unknown]] | Mapping[Unknown, Unknown] | None`
New: Object of type `list[Unknown | (ReprObject & ~Top[Series[Any]] & ~DataFrame)]` is not assignable to `Sequence[Sequence[Unknown] | Index[Any] | DataArray | Variable | ndarray[tuple[Any, ...], Unknown]] | Mapping[Unknown, Unknown] | None`

xarray/core/dataset.py

[error] invalid-argument-type - :2560:52 - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, T_ChunkDimFreq] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | ... omitted 3 union elements`

xarray/core/datatree.py

[error] invalid-argument-type - :2605:49 - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, T_ChunkDimFreq] | None`, found `(str & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]]) | (tuple[int, ...] & Top[Mapping[Unknown, object]]) | Mapping[Any, T_ChunkDimFreq] | dict[Unknown, Unknown]`
[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]] & ~Grouper) | (DataArray & Top[Mapping[Unknown, object]] & ~Grouper) | (IndexVariable & Top[Mapping[Unknown, object]] & ~Grouper) | (Mapping[Any, Grouper] & ~Grouper)`
[error] invalid-assignment - :430:13 - Object of type `tuple[str & ~Grouper & ~Top[Mapping[Unknown, object]]] | (Sequence[Hashable] & ~Grouper & ~Top[Mapping[Unknown, object]] & ~str) | (DataArray & ~Grouper & ~Top[Mapping[Unknown, object]]) | (IndexVariable & ~Grouper & ~Top[Mapping[Unknown, object]])` is not assignable to `Sequence[Hashable]`

xarray/core/missing.py

[warning] possibly-missing-attribute - :324:22 -
Old: Attribute `name` on type `Unknown | Variable | ndarray[@Todo, @Todo]` may be missing
New: Attribute `name` on type `Unknown | Variable | ndarray[tuple[Any, ...], @Todo]` may be missing

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:26 -
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:15 -
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:15 -
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/core/variable.py

[warning] unused-ignore-comment - :289:40 - 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 object of type `signedinteger[@Todo]` with no `__setitem__` method
[warning] possibly-missing-implicit-call - :639:5 - Method `__setitem__` of type `signedinteger[@Todo] | @Todo` may be missing
[error] invalid-return-type - :640:12 - Return type does not match returned value: expected `ndarray[@Todo, Unknown]`, found `signedinteger[@Todo] | @Todo`

xarray/namedarray/core.py

[error] invalid-argument-type - :818:44 - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Any] | None`, found `str | int | tuple[int, ...] | Mapping[Any, T_ChunkDim] | dict[Unknown, Unknown]`
[error] non-subscriptable - :823:29 - Cannot subscript object of type `int` with no `__getitem__` method
[error] unsupported-operator - :825:20 - Operator `in` is not supported for types `Unknown` and `int`, in comparing `Unknown` with `str | int | tuple[int, ...] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :849:40 - Attribute `get` on type `str | int | tuple[int, ...] | ... omitted 3 union elements` may be missing

xarray/plot/utils.py

[error] invalid-argument-type - :1160:25 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `@Todo | float64`

xarray/structure/combine.py

[error] unsupported-operator - :156:25 - Operator `-` is unsupported between objects of type `ExtensionArray | ndarray[tuple[Any, ...], Unknown]` and `Literal[1]`

xarray/tests/test_backends.py

[error] call-non-callable - :1169:14 - Object of type `object` is not callable
[error] non-subscriptable - :719:54 - Cannot subscript object of type `Timestamp` with no `__getitem__` method
[error] non-subscriptable - :5807:54 - Cannot subscript object of type `Timestamp` with no `__getitem__` method

xarray/tests/test_coding.py

[error] call-non-callable - :28:19 - Object of type `object` is not callable
[error] call-non-callable - :32:19 - Object of type `object` is not callable

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] call-non-callable - :1246:17 - Object of type `object` is not callable
[error] call-non-callable - :1255:17 - Object of type `object` is not callable
[error] call-non-callable - :1264:17 - Object of type `object` is not callable
[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
[error] unknown-argument - :486:55 - Argument `dtype` does not match any known parameter of bound method `to_numpy`

xarray/tests/test_conventions.py

[error] call-non-callable - :90:30 - Object of type `object` is not callable
[error] call-non-callable - :91:27 - Object of type `object` is not callable

xarray/tests/test_dataarray.py

[error] call-non-callable - :98:64 - Object of type `object` is not callable
[warning] unused-ignore-comment - :927:65 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :3807:9 -
Old: Attribute `update` on type `Any | ndarray[@Todo, Unknown] | dict[Unknown | str, Unknown | tuple[str] | dict[Unknown, Unknown]]` may be missing
New: Attribute `update` on type `Any | ndarray[tuple[Any, ...], Unknown] | dict[Unknown | str, Unknown | tuple[str] | dict[Unknown, Unknown]]` may be missing

xarray/tests/test_dataset.py

[error] invalid-argument-type - :5306:41 - Argument to bound method `from_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :5314:41 - Argument to bound method `from_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :5319:36 - Argument to bound method `from_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`

xarray/tests/test_formatting.py

[error] call-non-callable - :101:14 - Object of type `object` is not callable
[error] call-non-callable - :102:14 - Object of type `object` is not callable

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

xarray/tests/test_indexing.py

[error] call-non-callable - :578:29 - Object of type `object` is not callable

xarray/tests/test_plot.py

[error] unresolved-attribute - :2257:14 -
Old: Type `ndarray[@Todo, Unknown]` has no attribute `get_title`
New: Type `ndarray[tuple[Any, ...], Unknown]` has no attribute `get_title`
[error] unresolved-attribute - :2291:20 -
Old: Type `ndarray[@Todo, Unknown]` has no attribute `has_data`
New: Type `ndarray[tuple[Any, ...], Unknown]` has no attribute `has_data`
[error] unresolved-attribute - :2292:20 -
Old: Type `ndarray[@Todo, Unknown]` has no attribute `get_visible`
New: Type `ndarray[tuple[Any, ...], Unknown]` has no attribute `get_visible`

xarray/tests/test_utils.py

[error] call-non-callable - :88:33 - Object of type `object` is not callable
[error] call-non-callable - :88:53 - Object of type `object` is not callable

xarray/tests/test_variable.py

[error] call-non-callable - :195:45 - Object of type `object` is not callable
[error] call-non-callable - :757:19 - Object of type `object` is not callable
[error] call-non-callable - :1077:26 - Object of type `object` is not callable
[warning] unused-ignore-comment - :2418:61 - 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` on type `TracebackType | None` may be missing

src/zope/interface/tests/test_sorting.py

[error] invalid-argument-type - :50:9 - Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'> | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :55:9 - Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'> | None | ... omitted 5 union elements` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :66:9 - Argument to bound method `sort` is incorrect: Argument type `Unknown | <class 'I1'>` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

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

confirmation/models.py

[warning] possibly-missing-attribute - :159:17 - Attribute `realm` on type `NoZilencerConfirmationObjT` may be missing

corporate/views/sponsorship.py

[error] invalid-argument-type - :26:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :36:31 - Attribute `has_billing_access` on type `Unknown | AbstractBaseUser` may be missing

zerver/context_processors.py

[warning] possibly-missing-attribute - :60:16 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :222:27 - Attribute `id` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :223:29 - Attribute `get_role_name` on type `Unknown | AbstractBaseUser` may be missing

zerver/views/digest.py

[error] invalid-argument-type - :19:34 - Argument to function `get_digest_context` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`

zerver/views/home.py

[warning] possibly-missing-attribute - :45:20 - Attribute `tos_version` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :47:35 - Argument to function `do_change_tos_version` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :52:49 - Attribute `email_address_visibility` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :55:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[error] invalid-argument-type - :58:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :64:48 - Attribute `enable_marketing_emails` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :67:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[error] invalid-argument-type - :70:21 - Argument to function `do_change_user_setting` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :77:24 - Attribute `tos_version` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :79:65 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :84:18 - Attribute `delivery_email` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :100:9 - Attribute `tos_version` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :214:17 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :222:26 - Argument to function `update_last_reminder` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser | None`
[error] invalid-argument-type - :225:24 - Argument to function `need_accept_tos` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser | None`
[error] invalid-argument-type - :228:80 - Argument to function `detect_narrowed_window` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser | None`
[error] invalid-argument-type - :232:9 - Argument to function `build_page_params_for_home_page_load` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser | None`
[error] invalid-argument-type - :246:53 - Argument to function `get_user_permission_info` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser | None`

analytics/views/stats.py

[warning] possibly-missing-attribute - :78:9 - Attribute `default_language` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :105:13 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :106:8 - Attribute `is_guest` on type `Unknown | AbstractBaseUser` may be missing

corporate/views/billing_page.py

[error] invalid-argument-type - :54:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :54:60 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :57:25 - Attribute `has_billing_access` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :63:12 - Attribute `has_billing_access` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :66:8 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :66:32 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :69:38 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :77:8 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :77:32 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing

corporate/views/portico.py

[warning] possibly-missing-attribute - :113:12 - Attribute `is_guest` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :115:16 - Attribute `has_billing_access` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :397:12 - Attribute `has_billing_access` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :400:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :400:60 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :436:12 - Attribute `has_billing_access` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :439:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :439:60 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing

corporate/views/remote_billing_page.py

[error] unresolved-attribute - :466:13 - Type `PreregistrationRemoteRealmBillingUser` has no attribute `id`

corporate/views/support.py

[warning] possibly-missing-attribute - :122:18 - Attribute `delivery_email` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :123:23 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :133:33 - Attribute `full_name` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :134:36 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :137:61 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :138:30 - Attribute `get_role_name` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :146:32 - Attribute `delivery_email` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :213:12 - Attribute `is_realm_admin` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :218:23 - Attribute `delivery_email` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :219:27 - Attribute `full_name` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :230:30 - Attribute `full_name` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :231:26 - Attribute `delivery_email` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :232:57 - Attribute `role` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :233:38 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :234:64 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :238:52 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing

corporate/views/upgrade.py

[warning] possibly-missing-attribute - :193:40 - Attribute `is_guest` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :205:43 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :219:12 - Attribute `has_billing_access` on type `Unknown | AbstractBaseUser` may be missing

zerver/decorator.py

[warning] possibly-missing-attribute - :487:8 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :489:59 - Argument to function `user_matches_subdomain` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[error] invalid-argument-type - :551:38 - Argument to function `rate_limit_user` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :570:12 - Attribute `bot_type` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :644:16 - Attribute `is_staff` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :663:16 - Attribute `is_staff` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :945:38 - Argument to function `rate_limit_user` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[error] invalid-argument-type - :947:49 - Argument to function `validate_account_and_subdomain` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :949:12 - Attribute `is_incoming_webhook` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :548:33 - Argument to function `process_client` is incorrect: Expected `UserProfile | AnonymousUser | None`, found `Unknown | AbstractBaseUser`
[error] invalid-argument-type - :952:33 - Argument to function `process_client` is incorrect: Expected `UserProfile | AnonymousUser | None`, found `Unknown | AbstractBaseUser`

zerver/lib/export.py

[error] invalid-assignment - :1745:5 - Object of type `dict[str, list[Unknown] | list[dict[str, Any]]]` is not assignable to `TableData`
[warning] unused-ignore-comment - :2525:42 - Unused blanket `type: ignore` directive

zerver/lib/push_notifications.py

[error] invalid-argument-type - :608:20 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :609:20 - Argument to function `sorted` is incorrect: Argument type `object` does not satisfy upper bound `SupportsRichComparison` of type variable `SupportsRichComparisonT`

zerver/lib/scim.py

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

zerver/lib/sessions.py

[error] invalid-return-type - :120:16 - Return type does not match returned value: expected `UserProfile | AnonymousUser`, found `(Unknown & ~LazyObject) | (AbstractBaseUser & ~LazyObject)`
[warning] possibly-missing-attribute - :131:32 - Attribute `format_requester_for_logs` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-return-type - :135:12 - Return type does not match returned value: expected `UserProfile | AnonymousUser`, found `Unknown | AbstractBaseUser`

zerver/lib/timestamp.py

[error] parameter-already-assigned - :25:42 - Multiple values provided for parameter `tzinfo` of function `__new__`
[error] parameter-already-assigned - :30:42 - Multiple values provided for parameter `tzinfo` of function `__new__`

zerver/lib/webhooks/common.py

[warning] possibly-missing-attribute - :248:22 - Attribute `full_name` on type `Unknown | AbstractBaseUser` may be missing
[error] invalid-argument-type - :255:13 - Argument to function `send_rate_limited_pm_notification_to_bot_owner` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :255:27 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing

zerver/middleware.py

[warning] possibly-missing-attribute - :354:38 - Attribute `format_requester_for_logs` on type `Unknown | AbstractBaseUser` may be missing

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`

zerver/tests/test_import_export.py

[error] unresolved-attribute - :3008:26 -
Old: Type `(list[@Todo], /) -> None` has no attribute `__name__`
New: Type `(list[Record], /) -> None` has no attribute `__name__`

zerver/tests/test_slack_importer.py

[error] invalid-argument-type - :1344:64 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | str | bool | ... omitted 3 union elements`

zerver/views/auth.py

[warning] possibly-missing-attribute - :420:32 - Attribute `is_mirror_dummy` on type `(Unknown & ~None) | AbstractBaseUser` may be missing
[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` on type `(Unknown & ~None) | AbstractBaseUser` may be missing
[error] invalid-argument-type - :581:33 - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `None | AbstractBaseUser`
[error] invalid-argument-type - :929:62 - Argument to function `is_2fa_verified` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :930:54 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :933:50 - Attribute `realm` on type `Unknown | AbstractBaseUser` may be missing

zerver/views/registration.py

[warning] possibly-missing-attribute - :203:24 - Attribute `confirmation` on type `MultiuseInvite | PreregistrationRealm | PreregistrationUser | ... omitted 6 union elements` may be missing
[error] invalid-return-type - :224:12 - Return type does not match returned value: expected `tuple[PreregistrationUser | PreregistrationRealm, bool]`, found `tuple[MultiuseInvite | PreregistrationRealm | PreregistrationUser | ... omitted 6 union elements, Unknown]`
[error] unresolved-attribute - :1179:20 - Type `PreregistrationRealm` has no attribute `created_realm_id`

zerver/views/tusd.py

[error] invalid-return-type - :254:12 - Return type does not match returned value: expected `UserProfile | AnonymousUser`, found `Unknown | AbstractBaseUser`

zerver/views/user_settings.py

[error] unresolved-attribute - :124:16 - Type `EmailChangeStatus` has no attribute `user_profile_id`
[error] unresolved-attribute - :149:47 - Type `EmailChangeStatus` has no attribute `user_profile_id`

zerver/views/video_calls.py

[error] invalid-argument-type - :106:30 - Argument to function `get_zoom_session` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[error] invalid-argument-type - :163:30 - Argument to function `get_zoom_session` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[error] invalid-argument-type - :173:23 - Argument to function `do_set_zoom_token` is incorrect: Expected `UserProfile`, found `Unknown | AbstractBaseUser`
[warning] possibly-missing-attribute - :324:26 - Attribute `id` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :387:71 - Attribute `id` on type `Unknown | AbstractBaseUser` may be missing
[warning] possibly-missing-attribute - :388:25 - Attribute `full_name` on type `Unknown | AbstractBaseUser` may be missing