Summary

Comparing branches/commits:
Old: main (merge base) e2e21508
New: 21551/merge 4ccc16a9
Lint Rule Removed Added Changed
Total 457 2464 201
invalid-argument-type 13 1565 96
non-subscriptable 0 337 0
deprecated 255 0 0
unresolved-attribute 125 64 3
possibly-missing-attribute 3 141 24
invalid-return-type 0 80 5
no-matching-overload 15 70 0
type-assertion-failure 19 3 36
invalid-assignment 0 43 11
unsupported-operator 0 8 26
unused-ignore-comment 17 16 0
call-non-callable 0 30 0
possibly-unresolved-reference 4 26 0
missing-argument 0 27 0
unknown-argument 0 22 0
invalid-overload 1 9 0
invalid-type-form 0 10 0
not-iterable 0 7 0
invalid-method-override 5 0 0
unsupported-base 0 2 0
invalid-await 0 1 0
invalid-context-manager 0 1 0
invalid-raise 0 1 0
redundant-cast 0 1 0

DateType (https://github.com/glyph/DateType)

src/datetype/__init__.py

[warning] deprecated - :535:32 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :535:22 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :539:32 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :539:22 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

Expression (https://github.com/cognitedata/Expression)

expression/collections/map.py

[error] invalid-return-type - :96:16 - Return type does not match returned value: expected `_Result@fold`, found `_Result@fold | Result@fold`
[error] invalid-return-type - :99:16 - Return type does not match returned value: expected `_Result@fold_back`, found `_Result@fold_back | Result@fold_back`

expression/collections/block.py

[error] invalid-return-type - :761:12 - Return type does not match returned value: expected `_TSource@reduce`, found `_TSource@reduce | _TState@fold`
[warning] unused-ignore-comment - :940:30 - Unused blanket `type: ignore` directive

expression/core/result.py

[error] invalid-return-type - :209:24 - Return type does not match returned value: expected `Result[_TErrorOut@Result, _TSourceOut@Result]`, found `Result[_TSourceOut@Result, _TSourceOut@Result]`
[error] invalid-return-type - :211:24 - Return type does not match returned value: expected `Result[_TErrorOut@Result, _TSourceOut@Result]`, found `Result[_TSourceOut@Result, _TSourceOut@Result]`

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/context/message.py

[warning] deprecated - :115:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :115:70 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :188:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :188:76 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :194:22 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :194:74 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

tanjun/context/autocomplete.py

[warning] deprecated - :98:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :98:68 - The function `_set_type_special_case` is deprecated: Use ContextOverride

tanjun/context/base.py

[warning] deprecated - :57:14 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :133:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :136:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

tanjun/context/menu.py

[warning] deprecated - :99:14 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :99:63 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :156:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :159:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

tanjun/context/slash.py

[warning] deprecated - :335:14 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1029:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1029:68 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1067:22 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1068:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1069:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1070:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1075:22 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1076:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1077:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1078:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

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

alerta/auth/oidc.py

[warning] deprecated - :99:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :99:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/auth/utils.py

[warning] deprecated - :52:20 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :52:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/commands.py

[warning] deprecated - :66:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :66:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[error] invalid-argument-type - :74 -
Old: Argument to bound method `__init__` is incorrect: Expected `datetime`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `datetime`, found `Unknown | Divergent | None`

alerta/database/backends/mongodb/base.py

[warning] deprecated - :190:56 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :190:47 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :214:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :214:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1116:79 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1116:70 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1194:51 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1194:42 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1259:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1259:43 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1301:67 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1301:58 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1517:41 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1517:32 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1603:44 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1603:35 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1608:41 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1608:32 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1618:100 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1618:91 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1668:95 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1668:86 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1718:95 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1718:86 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/database/backends/mongodb/utils.py

[warning] deprecated - :250:79 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[warning] deprecated - :250:120 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :250:70 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[error] invalid-argument-type - :250:111 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :252:68 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :252:59 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :254:67 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :254:58 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :345:70 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :345:61 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :347:69 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :347:60 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/dev.py

[warning] deprecated - :4:23 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :4:14 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/management/views.py

[warning] deprecated - :144:39 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :144:21 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/models/alert.py

[warning] deprecated - :66:72 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :66:63 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :75:74 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :75:65 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :282:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :282:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :335:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :335:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :379:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :379:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :430:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :430:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :574:34 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :574:25 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :594:34 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :594:25 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :609:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :609:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :637:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :637:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/models/blackout.py

[warning] deprecated - :37:65 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :37:56 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :60:91 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :60:82 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :84:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :84:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/models/heartbeat.py

[warning] deprecated - :56:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :56:43 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :59:74 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :59:65 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :61:31 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :61:22 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/models/history.py

[warning] deprecated - :16:72 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :16:63 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/models/key.py

[warning] deprecated - :31:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :31:43 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :42:49 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :42:40 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :164:57 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :164:48 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/models/note.py

[warning] deprecated - :25:91 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :25:82 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/models/user.py

[warning] deprecated - :41:72 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :41:63 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :44:72 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :44:63 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/utils/audit.py

[warning] deprecated - :94:36 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :94:27 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/utils/client.py

[warning] deprecated - :44:45 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :44:27 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

alerta/views/alerts.py

[warning] deprecated - :309:27 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :309:18 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[error] invalid-argument-type - :332 -
Old: Argument to function `max` is incorrect: Argument type `Unknown | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
New: Argument to function `max` is incorrect: Argument type `Unknown | None | Divergent` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

tests/test_blackouts.py

[warning] deprecated - :688:42 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :688:33 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

altair/vegalite/v6/theme.py

[warning] deprecated - :107:8 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.
[warning] deprecated - :111:8 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.
[warning] deprecated - :120:8 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.
[warning] deprecated - :123:12 - The function `register` is deprecated: Deprecated since `altair=5.5.0`. Use @altair.theme.register instead.

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

src/antidote/core/_catalog.py

[error] invalid-return-type - :204:16 - Return type does not match returned value: expected `PublicCatalog`, found `CatalogImpl`
[error] invalid-argument-type - :538:37 - Argument to bound method `rewire` is incorrect: Expected `ReadOnlyCatalog`, found `CatalogImpl`

src/antidote/core/_objects.py

[error] invalid-assignment - :14:18 - Object of type `InjectImpl` is not assignable to `Inject`
[error] invalid-assignment - :15:32 - Object of type `AppCatalogProxy` is not assignable to `ReadOnlyCatalog`

tests/core/test_inject_wrapper.py

[error] invalid-argument-type - :429:16 - Argument to bound method `klass` is incorrect: Argument type `<class 'Dummy'>` does not satisfy upper bound `Dummy` of type variable `Self`

tests/core/test_thread_safety.py

[error] invalid-argument-type - :277:61 - Argument to bound method `set_value` is incorrect: Expected `() -> Literal["a"]`, found `def callback() -> str`

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

src/anyio/streams/memory.py

[error] invalid-assignment - :60:80 - Object of type `dataclasses.Field[Top[OrderedDict[Unknown, Unknown]]]` is not assignable to `OrderedDict[Event, _MemoryObjectItemReceiver[T_Item@_MemoryObjectStreamState]]`
[error] invalid-assignment - :63:51 - Object of type `dataclasses.Field[Top[OrderedDict[Unknown, Unknown]]]` is not assignable to `OrderedDict[Event, T_Item@_MemoryObjectStreamState]`

src/anyio/__init__.py

[warning] deprecated - :49:29 - The function `wait_socket_readable` is deprecated: This function is deprecated; use `wait_readable` instead
[warning] deprecated - :50:29 - The function `wait_socket_writable` is deprecated: This function is deprecated; use `wait_writable` instead

src/anyio/_backends/_asyncio.py

[error] invalid-assignment - :2568:50 - Object of type `Future[T_Retval@run_async_from_thread] | Future[_T@run_coroutine_threadsafe]` is not assignable to `Future[T_Retval@run_async_from_thread]`
[warning] redundant-cast - :2654:31 - Value is already of type `tuple[Transport, StreamProtocol]`

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

src/arti/types/__init__.py

[error] invalid-assignment - :354:59 - Object of type `dataclasses.Field[Top[NoCopyDict[Unknown, Unknown]]]` is not assignable to `NoCopyDict[str, type[TypeAdapter]]`

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

asynq/tests/test_typing.py

[error] type-assertion-failure - :16 -
Old: Type `FutureBase[str]` does not match asserted type `FutureBase[Unknown]`
New: Type `FutureBase[str]` does not match asserted type `FutureBase[str] | FutureBase[Unknown]`

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

src/bandersnatch/utils.py

[warning] deprecated - :54:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :54:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

beartype/_util/hint/pep/utilpepsign.py

[error] invalid-return-type - :237 -
Old: Return type does not match returned value: expected `HintSign`, found `HintSign | None`
New: Return type does not match returned value: expected `HintSign`, found `HintSign | None | Divergent`

beartype/claw/_package/clawpkgtrie.py

[warning] unsupported-base - :66:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieBlacklist]'> | <class 'dict[str, Divergent]'>`
[warning] unsupported-base - :247:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieWhitelist]'> | <class 'dict[str, Divergent]'>`

black (https://github.com/psf/black)

src/black/files.py

[error] unsupported-operator - :92:16 - Operator `in` is not supported for types `str` and `object`, in comparing `Literal["black"]` with `object`
[error] unresolved-attribute - :127:30 - Object of type `object` has no attribute `get`

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

src/bokeh/server/contexts.py

[error] invalid-await - :289:15 - `None | Divergent` is not awaitable

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

tests/unittests/config/test_cc_seed_random.py

[warning] deprecated - :34:36 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

cloudinit/sources/helpers/azure.py

[error] invalid-return-type - :773:16 - Return type does not match returned value: expected `list[str] | None`, found `None | Top[list[Unknown]] | Unknown`

tests/unittests/sources/test_azure_helper.py

[error] unsupported-operator - :1041:16 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["expected-key"]` with `list[str] | None | Unknown`
[error] unsupported-operator - :1042:16 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["expected-no-value-key"]` with `list[str] | None | Unknown`
[error] unsupported-operator - :1043:16 - Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["should-not-be-found"]` with `list[str] | None | Unknown`

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

colour/utilities/tests/test_verbose.py

[error] missing-argument - :171:22 - No argument provided for required parameter `style` of function `array2string`
[error] missing-argument - :171:22 - No argument provided for required parameter `style` of function `array2string`

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

comtypes/test/__init__.py

[warning] deprecated - :137:21 - The function `makeSuite` is deprecated: Deprecated since Python 3.11; removed in Python 3.13.
[warning] deprecated - :207:24 - The function `makeSuite` is deprecated: Deprecated since Python 3.11; removed in Python 3.13.

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

homeassistant/components/evil_genius_labs/util.py

[error] invalid-return-type - :26:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@update_when_done]`, found `_Wrapped[Unknown, Awaitable[_R@update_when_done], Unknown, CoroutineType[object, Never, _R@update_when_done]] | _Wrapped[Unknown, Awaitable[_R@update_when_done], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/media_source/helper.py

[error] invalid-argument-type - :70:39 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Sequence[BrowseMedia] | None | Divergent`

homeassistant/components/notify/legacy.py

[error] non-subscriptable - :305:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :305:34 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["notify"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :332:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :332:26 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["notify"]` on object of type `Top[dict[Unknown, Unknown]]`

homeassistant/helpers/trace.py

[error] invalid-return-type - :285:16 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/alexa/state_report.py

[error] invalid-argument-type - :343 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_entity_state_filter(data: EventStateChangedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _async_entity_state_filter(data: EventStateChangedData) -> bool) | (def _async_entity_state_filter(data: Divergent) -> Divergent)`

homeassistant/components/alexa_devices/utils.py

[error] invalid-return-type - :45:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/api/__init__.py

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

homeassistant/components/arcam_fmj/media_player.py

[error] invalid-return-type - :77:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@convert_exception]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@convert_exception], Unknown, CoroutineType[object, Never, _R@convert_exception]] | _Wrapped[Unknown, Coroutine[object, Never, _R@convert_exception], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/asuswrt/bridge.py

[error] invalid-return-type - :116:16 - Return type does not match returned value: expected `_ReturnFuncType[_AsusWrtBridgeT@handle_errors_and_zip]`, found `_Wrapped[Unknown, Awaitable[list[str] | tuple[int | float | None, int | float | None] | list[int | float] | dict[str, int | float | str | None] | dict[str, int | float]], Unknown, CoroutineType[object, Never, dict[str, int | float | str | None] | dict[str, int | float]]] | _Wrapped[Unknown, Awaitable[list[str] | tuple[int | float | None, int | float | None] | list[int | float] | dict[str, int | float | str | None] | dict[str, int | float]], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/asuswrt/diagnostics.py

[error] invalid-assignment - :65 -
Old: Invalid subscript assignment with key of type `str` and value of type `dict[Unknown | str, Unknown | None | dict[Unknown, Unknown]]` on object of type `list[Unknown]`
New: Invalid subscript assignment with key of type `str | Divergent` and value of type `dict[Unknown | str, Unknown | None | dict[Unknown, Unknown]]` on object of type `list[Unknown]`

homeassistant/components/aws_s3/backup.py

[error] invalid-return-type - :48:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, T@handle_boto_errors]`, found `_Wrapped[Unknown, Coroutine[object, Never, T@handle_boto_errors], Unknown, CoroutineType[object, Never, T@handle_boto_errors]] | _Wrapped[Unknown, Coroutine[object, Never, T@handle_boto_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/azure_devops/entity.py

[error] invalid-argument-type - :23 -
Old: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, str, Unknown]]`
New: Invalid argument to key "identifiers" with declared type `set[tuple[str, str]]` on TypedDict `DeviceInfo`: value of type `set[Unknown | tuple[str, Unknown | str, Unknown]]`

homeassistant/components/azure_storage/backup.py

[error] invalid-return-type - :98:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@handle_backup_errors], Unknown, CoroutineType[object, Never, _R@handle_backup_errors]] | _Wrapped[Unknown, Coroutine[object, Never, _R@handle_backup_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/backblaze_b2/backup.py

[error] invalid-return-type - :98:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, T@handle_b2_errors]`, found `_Wrapped[Unknown, Coroutine[object, Never, T@handle_b2_errors], Unknown, CoroutineType[object, Never, T@handle_b2_errors]] | _Wrapped[Unknown, Coroutine[object, Never, T@handle_b2_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/blueprint/websocket_api.py

[error] invalid-return-type - :64:12 - Return type does not match returned value: expected `AsyncWebSocketCommandHandler`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/braviatv/coordinator.py

[error] invalid-return-type - :63:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/bthome/logbook.py

[error] invalid-return-type - :34 -
Old: Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str | (DeviceEntry & ~AlwaysTruthy & ~AlwaysFalsy)]`
New: Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str | (DeviceEntry & ~AlwaysTruthy & ~AlwaysFalsy) | (Divergent & ~AlwaysTruthy & ~AlwaysFalsy) | (Divergent & ~AlwaysFalsy)]`

homeassistant/components/buienradar/sensor.py

[warning] possibly-missing-attribute - :783 -
Old: Attribute `data` may be missing on object of type `BrData | None`
New: Attribute `data` may be missing on object of type `Unknown | BrData | None`

homeassistant/components/cambridge_audio/entity.py

[error] invalid-return-type - :37:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/camera/webrtc.py

[error] invalid-return-type - :244:16 - Return type does not match returned value: expected `AsyncWebSocketCommandHandler`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/cast/media_player.py

[error] invalid-argument-type - :608 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None | Divergent`

homeassistant/components/citybikes/sensor.py

[error] unsupported-operator - :146:12 - Operator `>` is not supported for types `int` and `None`, in comparing `Any | int | float` with `int | float | None | Unknown`

homeassistant/components/cloud/google_config.py

[error] invalid-argument-type - :270 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_initialize._handle_entity_registry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(bound method Self@async_initialize._handle_entity_registry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None) | (bound method Self@async_initialize._handle_entity_registry_updated(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :276 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_initialize._handle_device_registry_updated(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(bound method Self@async_initialize._handle_device_registry_updated(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None) | (bound method Self@async_initialize._handle_device_registry_updated(event: Divergent) -> Divergent)`

homeassistant/components/cloud/http_api.py

[error] invalid-return-type - :202:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> Coroutine[None, None, None]`, found `_Wrapped[Unknown, Coroutine[None, None, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[None, None, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/comelit/utils.py

[error] invalid-return-type - :116:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/conversation/default_agent.py

[error] invalid-argument-type - :299 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `bound method Self@_listen_clear_slot_list._filter_entity_registry_changes(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(bound method Self@_listen_clear_slot_list._filter_entity_registry_changes(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool) | (bound method Self@_listen_clear_slot_list._filter_entity_registry_changes(event_data: Divergent) -> Divergent)`
[error] invalid-argument-type - :304 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `bound method Self@_listen_clear_slot_list._filter_state_changes(event_data: EventStateChangedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(bound method Self@_listen_clear_slot_list._filter_state_changes(event_data: EventStateChangedData) -> bool) | (bound method Self@_listen_clear_slot_list._filter_state_changes(event_data: Divergent) -> Divergent)`

homeassistant/components/denonavr/media_player.py

[error] invalid-return-type - :239:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@async_log_errors | None]`, found `_Wrapped[Unknown, Awaitable[_R@async_log_errors], Unknown, CoroutineType[object, Never, _R@async_log_errors | None]] | _Wrapped[Unknown, Awaitable[_R@async_log_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/device_automation/__init__.py

[error] invalid-return-type - :375:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/device_tracker/config_entry.py

[error] invalid-argument-type - :166 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def handle_device_event(ev: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def handle_device_event(ev: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None) | (def handle_device_event(ev: Divergent) -> Divergent)`

homeassistant/components/device_tracker/legacy.py

[error] unresolved-attribute - :1042:9 - Object of type `object` has no attribute `pop`
[error] unresolved-attribute - :1043:9 - Object of type `object` has no attribute `pop`
[error] invalid-argument-type - :1048:41 - Argument to function `async_log_schema_error` is incorrect: Expected `str`, found `object`

homeassistant/components/dlna_dmr/media_player.py

[error] invalid-return-type - :89:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@catch_request_errors | None]`, found `_Wrapped[Unknown, Awaitable[_R@catch_request_errors], Unknown, CoroutineType[object, Never, _R@catch_request_errors | None]] | _Wrapped[Unknown, Awaitable[_R@catch_request_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/dlna_dms/dms.py

[error] invalid-return-type - :161:12 - Return type does not match returned value: expected `(_DlnaDmsDeviceMethod@catch_request_errors, str, /) -> Coroutine[Any, Any, _R@catch_request_errors]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@catch_request_errors], Unknown, CoroutineType[object, Never, _R@catch_request_errors]] | _Wrapped[Unknown, Coroutine[object, Never, _R@catch_request_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/duotecno/entity.py

[error] invalid-return-type - :65:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/energy/websocket_api.py

[error] invalid-return-type - :101:12 - Return type does not match returned value: expected `AsyncWebSocketCommandHandler`, found `_Wrapped[Unknown, Unknown, Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Unknown, Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/esphome/entity.py

[error] invalid-return-type - :248:12 - Return type does not match returned value: expected `(_EntityT@async_esphome_state_property, /) -> Coroutine[Any, Any, _R@async_esphome_state_property | None]`, found `_Wrapped[Unknown, Awaitable[_R@async_esphome_state_property | None], Unknown, CoroutineType[object, Never, _R@async_esphome_state_property | None]] | _Wrapped[Unknown, Awaitable[_R@async_esphome_state_property | None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/fibaro/config_flow.py

[error] unresolved-attribute - :41:9 - Object of type `object` has no attribute `serial_number`
[error] unresolved-attribute - :42:9 - Object of type `object` has no attribute `hc_name`
[error] unresolved-attribute - :45:34 - Object of type `object` has no attribute `serial_number`
[error] unresolved-attribute - :46:17 - Object of type `object` has no attribute `hc_name`

homeassistant/components/fitbit/api.py

[error] invalid-assignment - :126:47 - Object of type `object` is not assignable to `list[dict[str, Any]]`

homeassistant/components/flux/switch.py

[error] unsupported-operator - :286 -
Old: Operator `<` is not supported for types `datetime` and `None`, in comparing `datetime` with `datetime | None`
New: Operator `<` is not supported for types `datetime` and `None`, in comparing `datetime` with `datetime | None | Divergent`
[warning] possibly-missing-attribute - :290 -
Old: Attribute `timestamp` may be missing on object of type `datetime | None`
New: Attribute `timestamp` may be missing on object of type `datetime | None | Divergent`
[warning] possibly-missing-attribute - :303 -
Old: Attribute `day` may be missing on object of type `datetime | None`
New: Attribute `day` may be missing on object of type `datetime | None | Divergent`
[error] unsupported-operator - :305 -
Old: Operator `-` is unsupported between objects of type `datetime | None` and `timedelta`
New: Operator `-` is unsupported between objects of type `datetime | None | Divergent` and `timedelta`
[warning] possibly-missing-attribute - :309 -
Old: Attribute `timestamp` may be missing on object of type `Unknown | datetime | None`
New: Attribute `timestamp` may be missing on object of type `Unknown | datetime | None | Divergent`
[warning] possibly-missing-attribute - :310 -
Old: Attribute `timestamp` may be missing on object of type `Unknown | datetime | None`
New: Attribute `timestamp` may be missing on object of type `Unknown | datetime | None | Divergent`

homeassistant/components/forked_daapd/media_player.py

[error] invalid-argument-type - :413:25 - 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["id"]` on object of type `str`
[error] invalid-argument-type - :414:34 - 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["selected"]` on object of type `str`
[error] invalid-argument-type - :415:32 - 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["volume"]` on object of type `str`
[error] invalid-argument-type - :423:18 - 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["id"]` on object of type `str`
[error] invalid-argument-type - :430:16 - 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["selected"]` on object of type `str`
[error] invalid-argument-type - :456:20 - 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["selected"]` on object of type `str`
[error] invalid-argument-type - :630:25 - 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["id"]` on object of type `str`

homeassistant/components/fritz/coordinator.py

[error] invalid-assignment - :272:44 - Invalid assignment to key "entity_states" with declared type `dict[str, StateType | bool]` on TypedDict `UpdateCoordinatorDataType`: value of type `Unknown | Top[dict[Unknown, Unknown]]`

homeassistant/components/frontend/storage.py

[error] invalid-return-type - :159:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`
[error] invalid-return-type - :181:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/google_assistant/helpers.py

[error] invalid-assignment - :622 -
Old: Invalid subscript assignment with key of type `Literal["nicknames"]` and value of type `list[Unknown]` on object of type `list[str | Unknown]`
New: Invalid subscript assignment with key of type `Literal["nicknames"]` and value of type `list[Unknown]` on object of type `list[str | Divergent | Unknown]`
[error] invalid-argument-type - :624 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str | Unknown, (s: slice[Any, Any, Any], /) -> list[str | Unknown]]` cannot be called with key of type `Literal["nicknames"]` on object of type `list[str | Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str | Divergent | Unknown, (s: slice[Any, Any, Any], /) -> list[str | Divergent | Unknown]]` cannot be called with key of type `Literal["nicknames"]` on object of type `list[str | Divergent | Unknown]`
[warning] possibly-missing-attribute - :637 -
Old: Attribute `update` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[str | Unknown]`
New: Attribute `update` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[str | Divergent | Unknown]`

homeassistant/components/google_assistant/http.py

[error] unsupported-operator - :243:38 - Operator `>` is not supported for types `datetime` and `None`, in comparing `datetime` with `Unknown | None | datetime`
[error] invalid-argument-type - :413:17 - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `Top[dict[Unknown, Unknown]] & ~AlwaysFalsy`

homeassistant/components/google_assistant/report_state.py

[warning] possibly-missing-attribute - :107 -
Old: Attribute `entity_id` may be missing on object of type `Unknown | State | None`
New: Attribute `entity_id` may be missing on object of type `Unknown | State | None | Divergent`
[warning] possibly-missing-attribute - :111 -
Old: Attribute `entity_id` may be missing on object of type `Unknown | State | None`
New: Attribute `entity_id` may be missing on object of type `Unknown | State | None | Divergent`
[error] invalid-argument-type - :164 -
Old: Argument to function `create_checker` is incorrect: Expected `ExtraCheckTypeFunc | None`, found `def extra_significant_check(hass: HomeAssistant, old_state: str, old_attrs: dict[Unknown, Unknown], old_extra_arg: dict[Unknown, Unknown], new_state: str, new_attrs: dict[Unknown, Unknown], new_extra_arg: dict[Unknown, Unknown]) -> Unknown`
New: Argument to function `create_checker` is incorrect: Expected `ExtraCheckTypeFunc | None`, found `(def extra_significant_check(hass: HomeAssistant, old_state: str, old_attrs: dict[Unknown, Unknown], old_extra_arg: dict[Unknown, Unknown], new_state: str, new_attrs: dict[Unknown, Unknown], new_extra_arg: dict[Unknown, Unknown]) -> Unknown) | (def extra_significant_check(hass: Divergent, old_state: Divergent, old_attrs: Divergent, old_extra_arg: Divergent, new_state: Divergent, new_attrs: Divergent, new_extra_arg: Divergent) -> Unknown)`
[error] invalid-argument-type - :178 -
Old: Argument to bound method `async_is_significant_change` is incorrect: Expected `State`, found `Unknown | State | None`
New: Argument to bound method `async_is_significant_change` is incorrect: Expected `State`, found `Unknown | State | None | Divergent`
[error] invalid-argument-type - :192 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_entity_state_filter(data: EventStateChangedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _async_entity_state_filter(data: EventStateChangedData) -> bool) | (def _async_entity_state_filter(data: Divergent) -> Divergent)`

homeassistant/components/google_cloud/config_flow.py

[error] invalid-argument-type - :84:47 - Argument to function `validate_service_account_info` is incorrect: Expected `Mapping[str, str]`, found `Top[dict[str, Any]]`
[error] invalid-argument-type - :117:43 - Argument to function `validate_service_account_info` is incorrect: Expected `Mapping[str, str]`, found `Top[dict[str, Any]]`

homeassistant/components/google_generative_ai_conversation/entity.py

[error] unresolved-attribute - :733:12 - Object of type `object` has no attribute `state`

homeassistant/components/google_sheets/services.py

[error] invalid-return-type - :131:12 - Return type does not match returned value: expected `ServiceResponse`, found `Unknown | Top[dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`

homeassistant/components/guardian/util.py

[error] invalid-return-type - :80:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, object], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, object], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/hassio/addon_manager.py

[error] invalid-return-type - :305:16 - Return type does not match returned value: expected `Task[Unknown]`, found `Unknown | Task[Unknown] | (Divergent & ~AlwaysFalsy) | Divergent | None`
[error] invalid-return-type - :330:16 - Return type does not match returned value: expected `Task[Unknown]`, found `Unknown | Task[Unknown] | (Divergent & ~AlwaysFalsy) | Divergent | None`
[error] invalid-return-type - :344:16 - Return type does not match returned value: expected `Task[Unknown]`, found `Unknown | Task[Unknown] | (Divergent & ~AlwaysFalsy) | Divergent | None`
[error] invalid-return-type - :359:16 - Return type does not match returned value: expected `Task[Unknown]`, found `Unknown | Task[Unknown] | (Divergent & ~AlwaysFalsy) | Divergent | None`
[error] invalid-return-type - :372:16 - Return type does not match returned value: expected `Task[Unknown]`, found `Unknown | Task[Unknown] | (Divergent & ~AlwaysFalsy) | Divergent | None`
[error] invalid-return-type - :396:16 - Return type does not match returned value: expected `Task[Unknown]`, found `Unknown | Task[Unknown] | (Divergent & ~AlwaysFalsy) | Divergent | None`

homeassistant/components/hassio/repairs.py

[warning] possibly-missing-attribute - :226 -
Old: Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
New: Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Divergent & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy) | (Divergent & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :228 -
Old: Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
New: Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Divergent & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy) | (Divergent & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :230 -
Old: Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
New: Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Divergent & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy) | (Divergent & ~AlwaysFalsy)`

homeassistant/components/hive/__init__.py

[error] invalid-return-type - :102:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[object], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[object], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/homeassistant_alerts/__init__.py

[error] invalid-argument-type - :103 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _component_loaded(_: Event[EventComponentLoaded]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _component_loaded(_: Event[EventComponentLoaded]) -> None) | (def _component_loaded(_: Divergent) -> Divergent)`

homeassistant/components/homekit/__init__.py

[error] invalid-argument-type - :959 -
Old: Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown | str, str]]`
New: Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[Unknown | tuple[str, Unknown | str, str]] & set[tuple[str, str] | tuple[str, Unknown | str, str]]`

homeassistant/components/http/ban.py

[error] invalid-argument-type - :231:29 - Argument to bound method `__init__` is incorrect: Expected `str | IPv4Address | IPv6Address`, found `object`

homeassistant/components/huawei_lte/config_flow.py

[error] unresolved-attribute - :266:33 - Object of type `object` has no attribute `get`
[error] unresolved-attribute - :274:16 - Object of type `object` has no attribute `get`
[error] unresolved-attribute - :275:16 - Object of type `object` has no attribute `get`

homeassistant/components/husqvarna_automower/entity.py

[error] invalid-return-type - :93:16 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, object], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, object], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/iaqualink/__init__.py

[error] invalid-return-type - :197:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[object], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[object], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/input_datetime/__init__.py

[warning] possibly-missing-attribute - :404:20 - Attribute `date` may be missing on object of type `Unknown | None | datetime`
[warning] possibly-missing-attribute - :407:20 - Attribute `time` may be missing on object of type `Unknown | None | datetime`

homeassistant/components/irm_kmi/config_flow.py

[error] invalid-method-override - :48:9 - Invalid override of method `async_get_options_flow`: Definition is incompatible with `ConfigFlow.async_get_options_flow`

homeassistant/components/jellyfin/browse_media.py

[error] invalid-assignment - :223:13 - Object of type `object` is not assignable to `str | None`

homeassistant/components/knx/websocket.py

[error] invalid-return-type - :153:12 - Return type does not match returned value: expected `AsyncWebSocketCommandHandler | WebSocketCommandHandler`, found `_Wrapped[Unknown, Unknown, Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Unknown, Unknown, CoroutineType[object, Never, object]] | _Wrapped[Unknown, Unknown, Unknown, None] | _Wrapped[Unknown, Unknown, Unknown, Unknown]`

homeassistant/components/kodi/browse_media.py

[error] invalid-argument-type - :230 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None | Divergent`

homeassistant/components/kodi/media_player.py

[error] invalid-return-type - :156:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[object], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[object], Unknown, CoroutineType[object, Never, object]]`
[warning] possibly-missing-attribute - :322 -
Old: Attribute `id` may be missing on object of type `DeviceEntry | None`
New: Attribute `id` may be missing on object of type `DeviceEntry | None | Divergent`
[warning] possibly-missing-attribute - :323 -
Old: Attribute `id` may be missing on object of type `DeviceEntry | None`
New: Attribute `id` may be missing on object of type `DeviceEntry | None | Divergent`

homeassistant/components/labs/__init__.py

[error] invalid-argument-type - :188 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_feature_updated(event: Event[EventLabsUpdatedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _async_feature_updated(event: Event[EventLabsUpdatedData]) -> None) | (def _async_feature_updated(event: Divergent) -> Divergent)`

homeassistant/components/lcn/websocket.py

[error] invalid-return-type - :117:12 - Return type does not match returned value: expected `AsyncWebSocketCommandHandler`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/logbook/helpers.py

[error] invalid-argument-type - :221 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _forward_state_events_filtered(event: Event[EventStateChangedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _forward_state_events_filtered(event: Event[EventStateChangedData]) -> None) | (def _forward_state_events_filtered(event: Divergent) -> Divergent)`

homeassistant/components/london_underground/config_flow.py

[error] invalid-method-override - :36:9 - Invalid override of method `async_get_options_flow`: Definition is incompatible with `ConfigFlow.async_get_options_flow`

homeassistant/components/lovelace/websocket.py

[error] invalid-return-type - :63:12 - Return type does not match returned value: expected `AsyncWebSocketCommandHandler`, found `_Wrapped[Unknown, Awaitable[_R@_handle_errors], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[_R@_handle_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/matrix/__init__.py

[error] invalid-return-type - :387:20 - Return type does not match returned value: expected `JsonObjectType`, found `Unknown | Top[dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`

homeassistant/components/matter/api.py

[error] invalid-return-type - :69:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], MatterAdapter, /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`
[error] invalid-return-type - :91:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`
[error] invalid-return-type - :121:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/matter/entity.py

[error] invalid-return-type - :69:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@catch_matter_error]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@catch_matter_error], Unknown, CoroutineType[object, Never, _R@catch_matter_error]] | _Wrapped[Unknown, Coroutine[object, Never, _R@catch_matter_error], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/media_extractor/__init__.py

[error] invalid-argument-type - :77:28 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :86:47 - Argument to function `get_best_stream_youtube` is incorrect: Expected `list[dict[str, Any]]`, found `object`
[error] invalid-argument-type - :88:39 - Argument to function `get_best_stream` is incorrect: Expected `list[dict[str, Any]]`, found `object`

homeassistant/components/meteo_france/__init__.py

[error] unresolved-attribute - :96:18 - Object of type `dict[str, Any]` has no attribute `position`
[warning] possibly-missing-attribute - :96:18 - Attribute `position` may be missing on object of type `Unknown | dict[str, Any]`

homeassistant/components/mobile_app/notify.py

[error] unsupported-operator - :70:20 - Operator `-` is unsupported between objects of type `datetime | None` and `datetime`

homeassistant/components/motioneye/media_source.py

[error] invalid-argument-type - :65:44 - Argument to bound method `_parse_identifier` is incorrect: Argument type `type[MotionEyeMediaSource]` does not satisfy upper bound `MotionEyeMediaSource` of type variable `Self`
[error] invalid-argument-type - :105:48 - Argument to bound method `_parse_identifier` is incorrect: Argument type `type[MotionEyeMediaSource]` does not satisfy upper bound `MotionEyeMediaSource` of type variable `Self`

homeassistant/components/mqtt/valve.py

[error] invalid-argument-type - :335 -
Old: Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
New: Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 7 union elements`
[error] invalid-argument-type - :335 -
Old: Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
New: Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 7 union elements`
[error] invalid-argument-type - :337 -
Old: Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 6 union elements`
New: Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | ... omitted 7 union elements`

homeassistant/components/mqtt_statestream/__init__.py

[error] invalid-argument-type - :104 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _event_filter(event_data: EventStateChangedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _event_filter(event_data: EventStateChangedData) -> bool) | (def _event_filter(event_data: Divergent) -> Divergent)`

homeassistant/components/music_assistant/helpers.py

[error] invalid-return-type - :35:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@catch_musicassistant_error]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@catch_musicassistant_error], Unknown, CoroutineType[object, Never, _R@catch_musicassistant_error]] | _Wrapped[Unknown, Coroutine[object, Never, _R@catch_musicassistant_error], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/nanoleaf/config_flow.py

[error] invalid-assignment - :142:9 - Object of type `Top[dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` is not assignable to attribute `discovery_conf` of type `JsonObjectType`

homeassistant/components/nws/__init__.py

[error] invalid-argument-type - :133:9 - Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`
[error] invalid-argument-type - :134:9 - Argument is incorrect: Expected `TimestampDataUpdateCoordinator[None]`, found `TimestampDataUpdateCoordinator[dict[str, Any]]`

homeassistant/components/onedrive/backup.py

[error] invalid-return-type - :104:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@handle_backup_errors], Unknown, CoroutineType[object, Never, _R@handle_backup_errors]] | _Wrapped[Unknown, Coroutine[object, Never, _R@handle_backup_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/onvif/config_flow.py

[error] unresolved-attribute - :87:24 - Object of type `object` has no attribute `getXAddrs`
[error] unresolved-attribute - :90:24 - Object of type `object` has no attribute `getEPR`
[error] unresolved-attribute - :95:22 - Object of type `object` has no attribute `getScopes`

homeassistant/components/otbr/__init__.py

[error] invalid-argument-type - :40 -
Old: Argument to function `async_register_firmware_info_provider` is incorrect: Expected `HardwareFirmwareInfoModule`, found `<module 'homeassistant.components.otbr.homeassistant_hardware'>`
New: Argument to function `async_register_firmware_info_provider` is incorrect: Expected `SyncHardwareFirmwareInfoModule | AsyncHardwareFirmwareInfoModule`, found `<module 'homeassistant.components.otbr.homeassistant_hardware'>`

homeassistant/components/otbr/silabs_multiprotocol.py

[error] invalid-return-type - :59:16 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@async_get_otbr_data | _R_Def@async_get_otbr_data]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@async_get_otbr_data], Unknown, CoroutineType[object, Never, _R@async_get_otbr_data | _R_Def@async_get_otbr_data]] | _Wrapped[Unknown, Coroutine[object, Never, _R@async_get_otbr_data], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/otbr/util.py

[error] invalid-return-type - :76:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@_handle_otbr_error]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@_handle_otbr_error], Unknown, CoroutineType[object, Never, _R@_handle_otbr_error]] | _Wrapped[Unknown, Coroutine[object, Never, _R@_handle_otbr_error], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/otbr/websocket_api.py

[error] invalid-return-type - :133:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[Unknown, Unknown], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/person/__init__.py

[error] invalid-argument-type - :240 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `bound method Self@async_load._entity_registry_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(bound method Self@async_load._entity_registry_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool) | (bound method Self@async_load._entity_registry_filter(event_data: Divergent) -> Divergent)`

homeassistant/components/picnic/config_flow.py

[error] non-subscriptable - :70:12 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :70:12 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["address"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :70:45 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :70:45 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["address"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :71:12 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :71:12 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["address"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :75:22 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["user_id"]` on object of type `Top[dict[Unknown, Unknown]]`

homeassistant/components/pterodactyl/api.py

[error] invalid-argument-type - :92:41 - 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["attributes"]` on object of type `str`
[error] invalid-argument-type - :123:21 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :123:26 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["name"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :124:21 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :124:26 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["uuid"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :126:21 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :126:27 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["current_state"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :127:37 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :127:37 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["resources"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :128:31 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :128:31 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["limits"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :129:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :129:34 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["resources"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :130:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :130:34 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["limits"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :131:32 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :131:32 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["resources"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :132:32 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :132:32 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["limits"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :133:37 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :133:37 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["resources"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :134:38 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :134:38 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["resources"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] non-subscriptable - :135:28 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :135:28 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["resources"]` on object of type `Top[dict[Unknown, Unknown]]`

homeassistant/components/rainmachine/__init__.py

[error] invalid-return-type - :355:20 - Return type does not match returned value: expected `(ServiceCall, /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/recorder/entity_registry.py

[error] invalid-argument-type - :53 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_entity_id_changed(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _async_entity_id_changed(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None) | (def _async_entity_id_changed(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :54 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def entity_registry_changed_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def entity_registry_changed_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool) | (def entity_registry_changed_filter(event_data: Divergent) -> Divergent)`

homeassistant/components/renault/renault_vehicle.py

[error] invalid-return-type - :52:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@with_error_wrapping]`, found `_Wrapped[Unknown, Awaitable[_R@with_error_wrapping], Unknown, CoroutineType[object, Never, _R@with_error_wrapping]] | _Wrapped[Unknown, Awaitable[_R@with_error_wrapping], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/rfxtrx/__init__.py

[error] invalid-argument-type - :276 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _updated_device(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _updated_device(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None) | (def _updated_device(event: Divergent) -> Divergent)`

homeassistant/components/russound_rio/entity.py

[error] invalid-return-type - :38:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/sfr_box/button.py

[error] invalid-return-type - :45:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@with_error_wrapping]`, found `_Wrapped[Unknown, Awaitable[_R@with_error_wrapping], Unknown, CoroutineType[object, Never, _R@with_error_wrapping]] | _Wrapped[Unknown, Awaitable[_R@with_error_wrapping], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/shell_command/__init__.py

[error] invalid-argument-type - :80 -
Old: Argument to function `split` is incorrect: Expected `str | _ShlexInstream`, found `Any | None`
New: Argument to function `split` is incorrect: Expected `str | _ShlexInstream`, found `Any | Divergent | None`

homeassistant/components/shelly/config_flow.py

[error] invalid-argument-type - :1001:36 - Argument to bound method `_async_provision_wifi_and_wait_for_zeroconf` is incorrect: Expected `ProvisioningState`, found `ProvisioningState | None | Unknown`

homeassistant/components/shelly/entity.py

[error] invalid-return-type - :362:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/shelly/utils.py

[error] invalid-argument-type - :273 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[IPv4Address]`, found `GeneratorType[IPv4Address | IPv6Address, None, None]`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[IPv4Address]`, found `GeneratorType[IPv4Address | IPv6Address | Divergent, None, None]`

homeassistant/components/sonos/__init__.py

[error] unresolved-attribute - :415:17 - Object of type `object` has no attribute `ip_address`
[error] unresolved-attribute - :415:56 - Object of type `object` has no attribute `ip_address`

homeassistant/components/sonos/helpers.py

[error] invalid-assignment - :144:50 - Object of type `dataclasses.Field[Top[OrderedDict[Unknown, Unknown]]]` is not assignable to `OrderedDict[str, SonosSpeaker]`

homeassistant/components/sql/services.py

[error] invalid-return-type - :115:12 - Return type does not match returned value: expected `ServiceResponse`, found `dict[Unknown | str, Unknown | Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]`

homeassistant/components/ssdp/common.py

[warning] possibly-missing-attribute - :18 -
Old: Attribute `scope_id` may be missing on object of type `IPv4Address | IPv6Address`
New: Attribute `scope_id` may be missing on object of type `IPv4Address | IPv6Address | Divergent`

homeassistant/components/systemmonitor/coordinator.py

[error] invalid-argument-type - :167:13 - Argument is incorrect: Expected `dict[str, list[Unknown]]`, found `object`
[error] invalid-argument-type - :169:13 - Argument is incorrect: Expected `datetime`, found `object`
[error] invalid-argument-type - :171:13 - Argument is incorrect: Expected `dict[str, Unknown]`, found `object`
[error] invalid-argument-type - :172:13 - Argument is incorrect: Expected `dict[str, int]`, found `object`
[error] invalid-argument-type - :173:13 - Argument is incorrect: Expected `dict[str, Unknown]`, found `object`
[error] invalid-argument-type - :175:13 - Argument is incorrect: Expected `VirtualMemory`, found `object`
[error] invalid-argument-type - :176:13 - Argument is incorrect: Expected `dict[str, int]`, found `object`
[error] invalid-argument-type - :177:13 - Argument is incorrect: Expected `list[Unknown]`, found `object`
[error] invalid-argument-type - :179:13 - Argument is incorrect: Expected `dict[str, list[Unknown]]`, found `object`

homeassistant/components/systemmonitor/sensor.py

[error] invalid-assignment - :516:5 - Invalid subscript assignment with key of type `Literal["cpu_temperature"]` and value of type `int | float | None` on object of type `Top[dict[str, Any]]`
[error] not-iterable - :525:33 - Object of type `object` is not iterable

homeassistant/components/tasmota/device_automation.py

[error] invalid-argument-type - :63 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_device_removed_filter(event_data: _EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _async_device_removed_filter(event_data: _EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update) -> bool) | (def _async_device_removed_filter(event_data: Divergent) -> Divergent)`

homeassistant/components/template/binary_sensor.py

[warning] possibly-missing-attribute - :257:17 - Attribute `total_seconds` may be missing on object of type `Unknown | None`

homeassistant/components/toon/__init__.py

[error] invalid-argument-type - :113 -
Old: Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown, str]]`
New: Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[Unknown | tuple[str, Unknown, str]] & set[tuple[str, str] | tuple[str, Unknown, str]]`

