Summary

Comparing branches/commits:
Old: main (merge base) deb3d3d1
New: 20284/merge 68df1f07
Lint Rule Removed Added Changed
Total 408 9 3
invalid-argument-type 378 1 2
invalid-assignment 12 0 0
no-matching-overload 7 0 0
unused-ignore-comment 0 4 0
possibly-unbound-attribute 3 0 0
type-assertion-failure 3 0 0
unresolved-attribute 0 3 0
not-iterable 2 0 0
unsupported-operator 2 0 0
invalid-return-type 0 0 1
non-subscriptable 1 0 0
redundant-cast 0 1 0

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

freqtrade/data/btanalysis/bt_fileutils.py

[error] invalid-argument-type - :377:22 - Argument to bound method `drop` is incorrect: Expected `Hashable | Index[Any]`, found `list[@Todo]`

freqtrade/freqai/RL/BaseReinforcementLearningModel.py

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

freqtrade/optimize/backtesting.py

[error] invalid-argument-type - :479:32 - Argument to bound method `drop` is incorrect: Expected `Hashable | Index[Any]`, found `Unknown | list[@Todo]`

freqtrade/optimize/optimize_reports/optimize_reports.py

[warning] possibly-unbound-attribute - :283:25 - Attribute `strftime` on type `Hashable | Unknown` is possibly unbound
[error] unresolved-attribute - :283:25 - Type `Hashable` has no attribute `strftime`
[warning] possibly-unbound-attribute - :284:32 - Attribute `to_pydatetime` on type `Hashable | Unknown` is possibly unbound
[error] unresolved-attribute - :284:32 - Type `Hashable` has no attribute `to_pydatetime`

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

pandas/tests/copy_view/test_methods.py

[error] invalid-argument-type - :937:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :951:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :965:62 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1048:62 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/extension/base/reshaping.py

[error] invalid-argument-type - :256:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/indexing/test_xs.py

[error] invalid-argument-type - :142:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :344:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :351:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_droplevel.py

[error] invalid-argument-type - :15:39 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :17:64 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/test_repr.py

[error] invalid-argument-type - :57:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :123:49 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/generic/test_series.py

[error] invalid-argument-type - :21:54 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/methods/test_nlargest_nsmallest.py

[error] invalid-argument-type - :57:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/test_all_methods.py

[error] invalid-argument-type - :65:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/transform/test_transform.py

[error] invalid-argument-type - :953:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1211:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_conversion.py

[error] invalid-argument-type - :68:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :170:42 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :179:42 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_monotonic.py

[error] invalid-argument-type - :187:42 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_names.py

[error] invalid-argument-type - :13:66 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :59:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_take.py

[error] invalid-argument-type - :47:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :57:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :67:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_chaining_and_caching.py

[error] invalid-argument-type - :28:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_datetime.py

[error] invalid-argument-type - :38:67 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_getitem.py

[error] invalid-argument-type - :30:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :358:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_setitem.py

[error] invalid-argument-type - :167:28 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :444:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :480:50 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :484:37 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/generate_legacy_storage_files.py

[error] invalid-argument-type - :167:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :181:66 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :209:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/parser/common/test_index.py

[error] invalid-argument-type - :76:21 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/parser/test_index_col.py

[error] invalid-argument-type - :227:63 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :374:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/parser/test_python_parser_only.py

[error] invalid-argument-type - :200:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/pytables/test_put.py

[error] invalid-argument-type - :295:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/pytables/test_select.py

[error] invalid-argument-type - :738:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/concat/test_dataframe.py

[error] invalid-argument-type - :147:75 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/concat/test_index.py

[error] invalid-argument-type - :237:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/concat/test_series.py

[error] invalid-argument-type - :107:66 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/merge/test_merge_antijoin.py

[error] invalid-argument-type - :157:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :166:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :178:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :190:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/test_pivot_multilevel.py

[error] invalid-argument-type - :58:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :69:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :79:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :82:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :141:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :150:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :166:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :169:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :206:39 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :210:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :224:37 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/series/indexing/test_xs.py

[error] invalid-argument-type - :62:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :69:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :76:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/series/methods/test_align.py

[error] invalid-argument-type - :166:66 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :168:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :173:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :176:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :185:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :188:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :193:62 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :196:62 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/series/methods/test_explode.py

[error] invalid-argument-type - :54:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/strings/test_extract.py

[error] invalid-argument-type - :601:64 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :626:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/test_multilevel.py

[error] invalid-argument-type - :231:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/window/test_apply.py

[error] invalid-argument-type - :176:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/window/test_groupby.py

