Summary

Comparing branches/commits:
Old: main (merge base) a6f2dee3
New: 21335/merge 53269f21
Lint Rule Removed Added Changed
Total 19 72 35
invalid-argument-type 0 37 20
type-assertion-failure 18 0 0
invalid-assignment 0 2 8
unsupported-operator 0 8 2
unresolved-attribute 0 9 0
invalid-return-type 0 1 5
non-subscriptable 0 5 0
possibly-missing-attribute 0 3 0
no-matching-overload 0 2 0
not-iterable 0 2 0
call-non-callable 0 1 0
possibly-missing-implicit-call 0 1 0
redundant-cast 0 1 0
unused-ignore-comment 1 0 0

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

arviz/tests/base_tests/test_stats.py

[error] invalid-argument-type - :397:12 -
Old: Method `__getitem__` of type `bound method _LocIndexer[Unknown].__getitem__(key: Mapping[Any, Any]) -> Unknown` cannot be called with key of type `Literal["theta[Deerfield]"]` on object of type `_LocIndexer[Unknown]`
New: Method `__getitem__` of type `bound method _LocIndexer[Dataset].__getitem__(key: Mapping[Any, Any]) -> Dataset` cannot be called with key of type `Literal["theta[Deerfield]"]` on object of type `_LocIndexer[Dataset]`
[error] invalid-argument-type - :399:9 -
Old: Method `__getitem__` of type `bound method _LocIndexer[Unknown].__getitem__(key: Mapping[Any, Any]) -> Unknown` cannot be called with key of type `list[Unknown]` on object of type `_LocIndexer[Unknown]`
New: Method `__getitem__` of type `bound method _LocIndexer[Dataset].__getitem__(key: Mapping[Any, Any]) -> Dataset` cannot be called with key of type `list[Unknown]` on object of type `_LocIndexer[Dataset]`
[error] invalid-argument-type - :410:15 -
Old: Method `__getitem__` of type `bound method _LocIndexer[Unknown].__getitem__(key: Mapping[Any, Any]) -> Unknown` cannot be called with key of type `Literal["theta[Deerfield]"]` on object of type `_LocIndexer[Unknown]`
New: Method `__getitem__` of type `bound method _LocIndexer[Dataset].__getitem__(key: Mapping[Any, Any]) -> Dataset` cannot be called with key of type `Literal["theta[Deerfield]"]` on object of type `_LocIndexer[Dataset]`

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

homeassistant/components/sonos/helpers.py

[warning] possibly-missing-attribute - :86:45 - Attribute `uid` may be missing on object of type `Unknown | property`

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

freqtrade/data/btanalysis/bt_fileutils.py

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

freqtrade/data/converter/converter.py

[error] invalid-assignment - :153:13 -
Old: Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
New: Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
[error] invalid-assignment - :155:9 -
Old: Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
New: Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/data/converter/orderflow.py

[error] invalid-assignment - :109:9 -
Old: Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
New: Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/data/converter/trade_converter.py

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

freqtrade/data/dataprovider.py

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

freqtrade/data/entryexitanalysis.py

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

freqtrade/data/metrics.py

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

freqtrade/exchange/binance_public_data.py

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

freqtrade/freqai/data_kitchen.py

[error] invalid-assignment - :389:13 -
Old: Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
New: Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`
[error] invalid-assignment - :391:13 -
Old: Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
New: Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/freqai/freqai_interface.py

[error] invalid-argument-type - :346:21 -
Old: Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any]`
New: Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any] | DataFrame`
[error] invalid-argument-type - :350:21 -
Old: Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any]`
New: Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any] | DataFrame`

freqtrade/optimize/analysis/lookahead.py

[error] non-subscriptable - :82:31 - Cannot subscript object of type `Hashable` with no `__getitem__` method
[error] unsupported-operator - :85:51 - Operator `+` is unsupported between objects of type `Unknown | int | slice[Any, Any, Any]` and `Literal[1]`
[error] non-subscriptable - :89:80 - Cannot subscript object of type `Hashable` with no `__getitem__` method
[error] non-subscriptable - :90:71 - Cannot subscript object of type `Hashable` with no `__getitem__` method
[error] non-subscriptable - :93:32 - Cannot subscript object of type `Hashable` with no `__getitem__` method

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] invalid-argument-type - :529:9 -
Old: Argument to function `generate_pair_metrics` is incorrect: Expected `DataFrame`, found `Series[Any] | Unknown`
New: Argument to function `generate_pair_metrics` is incorrect: Expected `DataFrame`, found `Series[Any] | DataFrame`

freqtrade/rpc/rpc.py

[error] invalid-assignment - :1434:17 -
Old: Object of type `Series[Any] | Unknown` is not assignable to `DataFrame`
New: Object of type `Series[Any] | DataFrame` is not assignable to `DataFrame`

freqtrade/strategy/interface.py

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

freqtrade/templates/strategy_analysis_example.ipynb:cell 23

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

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

unittests/allplatformstests.py

[error] invalid-argument-type - :4413:61 - Argument to function `parse_machine_files` is incorrect: Expected `list[str]`, found `list[Unknown | Path]`

unittests/machinefiletests.py

[error] invalid-argument-type - :61:46 - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[Unknown | Path]`

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