homeassistant/components/tradfri/entity.py

[error] invalid-return-type - :35:12 - Return type does not match returned value: expected `(Unknown | list[Unknown], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Unknown, Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Unknown, Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/tts/__init__.py

[error] invalid-argument-type - :292 -
Old: Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str`
New: Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str | Divergent`

homeassistant/components/tts/legacy.py

[error] non-subscriptable - :186:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :186:26 - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["say"]` on object of type `Top[dict[Unknown, Unknown]]`

homeassistant/components/tts/media_source.py

[error] invalid-argument-type - :145 -
Old: Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str`
New: Argument expression after ** must be a mapping type: Found `MediaSourceOptions | str | Divergent`

homeassistant/components/tuya/diagnostics.py

[error] invalid-assignment - :108:13 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :111:9 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :115:9 - Cannot assign to a subscript on an object of type `str`
[error] invalid-assignment - :122:9 - Cannot assign to a subscript on an object of type `str`
[warning] possibly-missing-attribute - :162 -
Old: Attribute `append` may be missing on object of type `Unknown | str | None | bool | list[Unknown]`
New: Attribute `append` may be missing on object of type `Unknown | str | None | ... omitted 3 union elements`

homeassistant/components/unifiprotect/media_source.py

[warning] possibly-unresolved-reference - :212:17 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :215:31 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :220:17 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :222:15 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :291:12 - Name `identifier_type` used when possibly not defined
[warning] possibly-unresolved-reference - :292:30 - Name `identifier_type` used when possibly not defined
[warning] possibly-unresolved-reference - :293:46 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :300:46 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :305:45 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :315:17 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :315:34 - Name `event_type` used when possibly not defined
[warning] possibly-unresolved-reference - :327:12 - Name `time_type` used when possibly not defined
[warning] possibly-unresolved-reference - :334:17 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :334:34 - Name `event_type` used when possibly not defined
[warning] possibly-unresolved-reference - :334:46 - Name `days` used when possibly not defined
[warning] possibly-unresolved-reference - :344:12 - Name `is_month` used when possibly not defined
[warning] possibly-unresolved-reference - :346:17 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :346:34 - Name `event_type` used when possibly not defined
[warning] possibly-unresolved-reference - :346:46 - Name `start` used when possibly not defined
[warning] possibly-unresolved-reference - :349:13 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :349:30 - Name `event_type` used when possibly not defined
[warning] possibly-unresolved-reference - :349:42 - Name `start` used when possibly not defined
[warning] possibly-unresolved-reference - :349:77 - Name `is_all` used when possibly not defined
[warning] possibly-unresolved-reference - :378:12 - Name `event` used when possibly not defined
[warning] possibly-unresolved-reference - :378:35 - Name `event` used when possibly not defined
[warning] possibly-unresolved-reference - :381:46 - Name `event` used when possibly not defined

homeassistant/components/utility_meter/sensor.py

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

homeassistant/components/velbus/entity.py

[error] invalid-return-type - :87:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/vlc_telnet/media_player.py

[error] invalid-return-type - :72:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/voip/devices.py

[error] invalid-argument-type - :123 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def async_device_removed(ev: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def async_device_removed(ev: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None) | (def async_device_removed(ev: Divergent) -> Divergent)`

homeassistant/components/webdav/backup.py