[error] invalid-argument-type - :228:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :279:68 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :320:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :343:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :408:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :417:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :472:17 - Argument to bound method `from_frame` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :532:17 - Argument to bound method `from_frame` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :544:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :553:64 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :626:60 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :688:69 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :730:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :750:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :764:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :787:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :807:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :875:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1186:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1221:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1243:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1287:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1346:71 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1377:50 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/core/indexes/base.py

[error] invalid-assignment - :1815:17 - Object of type `list[@Todo]` is not assignable to `Hashable`
[error] invalid-assignment - :1822:17 - Object of type `list[Hashable]` is not assignable to `Hashable`
[error] invalid-assignment - :1824:17 - Object of type `list[@Todo]` is not assignable to `Hashable`
[error] invalid-argument-type - :6396:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `Unknown | (Unknown & FrozenList) | list[@Todo] | None`
[error] invalid-return-type - :1826:16 -
Old: Return type does not match returned value: expected `list[Hashable]`, found `Hashable`
New: Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[@Todo]`

pandas/core/indexing.py

[error] non-subscriptable - :2013:60 - Cannot subscript object of type `slice[Any, Any, Any]` with no `__getitem__` method

pandas/tests/copy_view/test_indexing.py

[error] invalid-argument-type - :861:67 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/extension/test_sparse.py

[error] invalid-argument-type - :180:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/indexing/test_indexing.py

[error] invalid-argument-type - :1320:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1325:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1412:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1767:60 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1770:64 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_drop.py

[error] invalid-argument-type - :173:54 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :344:60 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_join.py

[error] invalid-argument-type - :522:57 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :524:57 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :526:57 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :531:62 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_rename.py

[error] invalid-argument-type - :100:54 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :101:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :112:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :115:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :127:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :135:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :145:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :153:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :162:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :202:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :368:39 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :381:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_reset_index.py

[error] invalid-argument-type - :572:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :610:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] no-matching-overload - :749:16 - No overload of bound method `reset_index` matches arguments
[error] no-matching-overload - :762:9 - No overload of bound method `reset_index` matches arguments
[error] no-matching-overload - :765:9 - No overload of bound method `reset_index` matches arguments
[error] invalid-argument-type - :801:40 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :807:54 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_sort_index.py

[error] invalid-argument-type - :284:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :359:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :364:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :372:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :469:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :476:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :484:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :583:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :793:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :812:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :963:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :980:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_to_csv.py

[error] invalid-argument-type - :607:75 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `(Unknown & ~Literal[True]) | None | list[@Todo]`

pandas/tests/frame/methods/test_to_dict.py

[error] invalid-argument-type - :344:62 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :354:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/methods/test_to_records.py

[error] invalid-argument-type - :446:63 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :449:60 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`

pandas/tests/frame/test_arithmetic.py

[error] invalid-argument-type - :793:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :809:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :826:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :845:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :863:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/test_stack_unstack.py

[error] invalid-argument-type - :301:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :314:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :318:21 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :336:21 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :442:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :501:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :707:64 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :785:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :788:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :796:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :807:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :810:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :827:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1115:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1150:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1281:72 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1313:67 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1529:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2357:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2441:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2567:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2581:65 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2678:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2679:69 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/frame/test_subclass.py

[error] invalid-argument-type - :234:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :237:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :254:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :278:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :296:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :299:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :316:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :340:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :368:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :371:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :380:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :395:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :412:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :415:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :427:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :445:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :607:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :610:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/aggregate/test_aggregate.py

[error] invalid-argument-type - :111:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :375:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/methods/test_nth.py

[error] invalid-argument-type - :675:41 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/methods/test_quantile.py

[error] invalid-argument-type - :124:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :444:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :450:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/methods/test_value_counts.py

[error] invalid-argument-type - :263:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :621:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :659:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :888:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :965:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1063:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/test_apply.py

[error] invalid-argument-type - :314:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1182:72 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1204:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1285:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/test_groupby.py

[error] invalid-argument-type - :492:39 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1528:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1540:50 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1891:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1909:41 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2467:62 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2934:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/test_groupby_dropna.py

[error] invalid-argument-type - :46:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :90:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :237:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :330:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/groupby/test_grouping.py

[error] invalid-argument-type - :149:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :365:72 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_constructors.py

[error] invalid-argument-type - :360:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :371:58 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :382:41 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :526:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :547:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :655:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_drop.py

[error] invalid-argument-type - :127:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :147:60 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_get_set.py

[error] invalid-argument-type - :362:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_join.py

[error] invalid-argument-type - :134:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :146:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :158:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_setops.py