pandas/core/dtypes/cast.py

[error] unresolved-attribute - :406:8 - Object of type `property` has no attribute `kind`
[error] unresolved-attribute - :408:10 - Object of type `property` has no attribute `kind`
[error] unresolved-attribute - :410:10 - Object of type `property` has no attribute `kind`

pandas/core/generic.py

[warning] redundant-cast - :6519:16 - Value is already of type `Self@astype`

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

tests/test_frame.py

[error] type-assertion-failure - :3371:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3372:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3373:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3374:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3375:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3376:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3377:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3378:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3379:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3380:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3399:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3402:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3413:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3874:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4297:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4547:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] invalid-return-type - :4156:16 -
Old: Return type does not match returned value: expected `DataFrame`, found `Series[Any] | Unknown`
New: Return type does not match returned value: expected `DataFrame`, found `Series[Any] | DataFrame`

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

tests/pandas/test_schemas.py

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

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

setup.py

[error] invalid-argument-type - :549:13 - Argument to bound method `spawn` is incorrect: Expected `MutableSequence[str]`, found `list[Unknown | str | Path]`

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

rotkehlchen/tests/utils/crash_test.py

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

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/linear_model/tests/test_coordinate_descent.py

[warning] possibly-missing-attribute - :1064:20 - Attribute `dot` may be missing on object of type `Unknown | float64`

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

scipy/sparse/_data.py

[error] invalid-assignment - :149:9 - Object of type `Unknown | property` is not assignable to attribute `__name__` of type `str`
[error] invalid-argument-type - :153:27 - Argument to function `setattr` is incorrect: Expected `str`, found `Unknown | property`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/ext/graphviz.py

[error] no-matching-overload - :266:24 - No overload of function `urlunsplit` matches arguments

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

static_frame/core/node_iter.py

[error] non-subscriptable - :795:55 - Cannot subscript object of type `property` with no `__getitem__` method

static_frame/core/node_values.py

[error] call-non-callable - :275:20 - Object of type `property` is not callable

static_frame/test/unit/test_frame.py

[error] unresolved-attribute - :14678:30 - Object of type `property` has no attribute `shape`
[error] unresolved-attribute - :14680:18 - Object of type `property` has no attribute `iloc`

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

sympy/matrices/tests/test_matrices.py

[error] invalid-argument-type - :2605:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2605:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2605:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2605:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2606:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2606:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2606:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2606:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2607:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2607:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2607:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2607:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`

sympy/matrices/tests/test_matrixbase.py

[error] invalid-argument-type - :3338:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3338:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3338:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3338:22 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3339:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3339:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3339:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3339:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3340:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3340:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3340:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3340:24 - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`

sympy/solvers/solvers.py

[error] invalid-argument-type - :3094:20 - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `Unknown | None`

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

src/trio/_tests/type_tests/path.py

[error] type-assertion-failure - :42:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :43:5 - Argument does not have asserted type `Path`

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

setup.py

[error] unsupported-operator - :506:30 -
Old: Operator `+` is unsupported between objects of type `list[Unknown]` and `str | list[str] | list[Unknown]`
New: Operator `+` is unsupported between objects of type `list[Unknown | Path]` and `str | list[str] | list[Unknown]`