[error] invalid-return-type - :89:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@handle_backup_errors]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@handle_backup_errors], Unknown, CoroutineType[object, Never, _R@handle_backup_errors]] | _Wrapped[Unknown, Coroutine[object, Never, _R@handle_backup_errors], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/webostv/media_player.py

[error] invalid-return-type - :150:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, _R@cmd]`, found `_Wrapped[Unknown, Coroutine[object, Never, _R@cmd], Unknown, CoroutineType[object, Never, _R@cmd]] | _Wrapped[Unknown, Coroutine[object, Never, _R@cmd], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/websocket_api/http.py

[error] no-matching-overload - :428:9 - No overload of function `async_dispatcher_send` matches arguments
[error] invalid-argument-type - :428:31 - Argument to function `async_dispatcher_send` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`
[error] no-matching-overload - :561:17 - No overload of function `async_dispatcher_send` matches arguments
[error] invalid-argument-type - :561:39 - Argument to function `async_dispatcher_send` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`

homeassistant/components/yale_smart_alarm/config_flow.py

[error] invalid-assignment - :94:22 - Object of type `Top[dict[str, Any]]` is not assignable to `dict[str, str]`
[error] invalid-assignment - :119:22 - Object of type `Top[dict[str, Any]]` is not assignable to `dict[str, str]`
[error] invalid-assignment - :151:22 - Object of type `Top[dict[str, Any]]` is not assignable to `dict[str, str]`

homeassistant/components/yale_smart_alarm/coordinator.py

[error] non-subscriptable - :63:23 - Cannot subscript object of type `object` with no `__getitem__` method

homeassistant/components/yamaha/media_player.py

[error] unresolved-attribute - :162:54 - Object of type `object` has no attribute `zone`
[error] unresolved-attribute - :162:66 - Object of type `object` has no attribute `serial_number`
[error] unresolved-attribute - :163:40 - Object of type `object` has no attribute `zone`
[error] unresolved-attribute - :164:76 - Object of type `object` has no attribute `zone`
[error] unresolved-attribute - :182:69 - Object of type `object` has no attribute `zone`

homeassistant/components/yamaha_musiccast/media_player.py

[error] invalid-argument-type - :386 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[BrowseMedia | Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[BrowseMedia | Unknown]`, found `Unknown | Sequence[BrowseMedia] | None | Divergent`

homeassistant/components/yeelight/__init__.py

[error] invalid-argument-type - :126:15 - Argument to bound method `async_get` is incorrect: Argument type `<class 'YeelightScanner'>` does not satisfy upper bound `YeelightScanner` of type variable `Self`

homeassistant/components/yeelight/config_flow.py

[error] invalid-argument-type - :234:19 - Argument to bound method `async_get` is incorrect: Argument type `<class 'YeelightScanner'>` does not satisfy upper bound `YeelightScanner` of type variable `Self`
[error] invalid-argument-type - :278:19 - Argument to bound method `async_get` is incorrect: Argument type `<class 'YeelightScanner'>` does not satisfy upper bound `YeelightScanner` of type variable `Self`

homeassistant/components/yeelight/device.py

[error] invalid-argument-type - :199:19 - Argument to bound method `async_get` is incorrect: Argument type `<class 'YeelightScanner'>` does not satisfy upper bound `YeelightScanner` of type variable `Self`

homeassistant/components/zabbix/__init__.py

[error] invalid-argument-type - :214 -
Old: Argument to bound method `listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@setup._event_listener(event: Event[EventStateChangedData]) -> None`
New: Argument to bound method `listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(bound method Self@setup._event_listener(event: Event[EventStateChangedData]) -> None) | (bound method Self@setup._event_listener(event: Divergent) -> Divergent)`

homeassistant/components/zeroconf/discovery.py

[error] invalid-argument-type - :487 -
Old: Argument to function `async_create_issue` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Unknown | None]`
New: Argument to function `async_create_issue` is incorrect: Expected `dict[str, str] | None`, found `dict[Unknown | str, Unknown | None | str] & dict[str, str | Unknown | None]`

homeassistant/components/zha/__init__.py

[error] invalid-argument-type - :120 -
Old: Argument to function `async_register_firmware_info_provider` is incorrect: Expected `HardwareFirmwareInfoModule`, found `<module 'homeassistant.components.zha.homeassistant_hardware'>`
New: Argument to function `async_register_firmware_info_provider` is incorrect: Expected `SyncHardwareFirmwareInfoModule | AsyncHardwareFirmwareInfoModule`, found `<module 'homeassistant.components.zha.homeassistant_hardware'>`

homeassistant/components/zha/helpers.py

[error] invalid-return-type - :1389:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Awaitable[None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/zwave_js/api.py

[error] invalid-return-type - :318:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`
[error] invalid-return-type - :356:12 - Return type does not match returned value: expected `(HomeAssistant, ActiveConnection, dict[str, Any], /) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`
[error] invalid-return-type - :388:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, None]`, found `_Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, None]] | _Wrapped[Unknown, Coroutine[object, Never, None], Unknown, CoroutineType[object, Never, object]]`

homeassistant/components/zwave_js/device_trigger.py

[error] invalid-argument-type - :479:50 - Argument to function `async_attach_trigger` is incorrect: Expected `TriggerActionRunner`, found `(def run_action(extra_trigger_payload: dict[str, Any], description: str, context: Context | None = None) -> Task[Any]) | (def run_action(extra_trigger_payload: Divergent, description: Divergent, context: Divergent = Divergent) -> Divergent)`

homeassistant/config.py

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

homeassistant/config_entries.py

[warning] unused-ignore-comment - :3204:30 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :3454:26 - Argument to bound method `async_get_supported_subentry_types` is incorrect: Argument type `type[ConfigFlow]` does not satisfy upper bound `ConfigFlow` of type variable `Self`
[error] invalid-argument-type - :581:44 - Argument to bound method `async_supports_options_flow` is incorrect: Argument type `type[ConfigFlow]` does not satisfy upper bound `ConfigFlow` of type variable `Self`
[error] invalid-argument-type - :606:31 - Argument to bound method `async_get_supported_subentry_types` is incorrect: Argument type `type[ConfigFlow]` does not satisfy upper bound `ConfigFlow` of type variable `Self`
[error] invalid-argument-type - :3835 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@async_setup._handle_entry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(bound method Self@async_setup._handle_entry_updated(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None) | (bound method Self@async_setup._handle_entry_updated(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :3836 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _handle_entry_updated_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _handle_entry_updated_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool) | (def _handle_entry_updated_filter(event_data: Divergent) -> Divergent)`

homeassistant/core.py

[error] invalid-return-type - :2885:16 - Return type does not match returned value: expected `ServiceResponse`, found `Unknown | Top[dict[str, dict[str, Any] | list[Any] | str | ... omitted 3 union elements]] | None`

homeassistant/helpers/area_registry.py

[error] invalid-argument-type - :520 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventFloorRegistryUpdatedData | EventLabelRegistryUpdatedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _removed_from_registry_filter(event_data: EventFloorRegistryUpdatedData | EventLabelRegistryUpdatedData) -> bool) | (def _removed_from_registry_filter(event_data: Divergent) -> Divergent)`
[error] invalid-argument-type - :521 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_floor_registry_update(event: Event[EventFloorRegistryUpdatedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _handle_floor_registry_update(event: Event[EventFloorRegistryUpdatedData]) -> None) | (def _handle_floor_registry_update(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :533 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventFloorRegistryUpdatedData | EventLabelRegistryUpdatedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _removed_from_registry_filter(event_data: EventFloorRegistryUpdatedData | EventLabelRegistryUpdatedData) -> bool) | (def _removed_from_registry_filter(event_data: Divergent) -> Divergent)`
[error] invalid-argument-type - :534 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: Event[EventLabelRegistryUpdatedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _handle_label_registry_update(event: Event[EventLabelRegistryUpdatedData]) -> None) | (def _handle_label_registry_update(event: Divergent) -> Divergent)`

homeassistant/helpers/check_config.py

[error] no-matching-overload - :160:19 - No overload of bound method `pop` matches arguments
[error] invalid-argument-type - :221:41 - Argument to function `_comp_error` is incorrect: Expected `ConfigType`, found `Top[dict[Any, Any]]`
[error] invalid-argument-type - :221:49 - Argument to function `_comp_error` is incorrect: Expected `ConfigType`, found `object`
[error] invalid-argument-type - :221:49 - Method `__getitem__` of type `bound method Top[dict[Any, Any]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str | Unknown` on object of type `Top[dict[Any, Any]]`
[error] invalid-argument-type - :230:32 - Argument to bound method `get` is incorrect: Expected `Never`, found `str | Unknown`
[error] invalid-argument-type - :242:41 - Argument to function `_comp_error` is incorrect: Expected `ConfigType`, found `Top[dict[Any, Any]]`
[error] invalid-argument-type - :242:49 - Argument to function `_comp_error` is incorrect: Expected `ConfigType`, found `object`
[error] invalid-argument-type - :242:49 - Method `__getitem__` of type `bound method Top[dict[Any, Any]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str | Unknown` on object of type `Top[dict[Any, Any]]`
[error] invalid-argument-type - :255:53 - Argument to function `config_per_platform` is incorrect: Expected `ConfigType`, found `Top[dict[Any, Any]]`
[error] invalid-argument-type - :308:51 - Argument to function `extract_domain_configs` is incorrect: Expected `ConfigType`, found `Top[dict[Any, Any]]`
[error] invalid-argument-type - :309:17 - Method `__getitem__` of type `bound method Top[dict[Any, Any]].__getitem__(key: Never, /) -> object` cannot be called with key of type `str` on object of type `Top[dict[Any, Any]]`

homeassistant/helpers/condition.py

[error] unresolved-attribute - :1314:34 - Object of type `~None` has no attribute `get`
[error] unresolved-attribute - :1316:23 - Object of type `~None` has no attribute `get`

homeassistant/helpers/device_registry.py

[error] invalid-argument-type - :1839 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _label_removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _label_removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData) -> bool) | (def _label_removed_from_registry_filter(event_data: Divergent) -> Divergent)`
[error] invalid-argument-type - :1840 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: Event[EventLabelRegistryUpdatedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _handle_label_registry_update(event: Event[EventLabelRegistryUpdatedData]) -> None) | (def _handle_label_registry_update(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :1877 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _async_entity_registry_changed(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _async_entity_registry_changed(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None) | (def _async_entity_registry_changed(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :1878 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def entity_registry_changed_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def entity_registry_changed_filter(event_data: _EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update) -> bool) | (def entity_registry_changed_filter(event_data: Divergent) -> Divergent)`

homeassistant/helpers/entity_registry.py

[error] invalid-argument-type - :831 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `bound method Self@__init__.async_device_modified(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(bound method Self@__init__.async_device_modified(event: Event[_EventDeviceRegistryUpdatedData_Create | _EventDeviceRegistryUpdatedData_Remove | _EventDeviceRegistryUpdatedData_Update]) -> None) | (bound method Self@__init__.async_device_modified(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :1864 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData) -> bool) | (def _removed_from_registry_filter(event_data: Divergent) -> Divergent)`
[error] invalid-argument-type - :1865 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: Event[EventLabelRegistryUpdatedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _handle_label_registry_update(event: Event[EventLabelRegistryUpdatedData]) -> None) | (def _handle_label_registry_update(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :1877 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _removed_from_registry_filter(event_data: EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData) -> bool) | (def _removed_from_registry_filter(event_data: Divergent) -> Divergent)`
[error] invalid-argument-type - :1878 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_category_registry_update(event: Event[EventCategoryRegistryUpdatedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def _handle_category_registry_update(event: Event[EventCategoryRegistryUpdatedData]) -> None) | (def _handle_category_registry_update(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :1935 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def cleanup_restored_states(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def cleanup_restored_states(event: Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update]) -> None) | (def cleanup_restored_states(event: Divergent) -> Divergent)`

homeassistant/helpers/event.py

[error] invalid-argument-type - :300 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def state_change_dispatcher(event: Event[EventStateChangedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def state_change_dispatcher(event: Event[EventStateChangedData]) -> None) | (def state_change_dispatcher(event: Divergent) -> Divergent)`
[error] invalid-argument-type - :301 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def state_change_filter(event_data: EventStateChangedData) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def state_change_filter(event_data: EventStateChangedData) -> bool) | (def state_change_filter(event_data: Divergent) -> Divergent)`
[error] invalid-argument-type - :1447 -
Old: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def state_for_cancel_listener(event: Event[EventStateChangedData]) -> None`
New: Argument to bound method `async_listen` is incorrect: Expected `(Event[Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `(def state_for_cancel_listener(event: Event[EventStateChangedData]) -> None) | (def state_for_cancel_listener(event: Divergent) -> Divergent)`

homeassistant/helpers/service.py

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

homeassistant/helpers/singleton.py

[error] invalid-return-type - :81:16 - Return type does not match returned value: expected `_FuncType[_Coro[_T@singleton] | _U@singleton]`, found `_Wrapped[Unknown, Coroutine[object, Never, _T@singleton] | _U@singleton, Unknown, CoroutineType[object, Never, _T@singleton]] | _Wrapped[Unknown, Coroutine[object, Never, _T@singleton] | _U@singleton, Unknown, CoroutineType[object, Never, object]]`

homeassistant/helpers/storage.py

[error] call-non-callable - :337:32 - Object of type `int` is not callable
[error] call-non-callable - :337:32 - Object of type `str` is not callable
[error] unsupported-operator - :409 -
Old: Operator `not in` is not supported for types `str` and `int`, in comparing `Literal["minor_version"]` with `dict[str, Any] | Unknown | dict[str, JsonValueType] | ... omitted 5 union elements`
New: Operator `not in` is not supported for types `str` and `int`, in comparing `Literal["minor_version"]` with `Unknown | dict[Unknown | str, Unknown | int | str | (() -> _T@Store)] | dict[str, Any] | ... omitted 8 union elements`
[error] invalid-assignment - :410 -
Old: Invalid subscript assignment with key of type `Literal["minor_version"]` and value of type `Literal[1]` on object of type `list[JsonValueType]`
New: Invalid subscript assignment with key of type `Literal["minor_version"]` and value of type `Literal[1]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-assignment - :410:13 - Invalid subscript assignment with key of type `Literal["minor_version"]` and value of type `Literal[1]` on object of type `list[Any]`
[error] invalid-argument-type - :413 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :413:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :414 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :414:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["minor_version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :416 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :416:22 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["data"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :421 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :421:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :422 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :422:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["minor_version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :427 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :427 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :427:74 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :427:74 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["data"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :431 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :431 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :431 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :431:42 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["minor_version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :431:65 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :431:65 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["data"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :434 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["version"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :434:24 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["version"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :436 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[JsonValueType] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[JsonValueType]]` cannot be called with key of type `Literal["data"]` on object of type `list[JsonValueType]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :436:30 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Top[dict[str, Any]] | Top[list[Any]] | str | ... omitted 3 union elements, (s: slice[Never, Never, Never], /) -> Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["data"]` on object of type `Top[list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :437 -
Old: Argument to bound method `async_save` is incorrect: Argument type `Unknown | dict[str, Any] | list[Any] | ... omitted 4 union elements` does not satisfy upper bound `Mapping[str, Any] | Sequence[Any]` of type variable `_T`
New: Argument to bound method `async_save` is incorrect: Argument type `Unknown | int | str | ... omitted 6 union elements` does not satisfy upper bound `Mapping[str, Any] | Sequence[Any]` of type variable `_T`
[error] invalid-argument-type - :437 -
Old: Argument to bound method `async_save` is incorrect: Expected `_T@Store`, found `Unknown | dict[str, Any] | list[Any] | ... omitted 4 union elements`
New: Argument to bound method `async_save` is incorrect: Expected `_T@Store`, found `Unknown | int | str | ... omitted 6 union elements`

homeassistant/helpers/translation.py

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

homeassistant/helpers/trigger.py

[error] invalid-argument-type - :271:47 - Argument to bound method `async_attach_runner` is incorrect: Expected `TriggerActionRunner`, found `(def run_action(extra_trigger_payload: dict[str, Any], description: str, context: Context | None = None) -> Task[Any]) | (def run_action(extra_trigger_payload: Divergent, description: Divergent, context: Divergent = Divergent) -> Divergent)`
[error] unresolved-attribute - :1074:34 - Object of type `~None` has no attribute `get`
[error] unresolved-attribute - :1075:23 - Object of type `~None` has no attribute `get`

homeassistant/setup.py

[error] invalid-argument-type - :650 -
Old: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `def _async_is_component_filter(event_data: EventComponentLoaded) -> bool`
New: Argument to bound method `async_listen` is incorrect: Expected `((Mapping[str, Any], /) -> bool) | None`, found `(def _async_is_component_filter(event_data: EventComponentLoaded) -> bool) | (def _async_is_component_filter(event_data: Divergent) -> Divergent)`

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

tests/contrib/asyncio/utils.py

[warning] deprecated - :55:28 - The function `coroutine` is deprecated: Deprecated since Python 3.8; removed in Python 3.11. Use `async def` instead.

ddtrace/debugging/_session.py

[error] invalid-assignment - :33:31 - Object of type `dataclasses.Field[Top[Counter[Unknown]]]` is not assignable to `Counter[str]`

tests/appsec/iast_tdd_propagation/test_flask.py

[warning] possibly-missing-attribute - :79:24 - Attribute `stdout` may be missing on object of type `Top[Popen[Unknown]] | Process | Unknown`
[warning] possibly-missing-attribute - :79:47 - Attribute `stderr` may be missing on object of type `Top[Popen[Unknown]] | Process | Unknown`

tests/appsec/integrations/flask_tests/test_flask_remoteconfig.py

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

tests/tracer/test_writer.py

[warning] deprecated - :788:28 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

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

discord/app_commands/commands.py

[error] invalid-argument-type - :807 -
Old: Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
New: Argument to function `on_error` is incorrect: Argument type `Interaction[Client]` does not satisfy upper bound `Group` of type variable `Self`
[error] invalid-argument-type - :810 -
Old: Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
New: Argument to function `on_error` is incorrect: Argument type `Interaction[Client]` does not satisfy upper bound `Group` of type variable `Self`

discord/ext/commands/core.py

[error] invalid-argument-type - :921 -
Old: Argument to bound method `cog_before_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
New: Argument to bound method `cog_before_invoke` is incorrect: Argument type `CogT@Command` does not satisfy upper bound `Cog` of type variable `Self`
[error] invalid-argument-type - :941 -
Old: Argument to bound method `cog_after_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
New: Argument to bound method `cog_after_invoke` is incorrect: Argument type `CogT@Command` does not satisfy upper bound `Cog` of type variable `Self`

discord/member.py

[warning] deprecated - :980:91 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :980:73 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1041:61 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1041:43 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

django-stubs/db/models/constraints.pyi

[error] invalid-overload - :61:9 - Overloaded function `__init__` requires at least two overloads

django-stubs/contrib/admin/options.pyi

[error] invalid-overload - :136:9 - Overloaded function `lookup_allowed` requires at least two overloads

django-stubs/utils/html.pyi

[error] invalid-overload - :28:5 - Overloaded function `format_html` requires at least two overloads

mypy_django_plugin/config.py

[warning] possibly-unresolved-reference - :90:38 - Name `data` used when possibly not defined
[warning] possibly-unresolved-reference - :94:34 - Name `config` used when possibly not defined
[warning] possibly-unresolved-reference - :103:32 - Name `config` used when possibly not defined
[warning] possibly-unresolved-reference - :106:44 - Name `config` used when possibly not defined

tests/assert_type/db/models/test_constraints.py

[error] invalid-argument-type - :18:5 - Argument to bound method `__init__` is incorrect: Expected `None`, found `LessThan[Any]`
[warning] unused-ignore-comment - :16:19 - Unused blanket `type: ignore` directive

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

dragonchain/lib/authorization.py

[warning] deprecated - :51:30 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :51:12 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

dragonchain/lib/dto/smart_contract_model.py

[warning] deprecated - :100:95 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :100:86 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :300:121 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :300:112 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

dragonchain/scheduler/scheduler.py

[warning] deprecated - :65:51 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :65:42 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

dulwich/porcelain.py

[warning] deprecated - :8624:25 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `warning()` instead.

dulwich/walk.py

[error] invalid-argument-type - :466:35 - Argument to bound method `_reorder` is incorrect: Expected `Iterator[WalkEntry]`, found `Iterator[WalkEntry | None]`

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

python/egglog/builtins.py

[error] no-matching-overload - :471:21 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :541:21 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :607:15 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :818:15 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :920:21 - No overload of function `get_callable_args` matches arguments

python/egglog/exp/any_expr.py

[error] no-matching-overload - :62:15 - No overload of function `get_callable_args` matches arguments
[error] no-matching-overload - :540:15 - No overload of function `get_callable_args` matches arguments

python/egglog/pretty.py

[error] invalid-assignment - :157:34 - Object of type `dataclasses.Field[Top[Counter[Unknown]]]` is not assignable to `Counter[RulesetDecl | CombinedRulesetDecl | RewriteDecl | ... omitted 27 union elements]`

python/tests/test_program_gen.py

[error] invalid-argument-type - :53 -
Old: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound `Expr` of type variable `EXPR`
New: Argument to function `rewrite` is incorrect: Argument type `((...) -> Unknown) | Divergent` does not satisfy upper bound `Expr` of type variable `EXPR`
[error] unresolved-attribute - :58:10 - Object of type `(...) -> Unknown` has no attribute `function_two`
[warning] possibly-missing-attribute - :58:10 - Attribute `function_two` may be missing on object of type `((...) -> Unknown) | Divergent`
[error] unresolved-attribute - :68:10 - Object of type `(...) -> Unknown` has no attribute `function_three`
[warning] possibly-missing-attribute - :68:10 - Attribute `function_three` may be missing on object of type `((...) -> Unknown) | Divergent`

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

freqtrade/rpc/api_server/api_ws.py

[warning] deprecated - :42:41 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.

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

tests/pyutils/test_is_awaitable.py

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

tests/validation/test_no_deprecated.py

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

tests/type/test_definition.py

[error] invalid-argument-type - :163 -
Old: Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[Unknown | str, Unknown | str] & dict[str, Any]`
New: Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & dict[Unknown | str, Unknown | str]`

httpx-caching (https://github.com/johtso/httpx-caching)

httpx_caching/_heuristics.py

[warning] deprecated - :14:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :14:20 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

hydpy/core/filetools.py

[error] missing-argument - :1750:9 - No argument provided for required parameter `fix_imports` of function `save`
[error] missing-argument - :1750:9 - No argument provided for required parameter `fix_imports` of function `save`

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

tests/annotations/declarations.py

[error] invalid-assignment - :471 -
Old: Object of type `partial[Unknown]` is not assignable to `Partial[int]`
New: Object of type `partial[int]` is not assignable to `Partial[int]`
[error] invalid-assignment - :472 -
Old: Object of type `partial[Unknown]` is not assignable to `Partial[bool]`
New: Object of type `partial[bool]` is not assignable to `Partial[bool]`
[error] type-assertion-failure - :1074 -
Old: Type `str` does not match asserted type `Unknown`
New: Type `str` does not match asserted type `str | Unknown`
[error] type-assertion-failure - :1075 -
Old: Type `str` does not match asserted type `Unknown`
New: Type `str` does not match asserted type `str | Unknown`
[error] type-assertion-failure - :1076 -
Old: Type `str` does not match asserted type `Unknown`
New: Type `str` does not match asserted type `str | Unknown`

tests/annotations/mypy_checks.py

[error] type-assertion-failure - :76:5 - Type `bool` does not match asserted type `bool | Divergent`
[error] type-assertion-failure - :77:5 - Type `bool` does not match asserted type `bool | Divergent`

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

ibis/backends/tests/test_aggregation.py

[error] unresolved-attribute - :1619:23 - Object of type `Value` has no attribute `max`
[warning] possibly-missing-attribute - :1619:23 - Attribute `max` may be missing on object of type `Value | Divergent`

ibis/backends/tests/test_array.py

[error] invalid-argument-type - :1601:63 - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred`, found `dict[Unknown | str, Unknown | float]`

ibis/backends/tests/test_string.py

[error] unresolved-attribute - :722:25 - Object of type `Value` has no attribute `substr`
[warning] possibly-missing-attribute - :722:25 - Attribute `substr` may be missing on object of type `Value | Divergent`

ibis/backends/tests/test_struct.py

[error] unresolved-attribute - :140:9 - Object of type `Value` has no attribute `a`
[warning] possibly-missing-attribute - :140:9 - Attribute `a` may be missing on object of type `Value | Divergent`

ibis/backends/tests/tpc/ds/test_queries.py

[error] unsupported-operator - :1753 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported for types `Value` and `float`, in comparing `Value | Divergent` with `float`
[error] unsupported-operator - :2004 -
Old: Operator `>` is not supported for types `Value` and `int`, in comparing `Value` with `Literal[1]`
New: Operator `>` is not supported for types `Value` and `int`, in comparing `Value | Divergent` with `Literal[1]`
[error] unresolved-attribute - :2052:26 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :2052:26 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :2057:25 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :2057:25 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unsupported-operator - :2377 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported for types `Value` and `float`, in comparing `Value | Divergent` with `float`
[error] unresolved-attribute - :2580:28 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :2580:28 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :2583:31 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :2583:31 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :2589:31 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :2589:31 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :2595:32 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :2595:32 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :2601:30 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :2601:30 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unsupported-operator - :2727 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported for types `Value` and `float`, in comparing `Value | Divergent` with `float`
[error] unsupported-operator - :2939 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported for types `Value` and `float`, in comparing `Value | Divergent` with `float`
[error] unresolved-attribute - :3174:33 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :3174:33 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unsupported-operator - :3239 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported for types `Value` and `float`, in comparing `Value | Divergent` with `float`
[error] unresolved-attribute - :3802:22 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :3802:22 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :3803:19 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :3803:19 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unsupported-operator - :3853 -
Old: Operator `>` is not supported for types `Value` and `int`, in comparing `Value` with `Literal[1]`
New: Operator `>` is not supported for types `Value` and `int`, in comparing `Value | Divergent` with `Literal[1]`
[error] unresolved-attribute - :4652:26 - Object of type `Value` has no attribute `concat`
[warning] possibly-missing-attribute - :4652:26 - Attribute `concat` may be missing on object of type `Value | Divergent`
[error] unsupported-operator - :4848 -
Old: Operator `>` is not supported for types `Value` and `float`
New: Operator `>` is not supported for types `Value` and `float`, in comparing `Value | Divergent` with `float`
[error] unresolved-attribute - :5117:24 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5117:24 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :5120:26 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5120:26 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :5123:31 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5123:31 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :5174:13 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5174:13 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :5177:13 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5177:13 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :5185:13 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5185:13 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :5193:13 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5193:13 - Attribute `sum` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :5201:13 - Object of type `Value` has no attribute `sum`
[warning] possibly-missing-attribute - :5201:13 - Attribute `sum` may be missing on object of type `Value | Divergent`

ibis/tests/expr/test_case.py

[error] unresolved-attribute - :45:11 - Object of type `Value` has no attribute `resolve`
[warning] possibly-missing-attribute - :45:11 - Attribute `resolve` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :94:13 - Object of type `Value` has no attribute `resolve`
[warning] possibly-missing-attribute - :94:13 - Attribute `resolve` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :97:13 - Object of type `Value` has no attribute `resolve`
[warning] possibly-missing-attribute - :97:13 - Attribute `resolve` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :105:13 - Object of type `Value` has no attribute `resolve`
[warning] possibly-missing-attribute - :105:13 - Attribute `resolve` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :153:13 - Object of type `Value` has no attribute `resolve`
[warning] possibly-missing-attribute - :153:13 - Attribute `resolve` may be missing on object of type `Value | Divergent`
[error] unresolved-attribute - :159:23 - Object of type `Node` has no attribute `default`
[warning] possibly-missing-attribute - :159:23 - Attribute `default` may be missing on object of type `Node | Divergent`

ibis/tests/expr/test_timestamp.py

[warning] possibly-missing-attribute - :193:12 - Attribute `start` may be missing on object of type `Node | Unknown`
[warning] possibly-missing-attribute - :194:12 - Attribute `stop` may be missing on object of type `Node | Unknown`
[warning] possibly-missing-attribute - :195:12 - Attribute `step` may be missing on object of type `Node | Unknown`
[warning] possibly-missing-attribute - :200:12 - Attribute `value_type` may be missing on object of type `DataType | Unknown`

ibis/util.py

[error] invalid-return-type - :568 -
Old: Return type does not match returned value: expected `tuple[int | IntegerScalar, int | IntegerScalar]`, found `tuple[None | Literal[0] | Any | Value, (Any & ~AlwaysFalsy) | Literal[0] | NumericValue]`
New: Return type does not match returned value: expected `tuple[int | IntegerScalar, int | IntegerScalar]`, found `tuple[None | Literal[0] | Any | Value | Divergent, (Any & ~AlwaysFalsy) | Literal[0] | NumericValue]`

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

jax/_src/lax/control_flow/solves.py

[error] call-non-callable - :126:19 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] invalid-argument-type - :138:1 - Argument to bound method `defjvp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _root_jvp(const_lengths, jaxprs, primals, tangents) -> Unknown`
[error] call-non-callable - :141:9 - Object of type `Top[custom_jvp[Unknown]]` is not callable

jax/_src/literals.py

[error] missing-argument - :136:11 - No argument provided for required parameter `style` of function `array2string`
[error] missing-argument - :136:11 - No argument provided for required parameter `style` of function `array2string`

jax/_src/nn/functions.py

[error] call-non-callable - :612:12 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] invalid-argument-type - :631:1 - Argument to bound method `defjvp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _softmax_jvp(axis, primals, tangents) -> Unknown`
[error] call-non-callable - :634:7 - Object of type `Top[custom_jvp[Unknown]]` is not callable

jax/_src/scipy/stats/norm.py

[error] call-non-callable - :158:10 - Object of type `Top[custom_jvp[Unknown]]` is not callable

jax/_src/scipy/stats/truncnorm.py

[error] call-non-callable - :45:22 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] call-non-callable - :45:35 - Object of type `Top[custom_jvp[Unknown]]` is not callable

jax/experimental/ode.py

[error] call-non-callable - :189:9 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] call-non-callable - :228:8 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] invalid-argument-type - :268:16 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _odeint_fwd(func, rtol, atol, mxstep, hmax, y0, ts, *args) -> Unknown`
[error] invalid-argument-type - :268:29 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _odeint_rev(func, rtol, atol, mxstep, hmax, res, g) -> Unknown`

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

[error] invalid-argument-type - :334:19 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def layer_norm_forward(x, weight, bias, num_warps: int | None = None, num_stages: int | None = Literal[3], eps: int | float = float, backward_pass_impl: str = Literal["triton"], interpret: bool = Literal[False]) -> Unknown`
[error] invalid-argument-type - :334:39 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def layer_norm_backward(num_warps: int | None, num_stages: int | None, eps: int | float, backward_pass_impl: str, interpret: bool, res, do) -> Unknown`

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

[error] invalid-argument-type - :302:17 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def rms_norm_forward(x, weight, bias, num_warps: int | None = None, num_stages: int | None = Literal[3], eps: int | float = float, backward_pass_impl: str = Literal["triton"], interpret: bool = Literal[False]) -> Unknown`
[error] invalid-argument-type - :302:35 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def rms_norm_backward(num_warps: int | None, num_stages: int | None, eps: int | float, backward_pass_impl: str, interpret: bool, res, do) -> Unknown`

jax/_src/array.py

[error] missing-argument - :408:13 - No argument provided for required parameter `style` of function `array2string`
[error] missing-argument - :408:13 - No argument provided for required parameter `style` of function `array2string`

jax/_src/cudnn/fused_attention_stablehlo.py

[error] invalid-argument-type - :1227:5 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _dot_product_attention_fwd_rule(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets, page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length, cudnn_version, return_residual) -> Unknown`
[error] invalid-argument-type - :1227:38 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _dot_product_attention_bwd_rule(scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length, is_training, return_residual, res, grad_output) -> Unknown`
[error] invalid-argument-type - :1807:35 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _dot_product_attention_fp8_fwd_rule(query, key, value, fp8_params, scale, use_causal_mask, layout, cudnn_version) -> Unknown`
[error] invalid-argument-type - :1807:72 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _dot_product_attention_fp8_bwd_rule(scale, use_causal_mask, layout, cudnn_version, res, g) -> Unknown`
[error] call-non-callable - :1914:12 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] call-non-callable - :2024:30 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] call-non-callable - :2059:14 - Object of type `Top[custom_vjp[Unknown]]` is not callable

jax/_src/cudnn/scaled_matmul_stablehlo.py

[error] invalid-argument-type - :704:30 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def scaled_dot_fwd(lhs, rhs, dimension_numbers, preferred_element_type, configs) -> Unknown`
[error] invalid-argument-type - :704:46 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def scaled_dot_bwd(dimension_numbers, preferred_element_type, configs, res, g) -> Unknown`
[error] call-non-callable - :757:9 - Object of type `Top[custom_vjp[Unknown]]` is not callable

jax/_src/numpy/linalg.py

[error] call-non-callable - :964:10 - Object of type `Top[custom_jvp[Unknown]]` is not callable

jax/_src/numpy/ufuncs.py

[error] call-non-callable - :3841:26 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] invalid-argument-type - :3855:1 - Argument to bound method `defjvp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _sinc_maclaurin_jvp(k, primals, tangents) -> Unknown`
[error] call-non-callable - :3858:10 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] call-non-callable - :3858:33 - Object of type `Top[custom_jvp[Unknown]]` is not callable