[error] invalid-argument-type - :497:43 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :500:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :503:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :524:37 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexes/multi/test_sorting.py

[error] invalid-argument-type - :42:57 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :113:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :179:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_loc.py

[error] invalid-argument-type - :597:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :657:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :668:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :680:47 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :684:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :688:64 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :805:64 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_multiindex.py

[error] invalid-argument-type - :212:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_slice.py

[error] invalid-argument-type - :64:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :68:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :395:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :466:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :563:55 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :567:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/multiindex/test_sorted.py

[error] invalid-argument-type - :24:54 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/indexing/test_loc.py

[error] invalid-argument-type - :1772:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1812:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/excel/test_readers.py

[error] invalid-argument-type - :1675:67 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/excel/test_writers.py

[error] invalid-argument-type - :1004:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1017:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

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

[error] invalid-argument-type - :865:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :866:50 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/formats/test_format.py

[error] invalid-argument-type - :1746:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/formats/test_to_html.py

[error] invalid-argument-type - :513:51 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1020:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1031:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/parser/test_na_values.py

[error] invalid-argument-type - :240:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :247:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/parser/test_parse_dates.py

[error] invalid-argument-type - :348:21 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/io/test_stata.py

[error] invalid-argument-type - :692:38 -
Old: Argument to function `raises` is incorrect: Expected `str | Pattern[str] | None`, found `Unknown | Hashable`
New: Argument to function `raises` is incorrect: Expected `str | Pattern[str] | None`, found `Hashable`

pandas/tests/plotting/frame/test_frame.py

[error] invalid-argument-type - :208:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :211:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/plotting/test_boxplot_method.py

[error] invalid-argument-type - :748:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/resample/test_resampler_grouper.py

[error] invalid-argument-type - :440:57 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/merge/test_join.py

[error] invalid-argument-type - :953:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :958:52 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1109:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1113:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1119:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1126:48 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/merge/test_merge.py

[error] invalid-argument-type - :2535:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2890:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/merge/test_multi.py

[error] invalid-argument-type - :479:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :484:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :489:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :630:44 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :890:57 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :898:71 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :918:66 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/test_crosstab.py

[error] invalid-argument-type - :235:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :638:70 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :680:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/test_from_dummies.py

[error] invalid-argument-type - :69:31 - Argument to function `from_dummies` is incorrect: Expected `Hashable | dict[str, Hashable]`, found `list[@Todo]`
[error] invalid-argument-type - :149:56 - Argument to function `from_dummies` is incorrect: Expected `Hashable | dict[str, Hashable]`, found `list[@Todo]`

pandas/tests/reshape/test_melt.py

[error] invalid-argument-type - :387:56 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :393:60 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/reshape/test_pivot.py

[error] invalid-argument-type - :181:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :988:21 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1518:46 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1808:45 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2281:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2329:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2352:17 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2419:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2704:53 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2847:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/series/methods/test_sort_index.py

[error] invalid-argument-type - :83:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :101:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :190:45 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :220:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`
[error] invalid-argument-type - :231:61 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[Unknown]`

pandas/tests/series/methods/test_unstack.py

[error] invalid-argument-type - :96:66 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :108:70 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :109:54 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :116:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :167:65 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/series/test_arithmetic.py

[error] invalid-argument-type - :944:13 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/window/test_api.py

[error] invalid-argument-type - :343:9 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

pandas/tests/window/test_rolling.py

[error] invalid-argument-type - :925:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :931:59 - Argument to bound method `from_tuples` is incorrect: Expected `Hashable`, found `list[@Todo]`

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

tests/series/test_series.py

[error] type-assertion-failure - :306:12 - Argument does not have asserted type `None`
[error] no-matching-overload - :306:24 - No overload of bound method `drop` matches arguments
[error] type-assertion-failure - :307:12 - Argument does not have asserted type `None`
[error] no-matching-overload - :307:24 - No overload of bound method `drop` matches arguments
[error] invalid-argument-type - :304:30 - Argument to bound method `drop` is incorrect: Expected `Hashable | Index[Any]`, found `list[@Todo]`

tests/test_frame.py