xarray (https://github.com/pydata/xarray)

xarray/computation/rolling.py

[error] unsupported-operator - :115:57 - Operator `not in` is not supported for types `Hashable` and `property`
[error] invalid-argument-type - :120:37 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `property`
[error] unsupported-operator - :1082:63 - Operator `not in` is not supported for types `Any` and `property`
[error] invalid-argument-type - :1086:37 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `property`
[error] no-matching-overload - :1092:30 - No overload of bound method `fromkeys` matches arguments
[error] not-iterable - :1093:18 - Object of type `property` is not iterable
[warning] possibly-missing-attribute - :1198:25 - Attribute `items` may be missing on object of type `Frozen[Hashable, Variable] | Any | property`
[error] invalid-argument-type - :1211:51 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `property`
[error] invalid-argument-type - :1212:13 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `property`
[error] unsupported-operator - :1094:16 -
Old: Operator `not in` is not supported for types `Hashable` and `str`, in comparing `Hashable` with `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Hashable, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]`
New: Operator `not in` is not supported for types `Unknown` and `(...) -> Unknown`, in comparing `Unknown` with `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | Unknown`
[error] invalid-assignment - :1096:9 -
Old: Object of type `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Hashable, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]` is not assignable to attribute `coord_func` of type `Mapping[Hashable, str | ((...) -> Unknown)]`
New: Object of type `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | Unknown` is not assignable to attribute `coord_func` of type `Mapping[Hashable, str | ((...) -> Unknown)]`

xarray/computation/weighted.py

[error] invalid-argument-type - :203:24 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `property`

xarray/core/coordinates.py

[error] not-iterable - :1194:14 - Object of type `property` is not iterable
[error] invalid-argument-type - :1196:69 -
Old: Method `__getitem__` of type `(bound method T_Xarray@assert_coordinate_consistent.__getitem__(key: Any) -> T_Xarray@assert_coordinate_consistent) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@assert_coordinate_consistent])` cannot be called with key of type `Hashable` on object of type `T_Xarray@assert_coordinate_consistent`
New: Method `__getitem__` of type `(bound method T_Xarray@assert_coordinate_consistent.__getitem__(key: Any) -> T_Xarray@assert_coordinate_consistent) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@assert_coordinate_consistent])` cannot be called with key of type `Unknown` on object of type `T_Xarray@assert_coordinate_consistent`
[error] unsupported-operator - :1196:28 - Operator `in` is not supported for types `Unknown` and `property`
[error] invalid-argument-type - :1199:51 -
Old: Method `__getitem__` of type `(bound method T_Xarray@assert_coordinate_consistent.__getitem__(key: Any) -> T_Xarray@assert_coordinate_consistent) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@assert_coordinate_consistent])` cannot be called with key of type `Hashable` on object of type `T_Xarray@assert_coordinate_consistent`
New: Method `__getitem__` of type `(bound method T_Xarray@assert_coordinate_consistent.__getitem__(key: Any) -> T_Xarray@assert_coordinate_consistent) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@assert_coordinate_consistent])` cannot be called with key of type `Unknown` on object of type `T_Xarray@assert_coordinate_consistent`

xarray/core/dataset.py

[error] unresolved-attribute - :4082:32 - Object of type `property` has no attribute `get_all_coords`

xarray/core/groupby.py

[warning] possibly-missing-implicit-call - :772:17 - Method `__setitem__` of type `DatasetCoordinates | Any | property` may be missing
[error] unresolved-attribute - :944:40 - Object of type `property` has no attribute `items`
[error] invalid-argument-type - :960:28 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `property`
[error] invalid-argument-type - :960:46 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `property`
[error] unsupported-operator - :1078:25 - Operator `not in` is not supported for types `Any` and `property`
[error] invalid-argument-type - :1104:32 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `property`
[error] unsupported-operator - :1112:49 - Operator `not in` is not supported for types `Unknown` and `property`
[error] invalid-argument-type - :961:24 -
Old: Method `__getitem__` of type `(bound method T_Xarray@GroupBy.__getitem__(key: Any) -> T_Xarray@GroupBy) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@GroupBy])` cannot be called with key of type `Hashable` on object of type `T_Xarray@GroupBy`
New: Method `__getitem__` of type `(bound method T_Xarray@GroupBy.__getitem__(key: Any) -> T_Xarray@GroupBy) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@GroupBy])` cannot be called with key of type `Unknown` on object of type `T_Xarray@GroupBy`
[error] invalid-argument-type - :962:35 -
Old: Method `__getitem__` of type `(bound method T_Xarray@GroupBy.__getitem__(key: Any) -> T_Xarray@GroupBy) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@GroupBy])` cannot be called with key of type `Hashable` on object of type `T_Xarray@GroupBy`
New: Method `__getitem__` of type `(bound method T_Xarray@GroupBy.__getitem__(key: Any) -> T_Xarray@GroupBy) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@GroupBy])` cannot be called with key of type `Unknown` on object of type `T_Xarray@GroupBy`

xarray/core/indexing.py

[error] unresolved-attribute - :145:24 - Object of type `property` has no attribute `get`
[error] unsupported-operator - :151:14 - Operator `in` is not supported for types `Any` and `property`
[error] unsupported-operator - :153:14 - Operator `not in` is not supported for types `Any` and `property`

xarray/core/resample.py

[error] unresolved-attribute - :127:21 - Object of type `property` has no attribute `items`

xarray/core/treenode.py

[error] invalid-assignment - :133:13 - Object of type `dict[str | Unknown, Self@_detach | Unknown]` is not assignable to attribute `_children` of type `dict[str, typing.Self]`