jax/_src/pallas/fuser/block_spec.py

[error] invalid-argument-type - :2162:5 - Argument is incorrect: Expected `PushBlockSpecRuleFn`, found `partial[Sequence[BlockSpec]]`

jax/_src/pallas/mosaic/sc_lowering.py

[error] invalid-argument-type - :360:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _lower_get_global(ctx: LoweringRuleContext, *, what) -> Unknown`
[error] invalid-argument-type - :367:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _get_lowering_rule(ctx: LoweringRuleContext, ref, *flat_transforms, *, tree) -> Unknown`
[error] invalid-argument-type - :424:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _swap_lowering_rule(ctx: LoweringRuleContext, ref, val, *flat_transforms, *, tree) -> Unknown`
[error] invalid-argument-type - :493:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _iota_lowering_rule_sc(ctx: LoweringRuleContext, dtype, shape, dimension, sharding) -> Unknown`
[error] invalid-argument-type - :525:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _debug_print_lowering_rule(ctx: LoweringRuleContext, *args, *, fmt: str, ordered, partitioned, in_tree, static_args, np_printoptions, has_placeholders, logging_record) -> Unknown`
[error] invalid-argument-type - :661:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _dma_start_lowering_rule(ctx: LoweringRuleContext, *args, *, tree, device_id_type: DeviceIdType, priority: int, add: bool) -> Unknown`
[error] invalid-argument-type - :730:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _dma_wait_lowering_rule(ctx: LoweringRuleContext, *args, *, tree, device_id_type: DeviceIdType) -> Unknown`
[error] invalid-argument-type - :853:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _run_scoped_lowering_rule(ctx: LoweringRuleContext, *consts, *, jaxpr, collective_axes) -> Unknown`
[error] invalid-argument-type - :866:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _sort_lowering_rule(ctx: LoweringRuleContext, *xs, *, dimension, is_stable, num_keys) -> Unknown`

jax/_src/pallas/mosaic/sc_primitives.py

[error] invalid-argument-type - :72:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _load_lowering_rule(ctx: LoweringRuleContext, ref, *args, *, has_mask, tree) -> Unknown`
[error] invalid-argument-type - :140:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _swap_lowering_rule(ctx: LoweringRuleContext, ref, x, *args, *, has_mask, tree, add) -> Unknown`
[error] invalid-argument-type - :261:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _gather_lowering_rule(ctx: LoweringRuleContext, *flat_args, *, tree) -> Unknown`
[error] invalid-argument-type - :335:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _scatter_lowering_rule(ctx: LoweringRuleContext, *flat_args, *, tree, add) -> Unknown`
[error] invalid-argument-type - :423:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _bitcast_lowering_rule(ctx: LoweringRuleContext, x, *, dtype) -> Unknown`
[error] invalid-argument-type - :457:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _barrier_lowering_rule(ctx: LoweringRuleContext) -> Unknown`
[error] invalid-argument-type - :495:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _scan_count_lowering_rule(ctx: LoweringRuleContext, x, mask) -> Unknown`
[error] invalid-argument-type - :535:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _masked_cummax_lowering_rule(ctx: LoweringRuleContext, x, mask) -> Unknown`
[error] invalid-argument-type - :574:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _masked_cumsum_lowering_rule(ctx: LoweringRuleContext, x, mask) -> Unknown`
[error] invalid-argument-type - :580:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _lax_cumsum_lowering_rule(ctx: LoweringRuleContext, x, axis, reverse) -> Unknown`
[error] invalid-argument-type - :633:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _parallel_loop_lowering_rule(ctx: LoweringRuleContext, *flat_args, *, tree, unroll, jaxpr) -> Unknown`
[error] invalid-argument-type - :857:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _pack_lowering_rule(ctx: LoweringRuleContext, a, b, *, format, preferred_element_type) -> Unknown`
[error] invalid-argument-type - :947:1 - Argument is incorrect: Expected `T@register_lowering_rule`, found `def _unpack_lowering_rule(ctx: LoweringRuleContext, ab, *, format, preferred_element_type) -> Unknown`
[error] invalid-argument-type - :1021:5 - Argument is incorrect: Expected `T@register_lowering_rule`, found `partial[Unknown]`
[error] invalid-argument-type - :1041:5 - Argument is incorrect: Expected `T@register_lowering_rule`, found `partial[Unknown]`

jax/_src/pallas/mosaic_gpu/lowering.py

[error] invalid-assignment - :113:53 - Object of type `dataclasses.Field[Top[Counter[Unknown]]]` is not assignable to `Counter[Barrier | ClusterBarrier]`

jax/_src/scipy/special.py

[error] call-non-callable - :1176:9 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] invalid-argument-type - :1179:17 - Argument to bound method `defjvp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _log_ndtr_jvp(series_order, primals, tangents) -> Unknown`
[error] call-non-callable - :2509:10 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] call-non-callable - :2510:21 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] call-non-callable - :2538:22 - Object of type `Top[custom_jvp[Unknown]]` is not callable

jax/_src/state/discharge.py

[error] invalid-argument-type - :251:39 - Argument to function `foreach` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] call-non-callable - :890:10 - Object of type `Top[custom_jvp[Unknown]]` is not callable
[error] invalid-argument-type - :901:1 - Argument to bound method `defjvp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _eval_jaxpr_ad_error_jvp(*_) -> Unknown`

jax/_src/tree_util.py

[error] invalid-argument-type - :437:29 - Argument to function `reduce` is incorrect: Expected `(T@tree_reduce & ~Unspecified, Unknown, /) -> T@tree_reduce & ~Unspecified`, found `(T@tree_reduce, Any, /) -> T@tree_reduce`

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

[error] call-non-callable - :314:14 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] invalid-argument-type - :640:12 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _mha_forward(q, k, v, segment_ids: Array | None, sm_scale: int | float, causal: bool, block_sizes: BlockSizes, backward_pass_impl: str, num_warps: int | None, num_stages: int, grid: Any, interpret: bool, debug: bool, return_residuals: bool) -> Unknown`
[error] invalid-argument-type - :640:26 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _mha_backward(sm_scale: int | float, causal: bool, block_sizes: BlockSizes, backward_pass_impl: str, num_warps: int | None, num_stages: int, grid: Any, interpret: bool, debug: bool, return_residuals: bool, res, do) -> Unknown`

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

[error] invalid-argument-type - :636:18 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _attention_fwd(q, k, v, config: TuningConfig, save_residuals: bool) -> Unknown`
[error] invalid-argument-type - :636:34 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _attention_bwd(config: TuningConfig, save_residuals: bool, res, do) -> Unknown`
[error] invalid-argument-type - :866:62 - Argument to function `__new__` is incorrect: Expected `(...) -> Unknown`, found `Top[custom_vjp[Unknown]]`

jax/experimental/pallas/ops/tpu/flash_attention.py

[error] call-non-callable - :199:10 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] call-non-callable - :248:13 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] invalid-argument-type - :318:25 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _flash_attention_fwd(q, k, v, ab, segment_ids, save_residuals, causal, sm_scale, block_sizes, debug) -> Unknown`
[error] invalid-argument-type - :318:51 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _flash_attention_bwd(save_residuals: bool, causal: bool, sm_scale: int | float, block_sizes: BlockSizes, debug: bool, residuals, do) -> Unknown`
[error] call-non-callable - :1540:10 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] call-non-callable - :1591:9 - Object of type `Top[custom_vjp[Unknown]]` is not callable
[error] invalid-argument-type - :1704:23 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _mha_reference_fwd(q, k, v, ab, segment_ids: SegmentIds | None, causal: bool, mask_value: int | float, sm_scale: int | float, save_residuals: bool) -> Unknown`
[error] invalid-argument-type - :1704:47 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _mha_reference_bwd(causal: bool, mask_value: int | float, sm_scale: int | float, save_residuals: bool, residuals, do) -> Unknown`

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

[warning] possibly-missing-attribute - :799:14 - Attribute `max` may be missing on object of type `Array | tuple[Array, Array, Array, Array]`
[error] unsupported-operator - :810:22 - Operator `-` is unsupported between objects of type `Array | tuple[Array, Array, Array, Array]` and `Array`
[error] invalid-argument-type - :2354:33 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def _splash_attention_fwd(fwd_mask_info: MaskInfo, dq_mask_info: MaskInfo | None, dkv_mask_info: MaskInfo | None, q: Array, k: Array, v: Array, segment_ids: SegmentIds | None, sinks: Array | None, save_residuals: bool, mask_value: int | float, is_mqa: bool, block_sizes: BlockSizes, residual_checkpoint_name: str | None, mask_function: ((...) -> Array) | None, attn_logits_soft_cap: int | float | None = None, interpret: bool = Literal[False]) -> tuple[tuple[Array], tuple[Array, Array, Array, SegmentIds | None, Array | None, Array, Array, MaskInfo | None, MaskInfo | None]]`
[error] invalid-argument-type - :2354:56 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def _splash_attention_bwd(save_residuals: bool, mask_value: int | float, is_mqa: bool, block_sizes: BlockSizes, residual_checkpoint_name: str | None, mask_function: ((...) -> Array) | None, attn_logits_soft_cap: int | float | None, interpret: bool, res: tuple[Array, Array, Array, SegmentIds | None, Array | None, Array, Array, MaskInfo | None, MaskInfo | None], do: Array) -> tuple[MaskInfo | None, MaskInfo | None, MaskInfo | None, Array, Array, Array, SegmentIds | None, Array | None]`
[error] call-non-callable - :2409:10 - Object of type `Top[custom_vjp[Unknown]]` is not callable

jax/experimental/rnn.py

[error] invalid-argument-type - :511:13 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> Never`, found `def lstm_fwd(x: Array, h_0: Array, c_0: Array, w: Array, seq_lengths: Array, input_size: int, hidden_size: int, num_layers: int, dropout: int | float, bidirectional: bool, precision: None | str | Precision | ... omitted 4 union elements) -> Unknown`
[error] invalid-argument-type - :511:23 - Argument to bound method `defvjp` is incorrect: Expected `(*args: object, **kwargs: object) -> tuple[()]`, found `def lstm_bwd(input_size: int, hidden_size: int, num_layers: int, dropout: int | float, bidirectional: bool, precision: None | str | Precision | ... omitted 4 union elements, residuals, gradients) -> Unknown`

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

koda_validate/signature.py

[error] unresolved-attribute - :212:32 - Object of type `object` has no attribute `is_valid`
[error] invalid-argument-type - :217:50 - Argument to bound method `append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, object]`
[error] unresolved-attribute - :219:42 - Object of type `object` has no attribute `val`
[error] unresolved-attribute - :238:28 - Object of type `object` has no attribute `is_valid`
[error] invalid-assignment - :241:25 - Invalid subscript assignment with key of type `str` and value of type `object` on object of type `dict[str, Invalid]`
[error] unresolved-attribute - :243:46 - Object of type `object` has no attribute `val`
[error] unresolved-attribute - :249:20 - Object of type `object` has no attribute `is_valid`
[error] invalid-argument-type - :252:46 - Argument to bound method `__init__` is incorrect: Expected `Invalid`, found `object`
[error] unresolved-attribute - :283:32 - Object of type `object` has no attribute `is_valid`
[error] invalid-argument-type - :284:50 - Argument to bound method `append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, object]`
[error] unresolved-attribute - :286:42 - Object of type `object` has no attribute `val`

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

ci/cleanup/aws.py

[warning] deprecated - :105:20 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :105:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

ci/cleanup/launchdarkly.py

[warning] deprecated - :32:24 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :32:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

ci/load/periodic.py

[warning] deprecated - :31:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :31:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :36:40 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :36:22 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

misc/python/materialize/buildkite_insights/util/data_io.py

[warning] deprecated - :75:21 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :75:12 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

misc/python/materialize/cli/cloudbench.py

[warning] deprecated - :290:44 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :290:26 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

misc/python/materialize/cli/scratch/create.py

[warning] deprecated - :148:40 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :148:22 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

misc/python/materialize/parallel_workload/action.py

[warning] deprecated - :93:46 - The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead.
[warning] deprecated - :1977:40 - The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead.

misc/python/materialize/parallel_workload/executor.py

[warning] deprecated - :109:50 - The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead.

misc/python/materialize/parallel_workload/worker.py

[warning] deprecated - :131:62 - The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead.

misc/python/materialize/scratch.py

[warning] deprecated - :418:34 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :418:16 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

test/rtr-combined/mzcompose.py

[warning] deprecated - :67:54 - The function `getName` is deprecated: Deprecated since Python 3.10. Read the `name` attribute instead.

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

mesonbuild/ast/interpreter.py

[error] invalid-method-override - :318:9 - Invalid override of method `evaluate_fstring`: Definition is incompatible with `InterpreterBase.evaluate_fstring`

mesonbuild/compilers/compilers.py

[error] invalid-argument-type - :694:50 - Argument to function `Popen_safe` is incorrect: Expected `list[str]`, found `Unknown | list[Unknown | str | None]`
[error] invalid-argument-type - :1376:60 - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None | Unknown`

mesonbuild/compilers/mixins/clike.py

[error] invalid-argument-type - :906:35 - Argument to function `isfile` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None | Unknown`
[error] no-matching-overload - :908:18 - No overload of function `open` matches arguments

mesonbuild/compilers/vala.py

[error] invalid-argument-type - :206:60 - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None | Unknown`

unittests/internaltests.py

[error] invalid-argument-type - :1604 -
Old: Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def mock_trial(value: str) -> Iterable[None]`
New: Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[None]`, found `def mock_trial(value: str) -> Iterable[None]`
[error] invalid-argument-type - :1668 -
Old: Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def mock_trial(value: str) -> Iterable[None]`
New: Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[None]`, found `def mock_trial(value: str) -> Iterable[None]`

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

mitmproxy/addons/save.py

[error] invalid-argument-type - :101:45 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `IO[Any]`

examples/contrib/webscanner_helper/urlindex.py

[warning] deprecated - :93:42 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :93:24 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

examples/contrib/webscanner_helper/watchdog.py

[warning] deprecated - :74:51 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :74:42 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :78:51 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :78:42 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

mitmproxy/contentviews/__init__.py

[warning] deprecated - :20:22 - The function `get` is deprecated: Use `mitmproxy.contentviews.registry` instead.
[warning] deprecated - :22:22 - The function `remove` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.

mitmproxy/contentviews/base.py

[warning] deprecated - :120:12 - The function `format_pairs` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.

test/mitmproxy/addons/test_next_layer.py

[error] invalid-argument-type - :492 -
Old: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[Unknown]]`
New: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[HttpLayer] | partial[HttpStream]]`
[error] invalid-argument-type - :524 -
Old: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[Unknown]]`
New: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[HttpLayer] | partial[HttpStream]]`
[error] invalid-argument-type - :536 -
Old: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[Unknown]]`
New: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[HttpLayer] | partial[HttpStream]]`
[error] invalid-argument-type - :554 -
Old: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[Unknown]]`
New: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[HttpLayer] | partial[HttpStream]]`
[error] invalid-argument-type - :575 -
Old: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[Unknown]]`
New: Argument is incorrect: Expected `list[type[Layer]]`, found `list[type[Layer] | partial[HttpLayer] | partial[HttpStream]]`

test/mitmproxy/contentviews/test__compat.py

[warning] deprecated - :53:28 - The function `get` is deprecated: Use `mitmproxy.contentviews.registry` instead.
[warning] deprecated - :59:28 - The function `get` is deprecated: Use `mitmproxy.contentviews.registry` instead.
[warning] deprecated - :67:17 - The function `remove` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.

test/mitmproxy/contentviews/test_base.py

[warning] deprecated - :9:20 - The function `format_dict` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.
[warning] deprecated - :14:20 - The function `format_dict` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.
[warning] deprecated - :19:20 - The function `format_dict` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.
[warning] deprecated - :27:20 - The function `format_pairs` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.
[warning] deprecated - :32:20 - The function `format_pairs` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.
[warning] deprecated - :37:20 - The function `format_pairs` is deprecated: Use `mitmproxy.contentviews.Contentview` instead.