[warning] unused-ignore-comment - :3300:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3301:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3302:34 - Unused blanket `type: ignore` directive
[error] type-assertion-failure - :466:12 - Argument does not have asserted type `None`
[error] no-matching-overload - :466:24 - No overload of bound method `drop` matches arguments
[error] invalid-argument-type - :3932:54 - Argument to bound method `reset_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :462:31 - Argument to bound method `drop` is incorrect: Expected `Hashable | Index[Any]`, found `list[@Todo]`
[error] invalid-argument-type - :463:31 - Argument to bound method `drop` is incorrect: Expected `Hashable | Index[Any]`, found `list[@Todo]`

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

xarray/computation/rolling.py

[error] invalid-assignment - :448:13 - Object of type `dict[@Todo, @Todo]` is not assignable to `Hashable`
[error] invalid-assignment - :984:13 - Object of type `dict[@Todo, @Todo]` is not assignable to `Hashable`

xarray/core/dataarray.py

[error] invalid-assignment - :2754:13 - Object of type `dict[Unknown, Literal[1]]` is not assignable to `Hashable`
[error] invalid-assignment - :2756:13 - Object of type `dict[@Todo, @Todo]` is not assignable to `Hashable`
[error] invalid-argument-type - :2758:37 - Argument to function `either_dict_or_kwargs` is incorrect: Expected `Mapping[Any, Any] | None`, found `Hashable`

xarray/core/dataset.py

[error] invalid-argument-type - :1340:49 - Argument to function `did_you_mean` is incorrect: Expected `Hashable`, found `Hashable | Iterable[Hashable]`
[error] invalid-assignment - :4560:13 - Object of type `dict[Unknown, Unknown]` is not assignable to `Hashable`
[error] invalid-assignment - :4566:13 - Object of type `dict[@Todo, @Todo]` is not assignable to `Hashable`
[error] invalid-assignment - :4570:13 - Object of type `dict[Unknown, Literal[1]]` is not assignable to `Hashable`
[error] invalid-assignment - :4864:13 - Object of type `list[@Todo]` is not assignable to `Hashable`
[error] invalid-argument-type - :4866:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Hashable`
[error] not-iterable - :4887:21 - Object of type `Hashable` is not iterable
[error] unsupported-operator - :4903:24 - Operator `not in` is not supported for types `@Todo` and `Hashable`
[error] unsupported-operator - :4906:20 - Operator `not in` is not supported for types `Unknown` and `Hashable`, in comparing `Unknown & Hashable` with `Hashable`
[error] invalid-assignment - :8066:13 - Object of type `list[@Todo]` is not assignable to `Hashable | DataArray`
[error] not-iterable - :8067:71 - Object of type `Top[list[Unknown]] | Hashable | DataArray` may not be iterable
[error] invalid-argument-type - :1406:28 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Hashable | Iterable[Hashable]`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Hashable`

xarray/structure/concat.py

[warning] possibly-unbound-attribute - :334:22 - Attribute `dims` on type `Hashable | Any` is possibly unbound
[error] unresolved-attribute - :334:22 - Type `Hashable` has no attribute `dims`

xarray/tests/test_backends.py

[error] invalid-argument-type - :1588:13 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`

xarray/tests/test_dataarray.py

[error] invalid-argument-type - :567:34 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :1183:27 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1893:33 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :1909:35 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :1922:34 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :2057:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2060:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2063:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2065:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2067:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2071:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2073:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2075:27 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2076:27 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2085:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :2089:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :2111:36 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2123:36 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2137:36 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2174:36 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :2221:36 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :2224:33 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :4343:28 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[@Todo]`
[error] invalid-argument-type - :4351:28 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[@Todo]`

xarray/tests/test_dataset.py

[warning] unused-ignore-comment - :7957:35 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1895:27 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :3568:34 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :3590:34 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :3592:34 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :3605:39 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :3624:39 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :3647:39 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[str, list[@Todo]]`
[error] invalid-argument-type - :3675:39 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :3787:36 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :3797:28 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[Hashable]`
[error] invalid-argument-type - :3842:31 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :3906:32 - Argument to bound method `reset_index` is incorrect: Expected `Hashable`, found `str | list[str]`
[error] invalid-argument-type - :3944:40 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :5080:36 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :6842:28 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[@Todo]`
[error] invalid-argument-type - :6848:28 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[@Todo]`
[error] invalid-argument-type - :6891:28 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[@Todo]`
[error] invalid-argument-type - :6895:28 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[@Todo]`

xarray/tests/test_groupby.py

[error] invalid-argument-type - :1156:49 - Argument to bound method `__init__` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray`

xarray/tests/test_indexing.py

[error] invalid-argument-type - :271:31 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`

xarray/tests/test_interp.py

[error] invalid-argument-type - :580:27 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[@Todo]`

xarray/tests/test_plot.py

[error] invalid-argument-type - :260:27 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :1514:27 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`

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

yarl/_quoting_py.py

[warning] redundant-cast - :148:19 - Value is already of type `BufferedIncrementalDecoder`