test/mitmproxy/test_certs.py

[warning] deprecated - :236:53 - The function `to_pyopenssl` is deprecated: Use `to_cryptography` instead.

test/mitmproxy/tools/console/test_quickhelp.py

[error] invalid-argument-type - :63:19 - Argument to bound method `unbind` is incorrect: Expected `Binding`, found `Binding | None | Unknown`

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

mkdocs/config/config_options.py

[error] invalid-assignment - :692 -
Old: Object of type `staticmethod[Unknown, Unknown]` is not assignable to `(str, /) -> bool`
New: Object of type `staticmethod[Unknown, bool]` is not assignable to `(str, /) -> bool`

mkosi (https://github.com/systemd/mkosi)

mkosi/documentation.py

[warning] deprecated - :32:29 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `warning()` instead.

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

pymongo/asynchronous/auth.py

[error] invalid-assignment - :365 -
Old: Object of type `dict[Unknown | str, Unknown | ((credentials: Unknown, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: Unknown, conn: AsyncConnection, reauthenticate: bool) -> CoroutineType[Any, Any, Mapping[str, Any] | None]) | partial[Unknown]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`
New: Object of type `dict[Unknown | str, Unknown | ((credentials: Unknown, conn: AsyncConnection) -> CoroutineType[Any, Any, None]) | ((credentials: Unknown, conn: AsyncConnection, reauthenticate: bool) -> CoroutineType[Any, Any, Mapping[str, Any] | None]) | partial[CoroutineType[object, Never, None]]]` is not assignable to `Mapping[str, (...) -> Coroutine[Any, Any, None]]`

pymongo/asynchronous/pool.py

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

pymongo/pool_shared.py

[warning] unused-ignore-comment - :292:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :347:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :466:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :515:72 - Unused blanket `type: ignore` directive

pymongo/synchronous/auth.py

[error] invalid-assignment - :360 -
Old: Object of type `dict[Unknown | str, Unknown | ((credentials: Unknown, conn: Connection) -> None) | ((credentials: Unknown, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[Unknown]]` is not assignable to `Mapping[str, (...) -> None]`
New: Object of type `dict[Unknown | str, Unknown | ((credentials: Unknown, conn: Connection) -> None) | ((credentials: Unknown, conn: Connection, reauthenticate: bool) -> Mapping[str, Any] | None) | partial[None]]` is not assignable to `Mapping[str, (...) -> None]`

pymongo/synchronous/pool.py

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

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

mypy/typeshed/stdlib/distutils/sysconfig.pyi

[error] invalid-overload - :19:5 - Overloaded function `get_config_var` requires at least two overloads

mypy/typeshed/stdlib/sysconfig.pyi

[error] invalid-overload - :23:5 - Overloaded function `get_config_var` requires at least two overloads

mypy/modulefinder.py

[error] unresolved-attribute - :717:12 - Object of type `object` has no attribute `match_file`

mypy/typeshed/stdlib/_frozen_importlib.pyi

[error] invalid-method-override - :115:13 - Invalid override of method `module_repr`: Definition is incompatible with `Loader.module_repr`

mypy/typeshed/stdlib/ssl.pyi

[warning] deprecated - :40:22 - The function `RAND_pseudo_bytes` is deprecated: Deprecated since Python 3.6; removed in Python 3.12. Use `ssl.RAND_bytes()` instead.

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

openlibrary/accounts/model.py

[warning] deprecated - :241:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :241:34 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :600:40 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :600:22 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/catalog/utils/__init__.py

[error] unresolved-attribute - :481:17 - Object of type `object` has no attribute `get`
[error] no-matching-overload - :483:20 - No overload of bound method `get` matches arguments

openlibrary/core/admin.py

[warning] deprecated - :147:31 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :147:13 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/core/edits.py

[warning] deprecated - :237:43 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :237:25 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :257:39 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :257:21 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :286:39 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :286:21 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :302:39 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :302:21 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :328:44 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :328:26 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/core/imports.py

[warning] deprecated - :284:46 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :284:28 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/core/lending.py

[warning] deprecated - :869:35 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :869:17 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :959:67 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :959:49 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/core/statsdb.py

[warning] deprecated - :32:48 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :32:30 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :58:48 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :58:30 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/core/waitinglist.py

[warning] deprecated - :73:35 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :73:17 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :79:74 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :79:56 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :88:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :88:34 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/coverstore/db.py

[warning] deprecated - :41:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :41:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :115:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :115:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :130:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :130:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/data/db.py

[warning] deprecated - :157:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :157:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/data/sitemap.py

[warning] deprecated - :88:35 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :88:17 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/admin/code.py

[warning] deprecated - :616:30 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :616:12 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/ol_infobase.py

[warning] deprecated - :301:33 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :301:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/openlibrary/borrow_home.py

[warning] deprecated - :52:33 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :52:15 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :68:33 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :68:15 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :69:31 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :69:13 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/openlibrary/code.py

[warning] deprecated - :1131:27 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1131:9 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/openlibrary/connection.py

[warning] deprecated - :213:50 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :213:32 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/openlibrary/infobase_hook.py

[warning] deprecated - :21:35 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :21:17 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/upstream/addbook.py

[warning] deprecated - :46:36 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :46:18 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/upstream/borrow.py

[warning] deprecated - :418:21 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :418:12 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :524:77 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :524:68 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/upstream/code.py

[warning] deprecated - :214:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :214:34 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/plugins/upstream/utils.py

[error] invalid-argument-type - :764:43 - Argument to function `get_names_to_try` is incorrect: Expected `dict[Unknown, Unknown]`, found `object`
[error] unresolved-attribute - :767:25 - Object of type `object` has no attribute `key`
[error] unresolved-attribute - :768:26 - Object of type `object` has no attribute `code`
[error] unresolved-attribute - :791:14 - Object of type `object` has no attribute `name`
[error] unresolved-attribute - :794:28 - Object of type `object` has no attribute `name_translated`
[error] unresolved-attribute - :795:29 - Object of type `object` has no attribute `name_translated`
[error] unresolved-attribute - :803:33 - Object of type `object` has no attribute `code`
[error] invalid-argument-type - :814:36 - Argument to bound method `get` is incorrect: Expected `Never`, found `str`
[error] non-subscriptable - :1202:32 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :1204:20 - Object of type `object` has no attribute `code`

openlibrary/plugins/worksearch/subjects.py

[warning] deprecated - :371:46 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :371:28 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

openlibrary/utils/bulkimport.py

[warning] deprecated - :80:39 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :80:21 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :191:39 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :191:21 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

optuna/storages/_rdb/alembic/versions/v2.4.0.a.py

[error] invalid-argument-type - :181:42 - Argument to bound method `drop_constraint` is incorrect: Expected `str`, found `str | None`

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

paasta_tools/cli/cmds/local_run.py

[warning] deprecated - :1036:39 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

paasta_tools/cli/cmds/logs.py

[warning] deprecated - :1042:46 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1042:28 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1339:42 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1339:24 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :1351:40 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1351:22 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

paasta_tools/cli/cmds/start_stop_restart.py

[warning] deprecated - :276:77 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :276:59 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

paasta_tools/generate_deployments_for_service.py

[error] invalid-argument-type - :245:41 - Argument to function `dump` is incorrect: Expected `SupportsWrite[str]`, found `Top[IO[Unknown]] | Unknown`

paasta_tools/generate_services_file.py

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

paasta_tools/kubernetes_tools.py

[error] unresolved-attribute - :4246:47 - Object of type `object` has no attribute `metadata`

paasta_tools/metrics/metastatus_lib.py

[error] unresolved-attribute - :843:36 - Object of type `object` has no attribute `spec`

paasta_tools/utils.py

[error] invalid-argument-type - :4335:13 - Argument to function `dump` is incorrect: Expected `SupportsWrite[str]`, found `Top[IO[Unknown]] | Unknown`
[error] no-matching-overload - :4357:9 - No overload of bound method `write` matches arguments
[warning] deprecated - :1516:30 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :1516:12 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :3728:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :3728:34 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :3736:52 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :3736:34 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

pandas/core/indexes/api.py

[error] invalid-argument-type - :178:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/apply/test_frame_transform.py

[error] invalid-argument-type - :86:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/indexing/test_delitem.py

[error] invalid-argument-type - :56:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/indexing/test_get_value.py

[error] invalid-argument-type - :12:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/indexing/test_getitem.py

[error] invalid-argument-type - :463:39 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/indexing/test_xs.py

[error] invalid-argument-type - :142:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :343:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :350:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :384:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_droplevel.py

[error] invalid-argument-type - :14:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :17:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_explode.py

[error] invalid-argument-type - :80:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :88:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_isin.py

[error] invalid-argument-type - :142:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_pop.py

[error] invalid-argument-type - :56:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_to_csv.py

[error] invalid-argument-type - :91:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :609:25 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1351:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_to_dict_of_blocks.py

[error] invalid-argument-type - :26:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/test_repr.py

[error] invalid-argument-type - :57:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :122:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/generic/test_series.py

[error] invalid-argument-type - :20:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/methods/test_nlargest_nsmallest.py

[error] invalid-argument-type - :44:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/test_all_methods.py

[error] invalid-argument-type - :65:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/transform/test_transform.py

[error] invalid-argument-type - :952:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1200:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_conversion.py

[error] invalid-argument-type - :58:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :68:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :79:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :170:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :179:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_duplicates.py

[error] invalid-argument-type - :199:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :238:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_equivalence.py

[error] invalid-argument-type - :124:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :208:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :217:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :218:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :221:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :226:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_formats.py

[error] invalid-argument-type - :201:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_integrity.py

[error] invalid-argument-type - :22:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :47:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_isin.py

[error] invalid-argument-type - :18:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :19:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :101:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_monotonic.py

[error] invalid-argument-type - :187:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_names.py

[error] invalid-argument-type - :13:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :59:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_reshape.py

[error] invalid-argument-type - :83:46 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :88:47 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :179:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_take.py

[error] invalid-argument-type - :47:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :57:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :67:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/test_index_new.py

[error] invalid-argument-type - :81:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/test_setops.py

[error] invalid-argument-type - :917:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :918:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :920:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_chaining_and_caching.py

[error] invalid-argument-type - :28:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :42:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_datetime.py

[error] invalid-argument-type - :37:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_getitem.py

[error] invalid-argument-type - :30:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :154:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :210:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :262:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :272:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :284:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :294:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :323:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :358:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_iloc.py

[error] invalid-argument-type - :69:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :106:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :109:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :128:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_setitem.py

[error] invalid-argument-type - :166:25 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :344:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :425:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :434:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :443:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :461:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :472:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :480:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :483:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :496:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :501:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/test_at.py

[error] invalid-argument-type - :80:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :85:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

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

[error] invalid-argument-type - :41:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/formats/test_to_latex.py

[error] invalid-argument-type - :1223:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/generate_legacy_storage_files.py

[error] invalid-argument-type - :158:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :180:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :200:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

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

[error] invalid-argument-type - :68:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :136:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :156:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/parser/test_header.py

[error] invalid-argument-type - :236:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :284:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :331:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :414:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :502:25 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :511:25 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :520:25 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :575:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :606:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/parser/test_index_col.py

[error] invalid-argument-type - :206:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :226:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :371:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/parser/test_python_parser_only.py

[error] invalid-argument-type - :199:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/pytables/test_put.py

[error] invalid-argument-type - :309:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/pytables/test_select.py

[error] invalid-argument-type - :737:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/plotting/test_boxplot_method.py

[error] invalid-argument-type - :429:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :441:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :748:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/concat/test_dataframe.py

[error] invalid-argument-type - :168:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/concat/test_index.py

[error] invalid-argument-type - :222:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/concat/test_series.py

[error] invalid-argument-type - :119:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/merge/test_merge_antijoin.py

[error] invalid-argument-type - :156:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :165:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :178:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :190:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/test_crosstab.py

[error] invalid-argument-type - :233:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :638:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :667:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/test_pivot_multilevel.py

[error] invalid-argument-type - :49:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :68:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :77:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :81:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :140:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :149:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :164:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :168:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :205:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :208:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :223:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/indexing/test_indexing.py

[error] invalid-argument-type - :418:36 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :432:36 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/indexing/test_xs.py

[error] invalid-argument-type - :36:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :61:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :68:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :76:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_align.py

[error] invalid-argument-type - :166:30 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :168:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :173:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :176:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :185:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :188:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :193:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :196:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_equals.py

[error] invalid-argument-type - :24:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_explode.py

[error] invalid-argument-type - :52:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_repeat.py

[error] invalid-argument-type - :37:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/test_api.py

[error] invalid-argument-type - :84:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :85:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/strings/test_extract.py

[error] invalid-argument-type - :428:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :440:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :452:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :497:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :506:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :533:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :560:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :562:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :601:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :625:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :686:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/strings/test_get_dummies.py

[error] invalid-argument-type - :32:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/strings/test_strings.py

[error] invalid-argument-type - :735:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/test_multilevel.py

[error] invalid-argument-type - :97:35 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :101:35 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :132:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :231:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :241:38 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :370:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/util/test_assert_index_equal.py

[error] invalid-argument-type - :28:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :41:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :42:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :171:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :172:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/window/test_apply.py

[error] invalid-argument-type - :176:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/window/test_groupby.py

[error] invalid-argument-type - :217:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :250:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :279:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :290:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :298:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :306:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :330:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :407:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :416:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :543:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :552:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :626:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :694:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :731:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :751:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :769:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :779:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :803:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :852:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :875:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1186:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1221:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1243:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1281:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1353:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1383:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/conftest.py

[error] invalid-argument-type - :694:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :767:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/core/frame.py

[error] invalid-argument-type - :2008:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/core/groupby/groupby.py

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

pandas/core/indexes/base.py

[error] invalid-argument-type - :6517:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/core/indexes/multi.py

[error] invalid-argument-type - :1297:16 - Argument to bound method `from_tuples` is incorrect: Argument type `type[MultiIndex]` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2449:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2985:30 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :4131:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :4274:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/core/reshape/pivot.py

[error] invalid-argument-type - :591:47 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/core/series.py

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

pandas/core/strings/accessor.py

[error] invalid-argument-type - :379:30 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :3996:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/core/util/hashing.py

[error] invalid-argument-type - :212:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/io/json/_json.py

[error] no-matching-overload - :816:16 - No overload of bound method `read` matches arguments
[error] invalid-argument-type - :792:19 - Argument to bound method `__init__` is incorrect: Expected `JsonReader[FrameSeriesStrT@JsonReader]`, found `JsonReader[str]`

pandas/io/parsers/base_parser.py

[error] invalid-argument-type - :269:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/io/pytables.py

[error] invalid-argument-type - :4808:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/plotting/_matplotlib/core.py

[error] invalid-argument-type - :1632:17 - Argument to bound method `_plot` is incorrect: Argument type `<class 'MPLPlot'>` does not satisfy upper bound `MPLPlot` of type variable `Self`
[error] invalid-argument-type - :1795:17 - Argument to bound method `_plot` is incorrect: Argument type `<class 'MPLPlot'>` does not satisfy upper bound `MPLPlot` of type variable `Self`
[warning] unused-ignore-comment - :1915:17 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1986:24 - Argument to bound method `_plot` is incorrect: Argument type `type[BarPlot]` does not satisfy upper bound `BarPlot` of type variable `Self`
[error] invalid-argument-type - :2002:24 - Argument to bound method `_plot` is incorrect: Argument type `type[BarPlot]` does not satisfy upper bound `BarPlot` of type variable `Self`
[error] invalid-argument-type - :2017:24 - Argument to bound method `_plot` is incorrect: Argument type `type[BarPlot]` does not satisfy upper bound `BarPlot` of type variable `Self`
[error] invalid-argument-type - :2031:24 - Argument to bound method `_plot` is incorrect: Argument type `type[BarPlot]` does not satisfy upper bound `BarPlot` of type variable `Self`

pandas/plotting/_matplotlib/hist.py

[error] invalid-argument-type - :283:17 - Argument to bound method `_plot` is incorrect: Argument type `<class 'MPLPlot'>` does not satisfy upper bound `MPLPlot` of type variable `Self`

pandas/plotting/_matplotlib/timeseries.py

[error] invalid-argument-type - :157:26 - Argument to bound method `_plot` is incorrect: Argument type `type[MPLPlot]` does not satisfy upper bound `MPLPlot` of type variable `Self`

pandas/tests/apply/test_frame_apply.py

[error] invalid-argument-type - :986:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/arrays/numpy_/test_numpy.py

[error] unresolved-attribute - :232:12 - Object of type `ExtensionArray` has no attribute `max`
[warning] possibly-missing-attribute - :232:12 - Attribute `max` may be missing on object of type `ExtensionArray | Divergent`

pandas/tests/arrays/sparse/test_accessor.py

[error] invalid-argument-type - :70:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :228:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/arrays/test_datetimes.py

[warning] possibly-missing-attribute - :617 -
Old: Attribute `tz_convert` may be missing on object of type `Period | Timestamp | Timedelta | NaTType | Unknown`
New: Attribute `tz_convert` may be missing on object of type `Period | Timestamp | Timedelta | ... omitted 3 union elements`

pandas/tests/base/test_conversion.py

[error] invalid-argument-type - :504:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/base/test_unique.py

[error] invalid-argument-type - :18:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/copy_view/test_indexing.py

[error] invalid-argument-type - :840:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :847:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :860:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/copy_view/test_methods.py

[error] invalid-argument-type - :936:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :950:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :965:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1048:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/extension/base/reshaping.py

[error] invalid-argument-type - :255:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :290:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :293:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/extension/decimal/test_decimal.py

[error] invalid-argument-type - :362:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/extension/test_arrow.py

[error] unresolved-attribute - :3816:15 - Object of type `ExtensionDtype | dtype[Any]` has no attribute `pyarrow_dtype`
[warning] possibly-missing-attribute - :3816:15 - Attribute `pyarrow_dtype` may be missing on object of type `ExtensionDtype | dtype[Any] | Divergent`

pandas/tests/extension/test_sparse.py

[error] invalid-argument-type - :179:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/constructors/test_from_dict.py

[error] invalid-argument-type - :180:33 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :183:33 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/indexing/test_indexing.py

[error] invalid-argument-type - :1320:34 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1325:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1411:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1771:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1774:31 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1806:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1836:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/indexing/test_insert.py

[error] invalid-argument-type - :109:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_drop.py

[error] invalid-argument-type - :172:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :300:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :343:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :489:34 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[warning] possibly-missing-attribute - :186 -
Old: Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
New: Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index | Divergent`

pandas/tests/frame/methods/test_join.py

[error] invalid-argument-type - :499:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :501:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :503:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :508:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :523:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_reindex.py

[error] invalid-argument-type - :1166:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1168:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_rename.py

[error] invalid-argument-type - :36:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :101:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :102:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :112:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :115:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :127:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :135:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :145:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :153:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :162:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :202:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :368:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :380:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_reset_index.py

[error] invalid-argument-type - :400:33 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :415:33 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :572:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :610:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :801:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :807:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :33:48 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :413:51 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :448:49 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_set_index.py

[error] invalid-argument-type - :66:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :100:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_sort_index.py

[error] invalid-argument-type - :358:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :363:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :371:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :469:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :476:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :484:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :545:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :581:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :693:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :701:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :785:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :804:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :913:38 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :922:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :932:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :939:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :949:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :971:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :84:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :284:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_to_dict.py

[error] invalid-argument-type - :343:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :344:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :353:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :354:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/methods/test_to_records.py

[error] invalid-argument-type - :94:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :423:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :445:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :448:27 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/test_api.py

[error] invalid-argument-type - :81:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/test_arithmetic.py

[error] invalid-argument-type - :789:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :806:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :823:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :842:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :860:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2109:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2113:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2117:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/test_constructors.py

[error] invalid-argument-type - :648:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :653:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :842:39 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :844:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2614:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/test_reductions.py

[error] unresolved-attribute - :586:20 - Object of type `bool` has no attribute `any`
[warning] possibly-missing-attribute - :586:20 - Attribute `any` may be missing on object of type `bool | Divergent`
[error] unresolved-attribute - :590:24 - Object of type `bool` has no attribute `any`
[warning] possibly-missing-attribute - :590:24 - Attribute `any` may be missing on object of type `bool | Divergent`

pandas/tests/frame/test_stack_unstack.py

[error] invalid-argument-type - :98:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :146:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :154:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :177:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :186:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :208:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :235:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :259:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :300:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :321:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :324:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :333:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :410:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :443:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :502:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :715:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :794:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :802:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :814:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :817:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :828:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1077:46 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1084:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1121:27 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1142:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1156:27 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1252:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1289:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1320:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1333:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1341:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1346:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1365:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1379:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1421:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1429:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1567:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1659:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1663:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1733:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1836:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2401:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2484:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2522:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2611:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2625:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2647:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2723:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2724:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :793:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :827:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/frame/test_subclass.py

[error] invalid-argument-type - :77:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :81:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :233:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :236:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :252:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :276:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :295:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :298:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :314:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :338:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :367:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :370:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :378:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :393:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :411:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :414:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :425:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :443:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :606:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :609:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/generic/test_duplicate_labels.py

[error] invalid-argument-type - :318:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/generic/test_frame.py

[error] invalid-argument-type - :35:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :36:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/aggregate/test_aggregate.py

[error] invalid-argument-type - :100:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :344:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :366:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :649:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :970:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :991:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1004:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1445:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1495:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1662:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1719:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1022:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/methods/test_nth.py

[error] invalid-argument-type - :674:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/methods/test_quantile.py

[error] invalid-argument-type - :122:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :435:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :451:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/methods/test_value_counts.py

[error] invalid-argument-type - :253:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :607:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :658:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :885:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :961:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1022:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1061:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/test_apply.py

[error] invalid-argument-type - :314:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :967:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1182:31 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1203:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1285:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/test_categorical.py

[error] invalid-argument-type - :2142:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/test_counting.py

[error] invalid-argument-type - :54:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :133:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/test_groupby.py

[error] invalid-argument-type - :492:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :949:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :950:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1527:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1539:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1883:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1909:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2467:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2932:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2936:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[warning] possibly-missing-attribute - :1553 -
Old: Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
New: Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index | Divergent`

pandas/tests/groupby/test_groupby_dropna.py

[error] invalid-argument-type - :46:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :90:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :237:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :330:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/test_grouping.py

[error] invalid-argument-type - :149:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :321:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :365:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :543:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/groupby/test_reductions.py

[error] invalid-argument-type - :1431:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/base_class/test_constructors.py

[error] invalid-argument-type - :44:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_constructors.py

[error] invalid-argument-type - :353:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :360:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :371:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :382:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :388:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :408:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :422:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :526:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :547:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :654:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :734:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :751:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :857:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :869:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :377:9 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_drop.py

[error] invalid-argument-type - :15:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :30:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :39:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :127:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :147:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :156:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :158:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :165:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :177:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :185:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[warning] possibly-missing-attribute - :137 -
Old: Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
New: Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index | Divergent`

pandas/tests/indexes/multi/test_get_set.py

[error] invalid-argument-type - :230:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :232:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :357:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_indexing.py

[error] invalid-argument-type - :168:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :169:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :174:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :260:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :396:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :496:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :564:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :568:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :576:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :767:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :783:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :790:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :953:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1014:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1024:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_join.py

[error] invalid-argument-type - :125:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :137:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :149:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :263:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :264:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :266:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] unresolved-attribute - :269:27 - Object of type `Index` has no attribute `levels`
[warning] possibly-missing-attribute - :269:27 - Attribute `levels` may be missing on object of type `Index | Divergent`

pandas/tests/indexes/multi/test_reindex.py

[error] invalid-argument-type - :106:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :108:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :140:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :144:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :167:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :168:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :128:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_setops.py

[error] invalid-argument-type - :141:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :187:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :497:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :498:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :503:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :524:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :525:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :692:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :693:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :696:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :775:38 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/multi/test_sorting.py

[error] invalid-argument-type - :23:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :26:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :34:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :57:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :60:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :68:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :77:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :79:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :111:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :177:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :342:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :345:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :42:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexes/test_base.py

[error] invalid-argument-type - :530:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :537:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1029:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1044:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1205:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1206:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1235:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1250:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_loc.py

[error] invalid-argument-type - :361:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :370:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :381:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :515:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :581:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :604:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :662:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :675:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :686:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :691:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :695:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :812:29 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :884:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :922:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1009:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_multiindex.py

[error] invalid-argument-type - :146:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :150:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :212:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :231:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :255:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :230:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_slice.py

[error] invalid-argument-type - :63:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :66:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :393:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :464:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :562:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :565:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/multiindex/test_sorted.py

[error] invalid-argument-type - :24:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :69:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :80:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :143:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/indexing/test_loc.py

[error] invalid-argument-type - :1523:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1822:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1858:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2867:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2873:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :3278:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/excel/test_openpyxl.py

[error] invalid-argument-type - :426:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :429:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/excel/test_readers.py

[error] invalid-argument-type - :1395:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1415:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1681:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/excel/test_writers.py

[error] invalid-argument-type - :922:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :984:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1001:34 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1014:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1015:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1439:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

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

[error] invalid-argument-type - :424:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :425:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

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

[error] invalid-argument-type - :194:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :225:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :257:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :275:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :276:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :319:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :339:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :340:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :363:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :381:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :382:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :409:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :410:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :686:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :742:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :743:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :865:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :866:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/formats/test_format.py

[error] invalid-argument-type - :256:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :594:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :755:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1461:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1575:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1746:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/formats/test_to_html.py

[error] invalid-argument-type - :500:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :513:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1020:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1031:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1098:18 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/json/test_readlines.py

[error] invalid-context-manager - :244:10 - Object of type `JsonReader[str]` cannot be used with `with` because it does not correctly implement `__enter__` or `__exit__`
[error] no-matching-overload - :245:9 - No overload of bound method `read` matches arguments
[error] invalid-argument-type - :228:14 - Argument to bound method `__init__` is incorrect: Expected `JsonReader[FrameSeriesStrT@JsonReader]`, found `JsonReader[str]`

pandas/tests/io/parser/test_na_values.py

[error] invalid-argument-type - :240:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :247:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/parser/test_parse_dates.py

[error] invalid-argument-type - :341:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/test_html.py

[error] invalid-argument-type - :1113:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/io/test_parquet.py

[error] invalid-argument-type - :467:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :534:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/plotting/frame/test_frame.py

[error] invalid-argument-type - :187:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :195:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :208:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2498:43 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/plotting/test_converter.py

[error] not-iterable - :378:52 - Object of type `ndarray[tuple[object, ...], dtype[object]] | Unknown` may not be iterable
[error] not-iterable - :380:38 - Object of type `ndarray[tuple[object, ...], dtype[object]] | Unknown` may not be iterable
[error] not-iterable - :381:38 - Object of type `ndarray[tuple[object, ...], dtype[object]] | Unknown` may not be iterable

pandas/tests/resample/test_datetime_index.py

[error] invalid-argument-type - :615:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/resample/test_resample_api.py

[error] invalid-argument-type - :473:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :506:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :560:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :660:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/resample/test_resampler_grouper.py

[error] invalid-argument-type - :294:12 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :304:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :440:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/concat/test_concat.py

[error] invalid-argument-type - :619:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :632:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :711:40 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :741:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/concat/test_datetimes.py

[error] invalid-argument-type - :552:38 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :554:25 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :558:39 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/merge/test_join.py

[error] invalid-argument-type - :976:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :979:30 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :984:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1004:30 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1006:44 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1011:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1016:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1167:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1171:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1177:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1184:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/merge/test_merge.py

[error] invalid-argument-type - :1547:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1828:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2568:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2923:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/merge/test_multi.py

[error] invalid-argument-type - :227:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :254:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :477:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :484:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :487:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :629:31 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :889:22 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :897:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :918:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/test_melt.py

[error] invalid-argument-type - :386:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :392:26 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/reshape/test_pivot.py

[error] invalid-argument-type - :166:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :425:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :979:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1038:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1057:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1082:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1518:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1808:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2276:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2279:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2328:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2350:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2418:21 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2701:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2838:20 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[warning] possibly-missing-attribute - :1100 -
Old: Attribute `levels` may be missing on object of type `Unknown | Index`
New: Attribute `levels` may be missing on object of type `Unknown | Index | Divergent`

pandas/tests/series/accessors/test_dt_accessor.py

[error] unresolved-attribute - :392:37 - Object of type `ExtensionArray` has no attribute `_ndarray`
[warning] possibly-missing-attribute - :392:37 - Attribute `_ndarray` may be missing on object of type `ExtensionArray | Divergent`

pandas/tests/series/indexing/test_setitem.py

[error] invalid-argument-type - :60:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_interpolate.py

[error] invalid-argument-type - :585:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_reset_index.py

[error] invalid-argument-type - :150:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_sort_index.py

[error] invalid-argument-type - :190:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :83:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :101:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :220:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :231:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/methods/test_unstack.py

[error] invalid-argument-type - :82:19 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :96:17 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :108:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :109:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :115:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :167:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/test_arithmetic.py

[error] invalid-argument-type - :1049:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/series/test_constructors.py

[error] invalid-argument-type - :1459:50 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :1890:23 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :2285:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/strings/test_split_partition.py

[error] invalid-argument-type - :279:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :294:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :363:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :371:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :417:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :648:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/test_algos.py

[error] invalid-argument-type - :76:28 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :578:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/test_nanops.py

[error] unresolved-attribute - :1171:16 - Object of type `int | float` has no attribute `dtype`
[warning] possibly-missing-attribute - :1171:16 - Attribute `dtype` may be missing on object of type `int | float | Divergent`

pandas/tests/util/test_hashing.py

[error] invalid-argument-type - :89:35 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :106:10 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/window/test_api.py

[error] invalid-argument-type - :102:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :124:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :154:16 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :170:24 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :341:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :345:15 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/tests/window/test_rolling.py

[error] invalid-argument-type - :919:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :925:13 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

pandas/util/_decorators.py

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

pandas/util/_doctools.py

[error] invalid-argument-type - :195:11 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`
[error] invalid-argument-type - :198:14 - Argument to bound method `from_tuples` is incorrect: Argument type `<class 'MultiIndex'>` does not satisfy upper bound `MultiIndex` of type variable `Self`

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

tests/series/test_series.py

[error] type-assertion-failure - :1096:13 - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1114:9 - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1165:9 - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1170:9 - Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1191:13 - Type `Series[int]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :1122 -
Old: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
New: Type `Series[int | float]` does not match asserted type `Unknown`
[error] type-assertion-failure - :3339 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Top[Series[Any]]`
[error] type-assertion-failure - :3407 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Top[Series[Any]]`

tests/test_frame.py

[error] type-assertion-failure - :2381:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2383:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2388:11 - Type `Styler` does not match asserted type `Unknown`
[error] type-assertion-failure - :2393:11 - Type `str` does not match asserted type `Unknown`
[error] type-assertion-failure - :2407:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :2469:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :1141 -
Old: Type `Series[int]` does not match asserted type `Series[Unknown]`
New: Type `Series[int]` does not match asserted type `Series[int | NAType]`

tests/test_resampler.py

[error] type-assertion-failure - :175:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :181:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :193:11 - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :208:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :267:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :388:11 - Type `int | float` does not match asserted type `Unknown`
[error] type-assertion-failure - :394:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :187 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Top[Series[Any]]`
[error] type-assertion-failure - :382 -
Old: Type `Series[Any]` does not match asserted type `Unknown`
New: Type `Series[Any]` does not match asserted type `Top[Series[Any]]`

tests/test_styler.py

[error] type-assertion-failure - :153:11 - Type `Styler` does not match asserted type `Unknown`

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

pandera/api/pandas/components.py

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

pandera/engines/engine.py

[error] invalid-argument-type - :112 -
Old: Argument is incorrect: Expected `Dispatch`, found `_SingleDispatchCallable[Unknown]`
New: Argument is incorrect: Expected `Dispatch`, found `_SingleDispatchCallable[DataType] | _SingleDispatchCallable[Unknown]`

pandera/engines/pandas_engine.py

[warning] deprecated - :1267:37 - The function `parse_obj` is deprecated: The `parse_obj` method is deprecated; use `model_validate` instead.
[error] invalid-argument-type - :1267:27 - Argument to bound method `parse_obj` is incorrect: Argument type `type[BaseModel]` does not satisfy upper bound `BaseModel` of type variable `Self`

tests/pandas/test_decorators.py

[error] invalid-argument-type - :936:40 - Argument to bound method `class_method` is incorrect: Argument type `<class 'SomeClass'>` does not satisfy upper bound `SomeClass` of type variable `Self`
[error] invalid-argument-type - :937:40 - Argument to bound method `class_method` is incorrect: Argument type `<class 'SomeClass'>` does not satisfy upper bound `SomeClass` of type variable `Self`
[error] invalid-argument-type - :939:14 - Argument to bound method `class_method` is incorrect: Argument type `<class 'SomeClass'>` does not satisfy upper bound `SomeClass` of type variable `Self`
[warning] unused-ignore-comment - :943:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :945:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :947:50 - Unused blanket `type: ignore` directive

paroxython (https://github.com/laowantong/paroxython)

paroxython/map_taxonomy.py

[error] invalid-assignment - :241:26 - Object of type `defaultdict[Unknown, Top[Counter[Unknown]]]` is not assignable to `dict[TaxonName, Counter[Span]]`

pegen (https://github.com/we-like-parsers/pegen)

src/pegen/grammar_parser.py

[error] invalid-return-type - :160 -
Old: Return type does not match returned value: expected `tuple[str, str] | None`, found `tuple[str, None]`
New: Return type does not match returned value: expected `tuple[str, str] | None`, found `tuple[str | Divergent, None]`

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

src/pip/_vendor/distlib/compat.py

[warning] deprecated - :90:21 - The function `match_hostname` is deprecated: Deprecated since Python 3.7; removed in Python 3.12.

src/pip/_vendor/urllib3/util/ssl_.py

[warning] deprecated - :50:36 - The function `wrap_socket` is deprecated: Deprecated since Python 3.7; removed in Python 3.12. Use `SSLContext.wrap_socket()` instead.
[warning] deprecated - :182:20 - The function `wrap_socket` is deprecated: Deprecated since Python 3.7; removed in Python 3.12. Use `SSLContext.wrap_socket()` instead.

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

tests/installation/test_executor.py

[warning] deprecated - :150:29 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

tests/utils/env/test_env.py

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

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

src/prefect/client/utilities.py

[error] invalid-return-type - :71:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, R@client_injector]`, found `_Wrapped[Unknown, Coroutine[object, Never, R@client_injector], Unknown, CoroutineType[object, Never, R@client_injector]] | _Wrapped[Unknown, Coroutine[object, Never, R@client_injector], Unknown, CoroutineType[object, Never, object]]`
[error] invalid-return-type - :101:12 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, R@inject_client]`, found `_Wrapped[Unknown, Coroutine[object, Never, R@inject_client], Unknown, CoroutineType[object, Never, R@inject_client]] | _Wrapped[Unknown, Coroutine[object, Never, R@inject_client], Unknown, CoroutineType[object, Never, object]]`

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

[error] invalid-assignment - :714:9 - Too many values to unpack: Expected 2

src/integrations/prefect-docker/prefect_docker/worker.py

[error] unresolved-attribute - :460:67 - Object of type `object` has no attribute `id`

src/integrations/prefect-shell/tests/test_commands.py

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

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[error] invalid-return-type - :269 -
Old: Return type does not match returned value: expected `Connection | AsyncConnection`, found `_GeneratorContextManager[Unknown, None, None] | _AsyncGeneratorContextManager[Unknown, None] | Connection | AsyncConnection`
New: Return type does not match returned value: expected `Connection | AsyncConnection`, found `_GeneratorContextManager[Connection, None, None] | _GeneratorContextManager[Unknown, None, None] | _AsyncGeneratorContextManager[Unknown, None] | Connection | AsyncConnection`

src/prefect/_internal/concurrency/calls.py

[error] invalid-argument-type - :345:38 - Argument to bound method `add` is incorrect: Expected `Task[None]`, found `Task[_T@create_task]`
[error] invalid-argument-type - :347:55 - Argument to bound method `remove` is incorrect: Expected `Task[None]`, found `Task[_T@create_task]`

src/prefect/_internal/retries.py

[error] invalid-return-type - :74:16 - Return type does not match returned value: expected `(...) -> Coroutine[Any, Any, R@retry_async_fn]`, found `_Wrapped[Unknown, Coroutine[object, Never, R@retry_async_fn], Unknown, CoroutineType[object, Never, R@retry_async_fn]] | _Wrapped[Unknown, Coroutine[object, Never, R@retry_async_fn], Unknown, CoroutineType[object, Never, object]]`

src/prefect/input/actions.py

[warning] deprecated - :46:49 - The function `json` is deprecated: The `json` method is deprecated; use `model_dump_json` instead.

src/prefect/task_engine.py

[error] unresolved-attribute - :529 -
Old: Unresolved attribute `log_on_run` on type `partial[Unknown]`.
New: Unresolved attribute `log_on_run` on type `partial[None]`.
[error] unresolved-attribute - :1133 -
Old: Unresolved attribute `log_on_run` on type `partial[Unknown]`.
New: Unresolved attribute `log_on_run` on type `partial[None]`.

src/prefect/utilities/callables.py

[error] invalid-argument-type - :444:28 - Argument is incorrect: Expected `Literal["Parameters"]`, found `object`
[error] invalid-argument-type - :444:28 - Argument is incorrect: Expected `Literal["object"]`, found `object`
[error] invalid-argument-type - :444:28 - Argument is incorrect: Expected `dict[str, Any]`, found `object`
[error] invalid-argument-type - :444:28 - Argument is incorrect: Expected `dict[str, Any]`, found `object`
[error] invalid-argument-type - :444:28 - Argument is incorrect: Expected `list[str]`, found `object`

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

psycopg/psycopg/types/composite.py

[error] invalid-assignment - :332:41 - Object of type `type[_CompositeLoader[T@_make_loader]] | Unknown` is not assignable to `type[_CompositeLoader[T@register_composite]]`
[error] invalid-assignment - :338:54 - Object of type `type[_CompositeBinaryLoader[T@_make_binary_loader]] | Unknown` is not assignable to `type[_CompositeBinaryLoader[T@register_composite]]`

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

pwndbg/aglib/file.py

[warning] deprecated - :99:31 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - :789 -
Old: Argument to function `get` is incorrect: Expected `bool`, found `Unknown | None`
New: Argument to function `get` is incorrect: Expected `bool`, found `bool | None | Unknown`
[error] unsupported-operator - :1119 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[26]]`
[error] unsupported-operator - :1255 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[42]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[42]]`
[error] unsupported-operator - :1280 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[42]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[42]]`
[error] invalid-argument-type - :1286 -
Old: Argument to function `get` is incorrect: Expected `bool`, found `Unknown | None`
New: Argument to function `get` is incorrect: Expected `bool`, found `bool | None | Unknown`
[error] unsupported-operator - :1873 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[26]]`

pwndbg/aglib/heap/structs.py

[error] unsupported-operator - :35 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[26]]`
[error] unsupported-operator - :450 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[27]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[27]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[27]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[27]]`
[error] unsupported-operator - :452 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[23]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[23]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[23]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[23]]`
[error] unsupported-operator - :598 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[42]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[42]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[42]]`
[error] unsupported-operator - :600 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[30]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[30]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[30]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[30]]`
[error] unsupported-operator - :644 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[29]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[29]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[29]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[29]]`
[error] unsupported-operator - :957 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[35]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[35]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[35]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[35]]`
[error] unsupported-operator - :959 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[26]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[26]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[26]]`
[error] unsupported-operator - :961 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[24]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[24]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[24]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[24]]`
[error] unsupported-operator - :963 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[15]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[15]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[15]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[15]]`

pwndbg/aglib/regs.py

[error] invalid-return-type - :212:16 - Return type does not match returned value: expected `int`, found `int | None | Unknown`
[error] invalid-return-type - :219:16 - Return type does not match returned value: expected `int`, found `int | None | Unknown`

pwndbg/commands/got.py

[warning] possibly-missing-attribute - :144 -
Old: Attribute `items` may be missing on object of type `Unknown | None`
New: Attribute `items` may be missing on object of type `dict[RelocationType, list[str]] | None | Unknown`

pwndbg/commands/ptmalloc2.py

[error] invalid-argument-type - :99 -
Old: Argument to function `format` is incorrect: Expected `bool`, found `Literal[False] | Unknown | None`
New: Argument to function `format` is incorrect: Expected `bool`, found `bool | None | Unknown`
[error] invalid-argument-type - :103 -
Old: Argument to function `format` is incorrect: Expected `bool`, found `Literal[False] | Unknown | None`
New: Argument to function `format` is incorrect: Expected `bool`, found `bool | None | Unknown`

pwndbg/exception.py

[error] invalid-assignment - :122 -
Old: Object of type `_Wrapped[Unknown, Unknown, Unknown, Unknown]` is not assignable to attribute `set_trace` on type `Unknown | <module 'pdb'>`
New: Object of type `_Wrapped[Unknown, Unknown, Unknown, None] | _Wrapped[Unknown, Unknown, Unknown, Unknown]` is not assignable to attribute `set_trace` on type `Unknown | <module 'pdb'>`

pwndbg/glibc.py

[error] unsupported-operator - :203 -
Old: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[32]]`, in comparing `Unknown | None` with `tuple[Literal[2], Literal[32]]`
New: Operator `>=` is not supported for types `None` and `tuple[Literal[2], Literal[32]]`, in comparing `tuple[int, ...] | None | Unknown` with `tuple[Literal[2], Literal[32]]`

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

pydantic/deprecated/tools.py

[warning] deprecated - :101:9 - The function `schema_of` is deprecated: `schema_of` is deprecated. Use `pydantic.TypeAdapter.json_schema` instead.

pydantic/__init__.py

[warning] deprecated - :67:46 - The function `root_validator` is deprecated: Pydantic V1 style `@root_validator` validators are deprecated. You should migrate to Pydantic V2 style `@model_validator` validators, see the migration guide for more details
[warning] deprecated - :67:62 - The function `validator` is deprecated: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details

pydantic/deprecated/decorator.py

[warning] deprecated - :85:72 - The function `validate_arguments` is deprecated: The `validate_arguments` method is deprecated; use `validate_call` instead.

pydantic/deprecated/json.py

[warning] deprecated - :132:16 - The function `pydantic_encoder` is deprecated: `pydantic_encoder` is deprecated, use `pydantic_core.to_jsonable_python` instead.

pydantic/deprecated/parse.py

[warning] deprecated - :78:12 - The function `load_str_bytes` is deprecated: `load_str_bytes` is deprecated.

pydantic/json_schema.py

[error] invalid-overload - :2688:9 - Overloaded function `__init__` requires at least two overloads

pydantic/main.py

[warning] deprecated - :1403:25 - The function `load_str_bytes` is deprecated: `load_str_bytes` is deprecated.
[warning] deprecated - :1456:21 - The function `load_file` is deprecated: `load_file` is deprecated.
[warning] deprecated - :1598:38 - The function `pydantic_encoder` is deprecated: `pydantic_encoder` is deprecated, use `pydantic_core.to_jsonable_python` instead.
[warning] deprecated - :1602:21 - The function `pydantic_encoder` is deprecated: `pydantic_encoder` is deprecated, use `pydantic_core.to_jsonable_python` instead.
[warning] deprecated - :271:30 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :271:30 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :282:39 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :282:39 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :292:30 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :292:30 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :441:10 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :441:10 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :562:10 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :562:10 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :981:34 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :981:34 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :1135:31 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :1135:31 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :1146:35 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :1146:35 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression
[warning] deprecated - :1289:29 - The function `dict` is deprecated: The `dict` method is deprecated; use `model_dump` instead.
[error] invalid-type-form - :1289:29 - Invalid subscript of object of type `def dict(self, *, include: Divergent = Divergent, exclude: Divergent = Divergent, by_alias: Divergent = Divergent, exclude_unset: Divergent = Divergent, exclude_defaults: Divergent = Divergent, exclude_none: Divergent = Divergent) -> Divergent` in type expression

pydantic/networks.py

[error] unresolved-attribute - :131:21 - Object of type `object` has no attribute `_url`
[error] invalid-argument-type - :131:73 - Argument to bound method `validate_python` is incorrect: Expected `Never`, found `str | Url | _BaseUrl`
[error] unresolved-attribute - :351:21 - Object of type `object` has no attribute `_url`
[error] invalid-argument-type - :351:73 - Argument to bound method `validate_python` is incorrect: Expected `Never`, found `str | MultiHostUrl | _BaseMultiHostUrl`

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

pyodide-build/pyodide_build/recipe/builder.py

[error] unresolved-attribute - :127:21 - Object of type `object` has no attribute `package`
[error] unresolved-attribute - :128:24 - Object of type `object` has no attribute `package`
[error] unresolved-attribute - :131:32 - Object of type `object` has no attribute `source`
[error] unresolved-attribute - :132:31 - Object of type `object` has no attribute `build`
[error] unresolved-attribute - :172:15 - Object of type `object` has no attribute `build`
[error] unresolved-attribute - :180:59 - Object of type `object` has no attribute `build`
[error] unresolved-attribute - :252:13 - Object of type `object` has no attribute `requirements`
[error] unresolved-attribute - :379:23 - Object of type `object` has no attribute `requirements`
[error] unresolved-attribute - :525:12 - Object of type `object` has no attribute `is_rust_package`

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

src/_pytest/fixtures.py

[error] invalid-assignment - :221:34 - Invalid subscript assignment with key of type `Scope | Unknown` and value of type `defaultdict[Unknown, Top[OrderedDict[Unknown, Unknown]]]` on object of type `dict[Scope, dict[ParamArgKey, OrderedDict[Item, None]]]`
[error] invalid-assignment - :227:21 - Invalid subscript assignment with key of type `Item` and value of type `None` on object of type `Top[OrderedDict[Unknown, Unknown]]`

src/_pytest/mark/structures.py

[error] invalid-method-override - :542:13 - Invalid override of method `__call__`: Definition is incompatible with `MarkDecorator.__call__`
[error] invalid-overload - :542:13 - Overloads for function `__call__` must be followed by a non-`@overload`-decorated implementation function

testing/test_compat.py

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

pytest-robotframework (https://github.com/detachhead/pytest-robotframework)

tests/fixtures/test_python/test_keyword_decorator_args.py

[error] missing-argument - :6:2 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :6:10 - Argument `max_argument_length_in_log` does not match any known parameter of function `keyword`

tests/fixtures/test_python/test_keyword_decorator_custom_name_and_tags.py

[error] missing-argument - :6:2 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :6:10 - Argument `name` does not match any known parameter of function `keyword`
[error] unknown-argument - :6:26 - Argument `tags` does not match any known parameter of function `keyword`

tests/type_tests.py

[error] missing-argument - :18:6 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :18:14 - Argument `name` does not match any known parameter of function `keyword`
[error] unknown-argument - :18:30 - Argument `tags` does not match any known parameter of function `keyword`
[error] missing-argument - :39:6 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :39:14 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`
[error] missing-argument - :47:6 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :47:14 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`
[error] type-assertion-failure - :60:9 - Type `Never` does not match asserted type `((...) -> _GeneratorContextManager[None, None, None]) | ((...) -> _GeneratorContextManager[object, None, None])`
[error] missing-argument - :64:6 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :64:14 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`
[error] missing-argument - :69:6 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :69:14 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`

pytest_robotframework/__init__.py

[error] invalid-overload - :326:9 - Overloaded function `__call__` requires at least two overloads
[error] invalid-overload - :472:5 - Overloaded function `keyword` requires at least two overloads
[error] missing-argument - :525:12 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :526:9 - Argument `name` does not match any known parameter of function `keyword`
[error] unknown-argument - :527:9 - Argument `tags` does not match any known parameter of function `keyword`
[error] unknown-argument - :528:9 - Argument `module` does not match any known parameter of function `keyword`
[error] unknown-argument - :529:9 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`
[error] unknown-argument - :530:9 - Argument `max_argument_length_in_log` does not match any known parameter of function `keyword`
[error] missing-argument - :599:9 - No argument provided for required parameter `fn` of function `keyword`
[error] no-matching-overload - :599:9 - No overload of function `keyword` matches arguments
[error] no-matching-overload - :599:9 - No overload of function `keyword` matches arguments
[error] no-matching-overload - :599:9 - No overload of function `keyword` matches arguments
[error] unknown-argument - :599:17 - Argument `name` does not match any known parameter of function `keyword`
[error] unknown-argument - :599:28 - Argument `tags` does not match any known parameter of function `keyword`
[error] unknown-argument - :599:39 - Argument `module` does not match any known parameter of function `keyword`
[error] unknown-argument - :599:54 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`

tests/fixtures/test_python/test_keyword_decorator_context_manager_that_doesnt_suppress.py

[error] missing-argument - :14:2 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :14:10 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`

tests/fixtures/test_python/test_keyword_decorator_context_manager_that_raises_in_body_and_exit.py

[error] missing-argument - :14:2 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :14:10 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`

tests/fixtures/test_python/test_keyword_decorator_context_manager_that_raises_in_exit.py

[error] missing-argument - :14:2 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :14:10 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`

tests/fixtures/test_python/test_keyword_decorator_returns_context_manager_that_isnt_used.py

[error] missing-argument - :14:2 - No argument provided for required parameter `fn` of function `keyword`
[error] unknown-argument - :14:10 - Argument `wrap_context_manager` does not match any known parameter of function `keyword`

python-sop (https://gitlab.com/dkg/python-sop)

sop/__init__.py

[warning] deprecated - :424:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :424:20 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

AutoDuck/fixHelpCompression.py

[warning] deprecated - :16:10 - The function `WriteProfileVal` is deprecated: This function is obsolete, applications should use the registry instead.

win32/Demos/mmapfile_demo.py

[warning] deprecated - :12:18 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
[warning] deprecated - :54:24 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

Pythonwin/pywin/framework/editor/vss.py

[warning] deprecated - :45:29 - The function `GetProfileVal` is deprecated: This function is obsolete, applications should use the registry instead.
[warning] deprecated - :46:28 - The function `GetProfileVal` is deprecated: This function is obsolete, applications should use the registry instead.

Pythonwin/pywin/framework/sgrepmdi.py

[warning] deprecated - :606:29 - The function `GetProfileSection` is deprecated: This function is obsolete, applications should use the registry instead.
[warning] deprecated - :620:30 - The function `WriteProfileVal` is deprecated: This function is obsolete, applications should use the registry instead.

com/win32com/server/register.py

[warning] deprecated - :569:25 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

com/win32com/test/testMSOffice.py

[warning] deprecated - :147:38 - The function `MakeTime` is deprecated: Use pywintypes.Time() instead.

com/win32com/test/testxslt.py

[warning] deprecated - :12:32 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

com/win32com/test/util.py

[warning] deprecated - :105:28 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

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

[warning] deprecated - :25:18 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :91:17 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :92:17 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :93:18 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :94:18 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :99:16 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :100:17 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :101:17 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :102:17 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.
[warning] deprecated - :103:17 - The function `MakeIID` is deprecated: Use pywintypes.IID() instead.

win32/Demos/BackupSeek_streamheaders.py

[error] no-matching-overload - :133:23 - No overload of function `BackupSeek` matches arguments
[error] invalid-argument-type - :133:44 - Argument to function `BackupSeek` is incorrect: Expected `int`, found `PyHANDLE`

win32/Demos/service/pipeTestService.py

[error] missing-argument - :65:9 - No argument provided for required parameter `sid` of bound method `AddAccessAllowedAce`
[error] invalid-argument-type - :65:73 - Argument to bound method `AddAccessAllowedAce` is incorrect: Expected `int`, found `PySID`
[error] missing-argument - :66:9 - No argument provided for required parameter `sid` of bound method `AddAccessAllowedAce`
[error] invalid-argument-type - :66:50 - Argument to bound method `AddAccessAllowedAce` is incorrect: Expected `int`, found `PySID`

win32/Demos/winprocess.py

[warning] deprecated - :204:25 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

win32/Lib/win32serviceutil.py

[warning] deprecated - :139:28 - The function `GetProfileVal` is deprecated: This function is obsolete, applications should use the registry instead.

win32/test/test_win32file.py

[warning] deprecated - :176:29 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
[warning] deprecated - :215:29 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
[warning] deprecated - :608:27 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
[warning] deprecated - :733:26 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
[error] no-matching-overload - :99:9 - No overload of function `SetFilePointer` matches arguments
[error] invalid-argument-type - :99:34 - Argument to function `SetFilePointer` is incorrect: Expected `int`, found `PyHANDLE`
[error] no-matching-overload - :109:9 - No overload of function `SetFilePointer` matches arguments
[error] invalid-argument-type - :109:34 - Argument to function `SetFilePointer` is incorrect: Expected `int`, found `PyHANDLE`
[error] no-matching-overload - :159:13 - No overload of function `SetFilePointer` matches arguments
[error] invalid-argument-type - :159:38 - Argument to function `SetFilePointer` is incorrect: Expected `int`, found `PyHANDLE`
[error] no-matching-overload - :166:13 - No overload of function `SetFilePointer` matches arguments
[error] invalid-argument-type - :166:38 - Argument to function `SetFilePointer` is incorrect: Expected `int`, found `PyHANDLE`

win32/test/test_win32rcparser.py

[warning] deprecated - :55:28 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

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

docs/conf.py

[warning] deprecated - :22:23 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :22:14 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

src/schemathesis/engine/phases/probes.py

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

src/schemathesis/transport/prepare.py

[error] no-matching-overload - :36:5 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :38:9 - No overload of bound method `update` matches arguments

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/settings/skbuild_docs_sphinx.py

[error] invalid-assignment - :27:36 - Object of type `dataclasses.Field[dict[str, Section] | Top[OrderedDict[Unknown, Unknown]]]` is not assignable to `dict[str, Section]`
[error] invalid-assignment - :43:30 - Object of type `dataclasses.Field[dict[str, Item] | Top[OrderedDict[Unknown, Unknown]]]` is not assignable to `dict[str, Item]`

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

sklearn/externals/array_api_compat/_internal.py

[error] unresolved-attribute - :49 -
Old: Unresolved attribute `__signature__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
New: Unresolved attribute `__signature__` on type `_Wrapped[Unknown, _T@get_xp, Unknown, Unknown]`.

sklearn/linear_model/_quantile.py

[error] invalid-argument-type - :264:13 - Argument to function `linprog` is incorrect: Expected `_OptionsHighs | None`, found `dict[Unknown | str, Unknown | bool] | Unknown | None`
[error] non-subscriptable - :286:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :286:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] no-matching-overload - :259:18 - No overload of function `linprog` matches arguments

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

scipy/special/_testutils.py

[error] missing-argument - :303:35 - No argument provided for required parameter `style` of function `array2string`
[error] missing-argument - :303:35 - No argument provided for required parameter `style` of function `array2string`

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

scrapy/utils/decorators.py

[error] invalid-return-type - :111:16 - Return type does not match returned value: expected `((...) -> _T@_warn_spider_arg) | ((...) -> Coroutine[Any, Any, _T@_warn_spider_arg]) | ((...) -> AsyncGenerator[_T@_warn_spider_arg, None])`, found `_Wrapped[Unknown, _T@_warn_spider_arg, Unknown, CoroutineType[object, Never, _T@_warn_spider_arg]] | _Wrapped[Unknown, _T@_warn_spider_arg, Unknown, CoroutineType[object, Never, object]]`

tests/test_spidermiddleware_urllength.py

[error] invalid-argument-type - :42:17 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Request]`, found `Iterable[object] | Unknown`

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

setuptools/_distutils/sysconfig.py

[error] invalid-overload - :578:5 - Overloaded function `get_config_var` requires at least two overloads
[error] invalid-argument-type - :178:42 - Argument to function `get_config_var` is incorrect: Expected `Literal["SO"]`, found `Literal["srcdir"]`

setuptools/_vendor/typing_extensions.py

[error] unresolved-attribute - :2845:17 - Unresolved attribute `__deprecated__` on type `_Wrapped[Unknown, Unknown, Unknown, Unknown]`.
[error] invalid-assignment - :2845:17 - Object of type `Unknown | str` is not assignable to attribute `__deprecated__` on type `_Wrapped[Unknown, None, Unknown, Unknown] | _Wrapped[Unknown, Unknown, Unknown, Unknown]`

setuptools/config/_apply_pyprojecttoml.py

[error] invalid-argument-type - :124 -
Old: Argument to function `_set_config` is incorrect: Expected `str`, found `(Unknown & ~(() -> object)) | (partial[Unknown] & ~(() -> object))`
New: Argument to function `_set_config` is incorrect: Expected `str`, found `(Unknown & ~(() -> object)) | (partial[None] & ~(() -> object))`

sockeye (https://github.com/awslabs/sockeye)

sockeye/model.py

[warning] deprecated - :183:20 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.
[warning] deprecated - :187:24 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.

sockeye/rerank.py

[error] invalid-argument-type - :93:65 - Argument to function `_sort_by_ranking` is incorrect: Expected `list[int]`, found `Unknown | Top[list[Unknown]]`
[error] invalid-argument-type - :95:46 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`

sockeye/utils.py

[warning] deprecated - :843:20 - The function `warn` is deprecated: Deprecated since Python 3.3. Use `Logger.warning()` instead.

speedrun.com_global_scoreboard_webapp (https://github.com/Avasam/speedrun.com_global_scoreboard_webapp)

backend/api/api_wrappers.py

[warning] deprecated - :56:33 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :56:24 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

backend/api/core_api.py

[warning] deprecated - :36:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :36:20 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :37:29 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :37:20 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

backend/api/global_scoreboard_api.py

[warning] deprecated - :76:20 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :76:11 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

backend/services/user_updater.py

[warning] deprecated - :78:30 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :78:21 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

starlette (https://github.com/encode/starlette)

starlette/routing.py

[error] invalid-assignment - :67 -
Old: Object of type `((Request, /) -> Awaitable[Response] | Response) | partial[Unknown]` is not assignable to `(Request, /) -> Awaitable[Response]`
New: Object of type `((Request, /) -> Awaitable[Response] | Response) | partial[CoroutineType[object, Never, T@run_in_threadpool]]` is not assignable to `(Request, /) -> Awaitable[Response]`

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

static_frame/core/container_util.py

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

static_frame/core/frame.py

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

static_frame/profile/__main__.py

[error] invalid-assignment - :2135:9 - Object of type `dict[str, FunctionMetaData | None]` is not assignable to attribute `meta` of type `dict[str, FunctionMetaData] | None`

static_frame/test/integration/test_large_file.py

[error] invalid-argument-type - :60:38 - Argument to function `zip_namelist` is incorrect: Expected `PathLike[str] | str`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :55:47 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`

static_frame/test/property/test_archive_npy.py

[error] no-matching-overload - :56:18 - No overload of function `open` matches arguments
[error] invalid-argument-type - :60:26 - Argument to function `load` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | _SupportsReadSeek[bytes]`, found `str | PathLike[object] | Unknown`
[error] no-matching-overload - :71:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :88:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :91:18 - No overload of function `open` matches arguments

static_frame/test/property/test_frame.py

[error] invalid-argument-type - :238:41 - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :273:37 - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :289:37 - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :299:37 - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :314:41 - Argument to function `stat` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`

static_frame/test/unit/test_archive_npy.py

[error] no-matching-overload - :37:18 - No overload of function `open` matches arguments
[error] invalid-argument-type - :40:26 - Argument to function `load` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | _SupportsReadSeek[bytes]`, found `str | PathLike[object] | Unknown`
[error] no-matching-overload - :47:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :54:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :62:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :64:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :72:18 - No overload of function `open` matches arguments
[error] invalid-argument-type - :75:26 - Argument to function `load` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes] | _SupportsReadSeek[bytes]`, found `str | PathLike[object] | Unknown`
[error] no-matching-overload - :84:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :92:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :94:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :102:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :104:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :112:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :115:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :124:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :127:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :136:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :139:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :148:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :151:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :160:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :162:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :168:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :171:18 - No overload of function `open` matches arguments

static_frame/test/unit/test_archive_zip.py

[error] invalid-argument-type - :67:30 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`
[error] no-matching-overload - :112:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :161:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :166:18 - No overload of function `open` matches arguments
[error] invalid-argument-type - :170:27 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :189:48 - Argument to function `zip_namelist` is incorrect: Expected `PathLike[str] | str`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :197:48 - Argument to function `zip_namelist` is incorrect: Expected `PathLike[str] | str`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :21:28 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :57:33 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :85:28 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :122:28 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :144:28 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :153:28 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :179:32 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `str | PathLike[object] | Unknown`

static_frame/test/unit/test_bus.py

[error] invalid-argument-type - :2826:45 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :2893:45 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`

static_frame/test/unit/test_db_util.py

[error] invalid-argument-type - :231:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :248:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :275:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :293:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :314:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :442:35 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`

static_frame/test/unit/test_display.py

[warning] unused-ignore-comment - :72:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :74:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :88:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :89:38 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_frame.py

[error] no-matching-overload - :9440:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :9455:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :9606:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :9880:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :10011:18 - No overload of function `open` matches arguments
[error] invalid-argument-type - :10173:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10188:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10219:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10232:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10254:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10271:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10294:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10309:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10392:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10409:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :10447:23 - Argument to function `open` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] no-matching-overload - :10538:18 - No overload of function `join` matches arguments
[error] invalid-argument-type - :14479:45 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`

static_frame/test/unit/test_frame_to_sql.py

[error] invalid-argument-type - :13:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :27:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :37:32 - Argument to function `connect` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`

static_frame/test/unit/test_index_hierarchy.py

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

static_frame/test/unit/test_series.py

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

static_frame/test/unit/test_store_zip.py

[error] no-matching-overload - :376:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :381:18 - No overload of function `open` matches arguments

static_frame/test/unit/test_util.py

[error] no-matching-overload - :2059:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2062:13 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2065:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2068:13 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2075:13 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2078:38 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2083:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2086:13 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2089:26 - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - :2092:13 - No overload of bound method `tolist` matches arguments

static_frame/test/unit/test_www.py

[error] no-matching-overload - :115:18 - No overload of function `open` matches arguments
[error] invalid-argument-type - :118:43 - Argument to bound method `__init__` is incorrect: Expected `Path`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :129:45 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] no-matching-overload - :132:18 - No overload of function `open` matches arguments
[error] no-matching-overload - :139:18 - No overload of function `open` matches arguments
[error] invalid-argument-type - :142:42 - Argument to bound method `__init__` is incorrect: Expected `Path`, found `str | PathLike[object] | Unknown`
[error] invalid-argument-type - :153:45 - Argument to function `exists` is incorrect: Expected `int | str | bytes | PathLike[str] | PathLike[bytes]`, found `str | PathLike[object] | Unknown`
[error] no-matching-overload - :156:18 - No overload of function `open` matches arguments

stone (https://github.com/dropbox/stone)

test/test_python_gen.py

[warning] deprecated - :145:33 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :145:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :221:33 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :221:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`
[warning] deprecated - :413:33 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :413:15 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/utils/locate_definition.py

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

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

lib/streamlit/runtime/scriptrunner_utils/script_run_context.py

[error] invalid-assignment - :96:46 - Object of type `dataclasses.Field[Top[Counter[Unknown]]]` is not assignable to `Counter[str]`

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

sympy/ntheory/generate.py

[error] invalid-argument-type - :153:42 - Argument to function `bisect_right` is incorrect: Expected `SupportsLenAndGetItem[MPZ]`, found `Unknown | array[int]`

sympy/solvers/solveset.py

[warning] possibly-missing-attribute - :1293 -
Old: Attribute `as_expr_set_pairs` may be missing on object of type `(Unknown & ~arg) | (Expr & ~arg)`
New: Attribute `as_expr_set_pairs` may be missing on object of type `(Unknown & ~arg) | (Expr & ~arg) | (Divergent & ~arg)`

tornado (https://github.com/tornadoweb/tornado)

tornado/test/httpclient_test.py

[warning] deprecated - :932:43 - The function `utcnow` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
[error] invalid-argument-type - :932:25 - Argument to bound method `utcnow` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

tornado/test/httputil_test.py

[warning] deprecated - :506:42 - The function `utcfromtimestamp` is deprecated: Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .fromtimestamp(datetime.timezone.utc)
[error] invalid-argument-type - :506:24 - Argument to bound method `utcfromtimestamp` is incorrect: Argument type `<class 'datetime'>` does not satisfy upper bound `datetime` of type variable `Self`

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

src/trio/_core/_parking_lot.py

[error] invalid-assignment - :153:40 - Object of type `dataclasses.Field[Top[OrderedDict[Unknown, Unknown]]]` is not assignable to `OrderedDict[Task, None]`

src/trio/_tests/test_highlevel_open_unix_stream.py

[warning] deprecated - :49:21 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.
[warning] deprecated - :57:25 - The function `mktemp` is deprecated: Deprecated since Python 2.3. Use `mkstemp()` or `NamedTemporaryFile(delete=False)` instead.

src/trio/_tests/test_sync.py

[warning] deprecated - :28:11 - The function `__bool__` is deprecated: trio.Event.__bool__ is deprecated since Trio 0.31.0; use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)

src/trio/_channel.py

[error] invalid-assignment - :137:40 - Object of type `Top[OrderedDict[Unknown, Unknown]]` is not assignable to `OrderedDict[Task, T@MemoryChannelState]`
[error] invalid-assignment - :139:46 - Object of type `Top[OrderedDict[Unknown, Unknown]]` is not assignable to `OrderedDict[Task, None]`

src/trio/_core/_run.py

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

src/trio/_core/_tests/test_io.py

[warning] possibly-missing-attribute - :348:20 - Attribute `monitors` may be missing on object of type `_EpollStatistics | Divergent`
[warning] possibly-missing-attribute - :349:20 - Attribute `tasks_waiting` may be missing on object of type `_EpollStatistics | Divergent`
[warning] possibly-missing-attribute - :399:16 - Attribute `monitors` may be missing on object of type `_EpollStatistics | Divergent`
[warning] possibly-missing-attribute - :400:16 - Attribute `tasks_waiting` may be missing on object of type `_EpollStatistics | Divergent`

src/trio/_core/_tests/test_run.py

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

src/trio/_path.py

[warning] deprecated - :262:45 - The function `link_to` is deprecated: Deprecated since Python 3.10; removed in Python 3.12. Use `hardlink_to()` instead.

src/trio/_sync.py

[warning] deprecated - :140:18 - The function `__bool__` is deprecated: trio.Event.__bool__ is deprecated since Trio 0.31.0; use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)
[error] invalid-type-form - :88:13 - Invalid subscript of object of type `def set(self) -> Divergent` in type expression

src/trio/_tests/test_exports.py

[error] unresolved-attribute - :401:28 - Object of type `object` has no attribute `get`
[error] non-subscriptable - :403:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :406:32 - Object of type `object` has no attribute `get`

src/trio/_tests/test_util.py

[warning] deprecated - :115:22 - The function `coroutine` is deprecated: Deprecated since Python 3.8; removed in Python 3.11. Use `async def` instead.

src/trio/_tests/type_tests/path.py

[error] type-assertion-failure - :66 -
Old: Type `stat_result` does not match asserted type `Unknown`
New: Type `stat_result` does not match asserted type `Unknown | stat_result`
[error] type-assertion-failure - :67 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :68 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :73 -
Old: Type `str` does not match asserted type `Unknown`
New: Type `str` does not match asserted type `Unknown | str`
[error] type-assertion-failure - :74 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :75 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :79 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :80 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :81 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :82 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :83 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :84 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :88 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :89 -
Old: Type `stat_result` does not match asserted type `Unknown`
New: Type `stat_result` does not match asserted type `Unknown | stat_result`
[error] type-assertion-failure - :90 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :93 -
Old: Type `str` does not match asserted type `Unknown`
New: Type `str` does not match asserted type `Unknown | str`
[error] type-assertion-failure - :94 -
Old: Type `bytes` does not match asserted type `Unknown`
New: Type `bytes` does not match asserted type `Unknown | bytes`
[error] type-assertion-failure - :95 -
Old: Type `str` does not match asserted type `Unknown`
New: Type `str` does not match asserted type `Unknown | str`
[error] type-assertion-failure - :104 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :105 -
Old: Type `bool` does not match asserted type `Unknown`
New: Type `bool` does not match asserted type `Unknown | bool`
[error] type-assertion-failure - :106 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :107 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :108 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :109 -
Old: Type `None` does not match asserted type `Unknown`
New: Type `None` does not match asserted type `Unknown | None`
[error] type-assertion-failure - :110 -
Old: Type `int` does not match asserted type `Unknown`
New: Type `int` does not match asserted type `Unknown | int`
[error] type-assertion-failure - :111 -
Old: Type `int` does not match asserted type `Unknown`
New: Type `int` does not match asserted type `Unknown | int`

src/trio/_threads.py

[error] invalid-assignment - :160:62 - Object of type `dataclasses.Field[Top[SimpleQueue[Unknown]]]` is not assignable to `SimpleQueue[Outcome[RetT@Run]]`
[error] invalid-assignment - :219:62 - Object of type `dataclasses.Field[Top[SimpleQueue[Unknown]]]` is not assignable to `SimpleQueue[Outcome[RetT@RunSync]]`

typeshed-stats (https://github.com/AlexWaygood/typeshed-stats)

src/typeshed_stats/gather.py

[error] invalid-return-type - :403:12 - Return type does not match returned value: expected `str | None`, found `object`
[error] unresolved-attribute - :424:22 - Object of type `object` has no attribute `get`
[error] invalid-return-type - :875:12 - Return type does not match returned value: expected `str | None`, found `object`

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

test/test_datasets.py

[error] missing-argument - :1648:9 - No argument provided for required parameter `fix_imports` of function `save`
[error] missing-argument - :1648:9 - No argument provided for required parameter `fix_imports` of function `save`

torchvision/utils.py

[error] invalid-assignment - :763:14 - Object of type `list[tuple[int, int, int] | tuple[int, int, int, int] | Unknown]` is not assignable to `None | str | tuple[int, int, int] | list[str | tuple[int, int, int]]`

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

src/werkzeug/datastructures/mixins.py

[warning] unused-ignore-comment - :302:18 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :314:19 - Unused blanket `type: ignore` directive

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

xarray/backends/h5netcdf_.py

[error] no-matching-overload - :389:13 - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - :400:13 - No overload of bound method `setdefault` matches arguments
[error] invalid-assignment - :402:9 - Invalid subscript assignment with key of type `Literal["chunks"]` and value of type `object` on object of type `Top[dict[str, Any]]`

xarray/coding/cftime_offsets.py

[error] invalid-assignment - :687 -
Old: Object of type `dict[Unknown | str, Unknown | type[BaseCFTimeOffset] | partial[Unknown]]` is not assignable to `Mapping[str, type[BaseCFTimeOffset]]`
New: Object of type `dict[Unknown | str, Unknown | type[BaseCFTimeOffset] | partial[QuarterBegin] | partial[QuarterEnd]]` is not assignable to `Mapping[str, type[BaseCFTimeOffset]]`

xarray/tests/test_dataset.py

[warning] deprecated - :89:9 - The function `trapz` is deprecated: Use 'trapezoid' instead
[warning] deprecated - :7761:9 - The function `trapz` is deprecated: Use 'trapezoid' instead
[warning] deprecated - :7774:9 - The function `trapz` is deprecated: Use 'trapezoid' instead
[warning] deprecated - :7886:21 - The function `trapz` is deprecated: Use 'trapezoid' instead

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/exceptions.py

[warning] deprecated - :202:27 - The function `getargspec` is deprecated: Deprecated since Python 3.0; removed in Python 3.11. Use `inspect.signature()` instead.
[warning] deprecated - :203:33 - The function `formatargspec` is deprecated: Deprecated since Python 3.5; removed in Python 3.11. Use `inspect.signature()` and the `Signature` class instead.
[error] invalid-argument-type - :219 -
Old: Argument to function `formatargspec` is incorrect: Expected `list[str]`, found `Signature | ArgSpec`
New: Argument to function `formatargspec` is incorrect: Expected `list[str]`, found `Signature | ArgSpec | Divergent`

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

zerver/tests/test_parallel.py

[error] invalid-argument-type - :135:21 - Argument is incorrect: Expected `ParallelRecordType@run_parallel_queue`, found `Literal[100]`
[error] invalid-argument-type - :143:21 - Argument is incorrect: Expected `ParallelRecordType@run_parallel_queue`, found `Literal[101]`
[error] invalid-argument-type - :144:21 - Argument is incorrect: Expected `ParallelRecordType@run_parallel_queue`, found `Literal[102]`

zerver/tests/test_submessage.py

[error] invalid-argument-type - :172:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] invalid-argument-type - :173:34 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`

zerver/tests/test_subscription_settings.py

[error] non-subscriptable - :225:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :226:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :227:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :228:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :254:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :255:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :256:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :257:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :283:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :284:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :285:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :286:26 - Cannot subscript object of type `object` with no `__getitem__` method

zerver/lib/export.py

[error] invalid-argument-type - :2288:65 - Argument to function `iterate_attachments` is incorrect: Expected `(str, /) -> Any`, found `((ParallelRecordType@run_parallel_queue, /) -> None) | Unknown`

zerver/lib/parallel.py

[error] invalid-argument-type - :63:20 - Argument is incorrect: Expected `ParallelRecordType@run_parallel_queue`, found `ParallelRecordType@run_parallel`

zerver/tests/test_audit_log.py

[error] unresolved-attribute - :867:46 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :867:46 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :883:46 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :883:46 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :884:46 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :884:46 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :900:46 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :900:46 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :1180:20 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1180:20 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] unresolved-attribute - :1183:50 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1183:50 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] unresolved-attribute - :1189:30 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1189:30 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] unresolved-attribute - :1210:20 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1210:20 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] unresolved-attribute - :1213:50 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1213:50 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] unresolved-attribute - :1219:30 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1219:30 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`

zerver/tests/test_auth_backends.py

[error] unresolved-attribute - :1689:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :1689:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :1696:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :1696:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3452:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3452:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3459:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3459:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3488:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3488:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3495:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3495:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3516:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3516:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3523:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3523:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3548:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3548:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3555:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3555:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3578:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3578:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3585:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3585:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3642:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3642:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3649:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3649:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3736:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3736:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`
[error] unresolved-attribute - :3743:17 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :3743:17 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`

zerver/tests/test_bots.py

[error] non-subscriptable - :180:42 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :346:42 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :396:43 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :413:47 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :445:42 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :528:42 - Cannot subscript object of type `object` with no `__getitem__` method

zerver/tests/test_channel_creation.py

[error] non-subscriptable - :51:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :52:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :55:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :56:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :77:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :78:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :80:28 - Argument to bound method `assert_length` is incorrect: Expected `Collection[Any] | QuerySet[Any, Any]`, found `object`
[error] invalid-argument-type - :89:13 - Argument to bound method `assertCountEqual` is incorrect: Expected `Iterable[Any]`, found `object`
[error] non-subscriptable - :91:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :92:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :944:24 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :300:40 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :300:40 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :1036:53 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :1036:53 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`

zerver/tests/test_channel_permissions.py

[error] unresolved-attribute - :929:64 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :929:64 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`

zerver/tests/test_custom_profile_data.py

[error] unresolved-attribute - :755:59 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :755:59 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :756:59 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :756:59 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :758:43 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :758:43 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :921:19 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :921:19 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`

zerver/tests/test_digest.py

[error] unresolved-attribute - :529:77 - Object of type `Stream` has no attribute `id`
[warning] possibly-missing-attribute - :529:77 - Attribute `id` may be missing on object of type `Stream | Divergent`

zerver/tests/test_events.py

[error] non-subscriptable - :668:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :703:13 - Argument to function `check_update_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :738:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :752:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :758:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :759:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :760:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :769:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :770:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :771:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :772:35 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :772:67 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :959:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :960:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :973:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :974:16 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1028:13 - Argument to function `check_update_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1062:13 - Argument to function `check_update_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1082:13 - Argument to function `check_update_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1133:13 - Argument to function `check_update_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1141:59 - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :1182:13 - Argument to function `check_update_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1205:13 - Argument to function `check_update_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1223:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1227:56 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1245:60 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1255:60 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1268:60 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1296:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1298:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1299:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1300:25 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1311:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1313:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1314:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1315:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1322:41 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1331:38 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1348:39 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1356:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1389:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1390:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1415:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1452:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1453:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1480:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1481:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1513:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1531:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1548:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1573:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1594:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1626:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1633:41 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1638:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1651:41 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1660:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1695:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1704:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1716:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1722:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1731:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1746:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1750:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1760:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] not-iterable - :1762:40 - Object of type `object` is not iterable
[error] invalid-argument-type - :1769:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] not-iterable - :1771:40 - Object of type `object` is not iterable
[error] invalid-argument-type - :1785:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1787:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1800:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1801:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1808:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1809:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1825:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1826:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1833:48 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1834:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1835:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1836:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1842:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1844:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1848:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1862:13 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1878:13 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1892:44 - Argument to function `check_modern_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1934:13 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1951:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1955:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1956:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1958:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1961:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1964:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1965:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1982:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1986:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1987:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1989:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :1992:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1995:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :1996:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2005:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2006:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2008:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2009:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2014:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2015:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2020:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2024:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2029:47 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2036:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2040:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2074:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2075:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2078:13 - Argument to function `check_user_status` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2083:13 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2102:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2103:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2106:13 - Argument to function `check_user_status` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2111:13 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2130:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2131:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2132:40 - Argument to function `check_user_status` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2135:13 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2153:40 - Argument to function `check_user_status` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2192:13 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2206:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2212:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2214:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2222:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2245:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2247:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2253:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2259:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2265:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2273:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2279:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2290:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2291:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2304:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2306:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2316:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2323:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2332:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2337:56 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2342:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2346:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2350:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2351:25 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2355:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2356:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2365:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2381:55 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2382:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2383:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2387:58 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2388:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2392:57 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2393:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2394:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2398:60 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2399:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2403:55 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2407:58 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2411:57 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2415:60 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2455:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2461:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2467:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2473:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2477:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2481:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2501:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2504:44 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2523:41 - Argument to function `check_muted_topics` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2524:39 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2533:41 - Argument to function `check_muted_topics` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2534:39 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2543:39 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2554:41 - Argument to function `check_muted_topics` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2555:39 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2561:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2568:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2575:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2576:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2577:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2589:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2590:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2591:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2605:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2651:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2652:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2653:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2654:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2672:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2673:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2674:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2675:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2676:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2723:50 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2743:17 - Argument to function `check_subscription_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2764:13 - Argument to function `check_subscription_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2770:13 - Argument to function `check_subscription_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2782:13 - Argument to function `check_subscription_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2788:13 - Argument to function `check_subscription_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2811:21 - Argument to function `check_subscription_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2828:21 - Argument to function `check_subscription_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2847:45 - Argument to function `check_realm_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2863:45 - Argument to function `check_realm_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2879:45 - Argument to function `check_realm_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2895:45 - Argument to function `check_realm_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :2911:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :2912:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :2918:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3104:58 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3105:55 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3108:62 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3110:59 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3132:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3133:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3149:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3150:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3188:57 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3190:68 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3204:57 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3206:68 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3223:53 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3224:60 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3226:30 - Argument to function `check_legacy_presence` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3236:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3237:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3246:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3247:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3253:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3254:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3263:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3264:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3270:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3271:56 - Argument to function `check_update_global_notifications` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3284:53 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3297:53 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3309:41 - Argument to function `check_realm_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3329:41 - Argument to function `check_realm_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3330:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3331:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3344:47 - Argument to function `check_realm_emoji_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3350:47 - Argument to function `check_realm_emoji_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3358:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3360:24 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3366:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3375:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3379:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3391:24 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3406:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3407:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3408:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3414:49 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3415:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3416:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3421:49 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3433:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3441:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3446:42 - Argument to function `check_realm_bot_add` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3458:42 - Argument to function `check_realm_bot_add` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3468:42 - Argument to function `check_realm_bot_add` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3474:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3480:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3486:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3492:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3499:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3506:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3512:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3520:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3524:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3532:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3536:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3544:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3545:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3552:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3553:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3560:42 - Argument to function `check_realm_bot_add` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3561:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3581:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3585:30 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3611:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3612:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3642:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3643:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3654:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3655:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3665:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3666:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3676:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3677:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3678:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3679:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3680:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3681:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3682:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3684:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3688:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3692:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3696:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3704:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3705:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3706:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3707:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3708:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3709:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3710:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3712:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3716:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3720:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3724:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3731:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3742:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3743:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3744:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3745:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3746:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3747:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3748:47 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3750:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3758:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3759:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3769:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3770:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3771:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3772:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3779:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3780:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3781:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3792:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3793:45 - Argument to function `check_realm_bot_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3794:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3795:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3796:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3833:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3834:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3835:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3836:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3837:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3838:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3839:46 - Argument to function `check_user_group_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3841:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3845:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3849:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3855:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3865:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3866:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3874:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3875:49 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3876:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3877:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3886:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3887:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3888:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3903:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3911:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3923:46 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3926:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :3941:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3950:46 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3961:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3979:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3988:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3998:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :3999:28 - Argument to bound method `assert_length` is incorrect: Expected `Collection[Any] | QuerySet[Any, Any]`, found `object`
[error] invalid-argument-type - :4006:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4025:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4039:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4045:54 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4055:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4069:13 - Argument to function `check_delete_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4074:59 - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :4091:13 - Argument to function `check_delete_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4106:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4112:13 - Argument to function `check_delete_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4129:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4142:13 - Argument to function `check_delete_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4159:13 - Argument to function `check_delete_message` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4203:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4255:13 - Argument to function `check_realm_export` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4263:13 - Argument to function `check_realm_export` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4278:13 - Argument to function `check_realm_export` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4315:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4344:13 - Argument to function `check_realm_export` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4351:13 - Argument to function `check_realm_export` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4360:43 - Argument to function `check_has_zoom_token` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4364:43 - Argument to function `check_has_zoom_token` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4388:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4398:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4498:54 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4500:49 - Argument to function `check_realm_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4567:50 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4634:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :4636:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :4678:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :4680:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :4711:46 - Argument to function `check_realm_update_dict` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4807:53 - Argument to function `check_realm_default_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4935:53 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4940:60 - Argument to function `check_update_display_settings` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4965:49 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4966:49 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4980:49 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4995:53 - Argument to function `check_user_settings_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4996:56 - Argument to function `check_update_display_settings` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :4997:50 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5016:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5017:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5026:46 - Argument to function `check_realm_user_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5027:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5032:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5033:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5046:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5047:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5052:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5053:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5066:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5067:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5088:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5095:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5105:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5112:48 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5113:28 - Argument to bound method `assert_length` is incorrect: Expected `Collection[Any] | QuerySet[Any, Any]`, found `object`
[error] non-subscriptable - :5115:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5126:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5133:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5140:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5146:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5147:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5152:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5158:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5171:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5172:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5183:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5184:36 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5196:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5197:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5226:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5236:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5246:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5254:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5263:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5278:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5279:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5282:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :5285:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5293:48 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5294:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5323:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5324:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5332:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5340:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5345:48 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5346:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5371:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5379:48 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5406:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5410:46 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5414:46 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5418:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5433:42 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5442:46 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5446:46 - Argument to function `check_stream_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5450:40 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5462:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5463:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5464:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5465:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :5469:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5470:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :5471:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5472:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5479:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5480:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :5481:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5482:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5495:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5496:45 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5497:43 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5498:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5504:48 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5505:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5506:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5507:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5515:48 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5516:42 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5517:46 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5518:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5538:38 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5553:41 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5567:41 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5584:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5611:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5626:50 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5651:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5666:53 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5680:47 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] invalid-argument-type - :5693:50 - Argument to function `check_channel_folder_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5695:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5701:50 - Argument to function `check_channel_folder_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5703:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :5705:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5711:50 - Argument to function `check_channel_folder_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5713:25 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5717:50 - Argument to function `check_channel_folder_update` is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[error] non-subscriptable - :5719:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :5745:51 - Argument is incorrect: Expected `dict[str, object]`, found `Top[dict[str, Any]] | Unknown`
[warning] possibly-missing-attribute - :675 -
Old: Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
New: Attribute `realm_id` may be missing on object of type `Unknown | UserProfile | Divergent`
[warning] possibly-missing-attribute - :1000 -
Old: Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
New: Attribute `realm_id` may be missing on object of type `Unknown | UserProfile | Divergent`
[error] non-subscriptable - :1454:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1482:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3664:34 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] non-subscriptable - :4000:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4712:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :5154:46 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :5154:46 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :5694:58 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :5694:58 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :5702:58 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :5702:58 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :5712:58 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :5712:58 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :5718:58 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :5718:58 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :5741:22 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :5741:41 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :5741:64 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :5741:22 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[warning] possibly-missing-attribute - :5741:41 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[warning] possibly-missing-attribute - :5741:64 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`

zerver/tests/test_import_export.py

[error] unresolved-attribute - :886:26 - Object of type `SavedSnippet` has no attribute `id`
[warning] possibly-missing-attribute - :886:26 - Attribute `id` may be missing on object of type `SavedSnippet | Divergent`
[error] unresolved-attribute - :1209:26 - Object of type `SavedSnippet` has no attribute `id`
[warning] possibly-missing-attribute - :1209:26 - Attribute `id` may be missing on object of type `SavedSnippet | Divergent`
[error] unresolved-attribute - :1211:13 - Object of type `SavedSnippet` has no attribute `id`
[warning] possibly-missing-attribute - :1211:13 - Attribute `id` may be missing on object of type `SavedSnippet | Divergent`
[error] unresolved-attribute - :1213:55 - Object of type `SavedSnippet` has no attribute `id`
[warning] possibly-missing-attribute - :1213:55 - Attribute `id` may be missing on object of type `SavedSnippet | Divergent`
[error] unresolved-attribute - :1534:51 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1534:51 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] unresolved-attribute - :1591:28 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1591:28 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] unresolved-attribute - :1610:54 - Object of type `RealmEmoji` has no attribute `id`
[warning] possibly-missing-attribute - :1610:54 - Attribute `id` may be missing on object of type `RealmEmoji | Divergent`
[error] invalid-argument-type - :3119 -
Old: Argument to function `do_update_user_custom_profile_data_if_changed` is incorrect: Expected `list[ProfileDataElementUpdateDict]`, found `list[ProfileDataElementUpdateDict | dict[str, Unknown | str]]`
New: Argument to function `do_update_user_custom_profile_data_if_changed` is incorrect: Expected `list[ProfileDataElementUpdateDict]`, found `list[ProfileDataElementUpdateDict | dict[str, Divergent | str]] & list[Unknown | dict[str, Divergent | str]]`
[error] unresolved-attribute - :3119:32 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :3119:32 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :3128:44 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :3128:44 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`

zerver/tests/test_message_delete.py

[error] invalid-argument-type - :46:31 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] non-subscriptable - :47:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :48:31 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :49:39 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] invalid-argument-type - :66:31 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] non-subscriptable - :67:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :68:31 - Cannot subscript object of type `object` with no `__getitem__` method

zerver/tests/test_message_flags.py

[error] non-subscriptable - :635:68 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :705:68 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2250:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2252:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2253:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2255:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2320:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2322:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2323:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2325:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2390:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2392:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2393:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2395:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2543:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2577:13 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2583:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2648:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2650:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2651:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2653:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2715:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2717:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2718:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2720:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2783:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2785:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2786:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2787:43 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2846:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2848:33 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2849:27 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2850:30 - Cannot subscript object of type `object` with no `__getitem__` method

zerver/tests/test_message_send.py

[error] not-iterable - :1783:38 - Object of type `object` is not iterable
[error] non-subscriptable - :2489:16 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2492:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2493:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2494:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :224:37 - Object of type `Stream` has no attribute `id`
[warning] possibly-missing-attribute - :224:37 - Attribute `id` may be missing on object of type `Stream | Divergent`

zerver/tests/test_reactions.py

[error] invalid-argument-type - :496:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :499:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :500:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :501:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :502:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :503:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :542:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :545:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :546:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :547:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :548:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :577:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :578:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :596:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :597:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :621:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :622:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :645:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :646:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :665:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :666:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :681:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :682:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :1173:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :1176:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1177:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1178:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1179:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1180:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1181:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1182:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1183:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1184:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1218:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :1221:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1222:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1223:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1224:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1225:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1226:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1227:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1228:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1229:26 - Cannot subscript object of type `object` with no `__getitem__` method

zerver/tests/test_saved_snippets.py

[error] unresolved-attribute - :11:16 - Object of type `SavedSnippet` has no attribute `id`
[warning] possibly-missing-attribute - :11:16 - Attribute `id` may be missing on object of type `SavedSnippet | Divergent`

zerver/tests/test_subs.py

[error] non-subscriptable - :1251:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1252:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1253:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1254:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1261:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1262:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1263:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1266:37 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :1306:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1308:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1309:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1316:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1317:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1321:37 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :1391:33 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :1402:33 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :1409:43 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1410:43 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :1462:24 - Argument to bound method `__init__` is incorrect: Expected `Iterable[int]`, found `object`
[error] invalid-argument-type - :1589:33 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :1735:33 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :2010:33 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :2238:33 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :2533:44 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2536:47 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2542:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2544:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2545:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2550:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :3452:59 - Object of type `object` has no attribute `get`
[error] non-subscriptable - :3454:30 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3455:30 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3777:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3778:29 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3877:41 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3878:16 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3880:25 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3887:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3904:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3905:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3908:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3912:60 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] invalid-argument-type - :3913:28 - Argument to bound method `assert_length` is incorrect: Expected `Collection[Any] | QuerySet[Any, Any]`, found `object`
[error] non-subscriptable - :3914:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3915:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3916:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3933:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3934:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3937:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3942:43 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] invalid-argument-type - :3943:60 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] invalid-argument-type - :3944:28 - Argument to bound method `assert_length` is incorrect: Expected `Collection[Any] | QuerySet[Any, Any]`, found `object`
[error] non-subscriptable - :3945:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3946:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3947:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3967:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3968:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3970:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3972:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3973:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3976:17 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :3982:43 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] invalid-argument-type - :3983:28 - Argument to bound method `assert_length` is incorrect: Expected `Collection[Any] | QuerySet[Any, Any]`, found `object`
[error] non-subscriptable - :3984:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3985:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :3986:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4002:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4003:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :4006:28 - Argument to bound method `assert_length` is incorrect: Expected `Collection[Any] | QuerySet[Any, Any]`, found `object`
[error] non-subscriptable - :4007:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4008:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4009:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4119:16 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4119:55 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4128:16 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4128:61 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :4157:57 - Object of type `object` has no attribute `get`
[error] non-subscriptable - :4160:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4161:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :4166:39 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] invalid-argument-type - :4169:37 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `object`
[error] unresolved-attribute - :4252:45 - Object of type `object` has no attribute `get`
[error] unresolved-attribute - :4256:16 - Object of type `object` has no attribute `get`
[error] unresolved-attribute - :4256:55 - Object of type `object` has no attribute `get`
[error] non-subscriptable - :4275:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4277:36 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :4278:37 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :4359:32 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :4360:36 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1307:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1318:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2543:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :2551:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :2676:40 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :2676:40 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :2680:44 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :2680:44 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`

zerver/tests/test_typing.py

[error] non-subscriptable - :259:61 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :260:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :261:65 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :265:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :267:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :268:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :303:61 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :304:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :305:65 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :309:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :311:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :312:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :336:61 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :337:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :338:65 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :343:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :344:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :345:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :370:61 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :371:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :372:65 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :377:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :378:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :379:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :402:61 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :403:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :404:65 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :409:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :410:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :411:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :435:61 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :436:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :437:65 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :442:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :443:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :444:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :492:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :495:40 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :496:37 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :497:38 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :498:36 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :499:35 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :525:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :528:40 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :529:37 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :530:38 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :531:36 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :532:34 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :617:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] non-subscriptable - :623:40 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :624:37 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :625:38 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :626:36 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :627:35 - Cannot subscript object of type `object` with no `__getitem__` method
[error] invalid-argument-type - :650:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :687:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :727:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :759:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :792:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :817:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :842:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :867:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - :894:30 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`

zerver/tests/test_user_groups.py

[error] unresolved-attribute - :2042:60 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :2042:60 - Attribute `id` may be missing on object of type `NamedUserGroup | Divergent`

zerver/tests/test_users.py

[error] non-subscriptable - :269:18 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :279:18 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :291:18 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :330:18 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :341:18 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :721:18 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :1042:57 - Object of type `object` has no attribute `get`
[error] non-subscriptable - :1046:26 - Cannot subscript object of type `object` with no `__getitem__` method
[error] non-subscriptable - :1048:29 - Cannot subscript object of type `object` with no `__getitem__` method

zerver/tornado/event_queue.py

[error] invalid-assignment - :1262:13 - Invalid subscript assignment with key of type `Literal["invite_only_stream"]` and value of type `Literal[True]` on object of type `Top[dict[str, Any]]`

zerver/tornado/views.py

[error] invalid-raise - :289:15 - Cannot raise object of type `object`: Not an instance or subclass of `BaseException`
[error] invalid-argument-type - :290:34 - Argument to function `json_success` is incorrect: Expected `Mapping[str, Any]`, found `object`

zerver/views/channel_folders.py

[error] unresolved-attribute - :42:61 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :42:61 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`

zerver/views/custom_profile_fields.py

[error] unresolved-attribute - :201:54 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :201:54 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :213:54 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :213:54 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`

zerver/views/realm_domains.py

[error] unresolved-attribute - :46:55 - Object of type `RealmDomain` has no attribute `id`
[warning] possibly-missing-attribute - :46:55 - Attribute `id` may be missing on object of type `RealmDomain | Divergent`

zerver/views/report.py

[error] invalid-argument-type - :14 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `(...) -> Unknown`
New: Argument is incorrect: Expected `typing.TypeVar`, found `(...) -> HttpResponse`

zerver/views/saved_snippets.py

[error] unresolved-attribute - :46:60 - Object of type `SavedSnippet` has no attribute `id`
[warning] possibly-missing-attribute - :46:60 - Attribute `id` may be missing on object of type `SavedSnippet | Divergent`

zerver/views/streams.py

[error] unresolved-attribute - :756:25 - Object of type `Stream` has no attribute `id`
[warning] possibly-missing-attribute - :756:25 - Attribute `id` may be missing on object of type `Stream | Divergent`
[error] unresolved-attribute - :779:21 - Object of type `Stream` has no attribute `id`
[warning] possibly-missing-attribute - :779:21 - Attribute `id` may be missing on object of type `Stream | Divergent`

zerver/views/user_groups.py

[warning] possibly-missing-attribute - :446:16 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :449:34 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :454:13 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :485:16 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :488:34 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`

zerver/views/video_calls.py

[error] invalid-argument-type - :351 -
Old: Argument is incorrect: Expected `typing.TypeVar`, found `(...) -> Unknown`
New: Argument is incorrect: Expected `typing.TypeVar`, found `(...) -> HttpResponse`

zilencer/lib/push_notifications.py

[warning] possibly-missing-attribute - :56:15 - Attribute `apns` may be missing on object of type `APNsContext | None | Unknown`

zilencer/management/commands/populate_db.py

[error] unresolved-attribute - :820:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :820:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :821:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :821:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :822:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :822:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :823:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :823:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :824:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :824:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :825:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :825:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :826:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :826:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :827:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :827:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :828:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :828:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :834:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :834:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :836:31 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :836:31 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :839:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :839:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :840:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :840:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :841:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :841:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :842:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :842:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :843:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :843:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :844:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :844:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :845:28 - Object of type `CustomProfileField` has no attribute `id`
[warning] possibly-missing-attribute - :845:28 - Attribute `id` may be missing on object of type `CustomProfileField | Divergent`
[error] unresolved-attribute - :1068:38 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :1068:38 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :1078:38 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :1078:38 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :1083:38 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :1083:38 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :1088:38 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :1088:38 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`
[error] unresolved-attribute - :1092:38 - Object of type `ChannelFolder` has no attribute `id`
[warning] possibly-missing-attribute - :1092:38 - Attribute `id` may be missing on object of type `ChannelFolder | Divergent`