Ecosystem report

Old: main (merge base) dd211543 New: 23006/merge f208e4d7
Lint Rule Removed Added Changed
Total 127 31 533
invalid-argument-type 118 6 527
no-matching-overload 0 8 0
invalid-assignment 1 4 2
unresolved-import 7 0 0
deprecated 0 5 0
invalid-return-type 0 1 3
unused-type-ignore-comment 0 4 0
unresolved-attribute 0 1 1
unsupported-operator 1 1 0
invalid-method-override 0 1 0
Project Removed Added Changed
Total 127 31 533
zulip 104 0 0
cwltool 0 0 94
ignite 0 0 89
cloud-init 0 0 75
core 0 1 70
schema_salad 0 0 41
dd-trace-py 0 0 32
prefect 1 7 14
manticore 0 0 16
freqtrade 0 0 15
sockeye 1 1 8
optuna 0 0 9
trio 7 2 0
rotki 2 3 3
scipy 0 2 6
apprise 0 0 6
scikit-learn 0 0 6
scikit-build-core 0 0 5
static-frame 0 0 5
werkzeug 2 3 0

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

aiohttp/web_app.py

[error] invalid-argument-type - :428 -
Old: Argument to bound method `append` is incorrect: Expected `AbstractAsyncContextManager[None, bool | None]`, found `AbstractAsyncContextManager[None, bool | None] | (AsyncIterator[None] & AbstractAsyncContextManager[object, bool | None]) | _AsyncGeneratorContextManager[Unknown, None]`
New: Argument to bound method `append` is incorrect: Expected `AbstractAsyncContextManager[None, bool | None]`, found `AbstractAsyncContextManager[None, bool | None] | (AsyncIterator[None] & AbstractAsyncContextManager[object, bool | None]) | Unknown`

aiohttp/web_routedef.py

[error] invalid-method-override - :157:9 - Invalid override of method `__getitem__`: Definition is incompatible with `Sequence.__getitem__`

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

src/aiortc/rtcpeerconnection.py

[error] invalid-argument-type - :1237 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> MediaDescription, (s: slice[Any, Any, Any], /) -> list[MediaDescription]]` cannot be called with key of type `None` on object of type `list[MediaDescription]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> MediaDescription, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[MediaDescription]]` cannot be called with key of type `None` on object of type `list[MediaDescription]`

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

apprise/plugins/notificationapi.py

[error] invalid-argument-type - :745 -
Old: 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["email"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["email"]` on object of type `str`
[error] invalid-argument-type - :747 -
Old: 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["email"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["email"]` on object of type `str`

apprise/plugins/sendgrid.py

[error] invalid-argument-type - :433 -
Old: 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["to"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["to"]` on object of type `str`

apprise/plugins/twitter.py

[error] invalid-argument-type - :567 -
Old: 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["message_data"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["message_data"]` on object of type `str`

apprise/plugins/whatsapp.py

[error] invalid-argument-type - :373 -
Old: 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["components"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["components"]` on object of type `str`
[error] invalid-argument-type - :379 -
Old: 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["components"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["components"]` on object of type `str`

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

tests/test_validators.py

[error] unresolved-attribute - :1143 -
Old: Object of type `(Any, Attribute[Unknown | int], Unknown | int, /) -> Any` has no attribute `exc_types`
New: Object of type `(Any, Attribute[Any], Any, /) -> Any` has no attribute `exc_types`

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

beartype/_util/kind/sequence/utilseqmake.py

[error] invalid-assignment - :44:17 - Object of type `Sequence[Unknown]` is not assignable to `list[Unknown]`

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

src/bokeh/application/handlers/code.py

[error] invalid-argument-type - :201:1 - Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def _monkeypatch_io(loggers: dict[str, (...) -> None]) -> dict[str, Any]`
[error] no-matching-overload - :201:1 - No overload of function `contextmanager` matches arguments

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

cki_lib/kcidb/file.py

[error] invalid-argument-type - :55 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`

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

cloudinit/net/network_state.py

[error] invalid-argument-type - :440 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["mac_address"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["mac_address"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :441 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["mac_address"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["mac_address"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :462 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :497 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :580 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["name"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :613 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["nameservers"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["nameservers"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :614 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["search"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["search"]` on object of type `list[Unknown]`

cloudinit/netinfo.py

[error] invalid-argument-type - :596 -
Old: 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["ip"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`
[error] invalid-argument-type - :597 -
Old: 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["mask"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["mask"]` on object of type `str`
[error] invalid-argument-type - :609 -
Old: 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["ip"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`

cloudinit/sources/DataSourceNoCloud.py

[error] invalid-argument-type - :172 -
Old: 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["seedfrom"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["seedfrom"]` on object of type `str`

cloudinit/sources/DataSourceVMware.py

[error] invalid-argument-type - :1017 -
Old: 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["ip"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`
[error] invalid-argument-type - :1027 -
Old: 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["ip"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["ip"]` on object of type `str`

cloudinit/sources/helpers/openstack.py

[error] invalid-argument-type - :300 -
Old: 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["random_seed"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["random_seed"]` on object of type `str`
[error] invalid-argument-type - :341 -
Old: 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["meta"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["meta"]` on object of type `str`

tests/unittests/helpers.py

[error] invalid-argument-type - :424 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :424 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :424 -
Old: 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["network"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["network"]` on object of type `str`
[error] invalid-argument-type - :426 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :426 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["network"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :426 -
Old: 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["network"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["network"]` on object of type `str`
[error] invalid-argument-type - :427 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :427 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["paths"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :427 -
Old: 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["paths"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["paths"]` on object of type `str`

tests/unittests/sources/test_azure.py

[error] invalid-argument-type - :1634 -
Old: 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["subnet"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["subnet"]` on object of type `str`
[error] invalid-argument-type - :1635 -
Old: 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["ipAddress"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["ipAddress"]` on object of type `str`

tests/unittests/sources/test_cloudsigma.py

[error] invalid-argument-type - :70 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["ssh_public_key"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["ssh_public_key"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :70 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["ssh_public_key"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["ssh_public_key"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :70 -
Old: 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["ssh_public_key"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["ssh_public_key"]` on object of type `str`
[error] invalid-argument-type - :90 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :90 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["cloudinit-user-data"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :90 -
Old: 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["cloudinit-user-data"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["cloudinit-user-data"]` on object of type `str`
[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :103 -
Old: 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["cloudinit"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["cloudinit"]` on object of type `str`
[error] invalid-argument-type - :115 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :115 -
Old: Method `__delitem__` of type `bound method list[Unknown].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown]`
New: Method `__delitem__` of type `bound method list[Unknown].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["cloudinit"]` on object of type `list[Unknown]`

tests/unittests/sources/test_configdrive.py

[error] invalid-argument-type - :644 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["mykey"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["mykey"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :644 -
Old: 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["mykey"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["mykey"]` on object of type `str`

tests/unittests/sources/test_digitalocean.py

[error] invalid-argument-type - :411 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["nameservers"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["nameservers"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :411 -
Old: 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["nameservers"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["nameservers"]` on object of type `str`

tests/unittests/sources/test_ec2.py

[error] invalid-argument-type - :1432 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["macs"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["macs"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1432 -
Old: 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["interfaces"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["interfaces"]` on object of type `str`
[error] invalid-argument-type - :1432 -
Old: 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["macs"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["macs"]` on object of type `str`

tests/unittests/sources/test_gce.py

[error] invalid-argument-type - :163 -
Old: 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["user-data"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["user-data"]` on object of type `str`

tests/unittests/test_ds_identify.py

[error] invalid-argument-type - :977 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :1123 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1123 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1123 -
Old: 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["sys/class/dmi/id/product_name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `str`
[error] invalid-argument-type - :1141 -
Old: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1141 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["sys/class/dmi/id/product_name"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1272 -
Old: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1272 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1280 -
Old: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1280 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["/native/.zonecontrol/metadata.sock"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1313 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1313 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1313 -
Old: 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["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
[error] invalid-argument-type - :1314 -
Old: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1314 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1328 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1328 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1328 -
Old: 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["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
[error] invalid-argument-type - :1329 -
Old: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1329 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1343 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1343 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1343 -
Old: 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["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
[error] invalid-argument-type - :1344 -
Old: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1344 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1358 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str | int]]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1358 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :1358 -
Old: 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["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `str`
[error] invalid-argument-type - :1359 -
Old: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
New: Method `__delitem__` of type `bound method list[Unknown | dict[Unknown | str, Unknown | str | int]].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str | int]]`
[error] invalid-argument-type - :1359 -
Old: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[Any, Any, Any], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`
New: Method `__delitem__` of type `bound method list[Unknown | str].__delitem__(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> None` cannot be called with key of type `Literal["usr/lib/vmware-tools/plugins/vmsvc/libdeployPkgPlugin.so"]` on object of type `list[Unknown | str]`

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

colour/continuous/multi_signals.py

[error] invalid-argument-type - :940 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`

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

homeassistant/components/forked_daapd/media_player.py

[error] invalid-argument-type - :388 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :389 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :389 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :413 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :414 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
[error] invalid-argument-type - :415 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["volume"]` on object of type `str`
[error] invalid-argument-type - :423 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :430 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
[error] invalid-argument-type - :452 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :454 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :456 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
[error] invalid-argument-type - :458 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["state"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :465 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :470 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["volume"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :475 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :485 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_length_ms"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_length_ms"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :490 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :533 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["shuffle"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["shuffle"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :630 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :697 -
Old: 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["position"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["position"]` on object of type `str`
[error] invalid-argument-type - :698 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :699 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :699 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :728 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :729 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["count"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["count"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :733 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :734 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :747 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :747 -
Old: 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["length_ms"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["length_ms"]` on object of type `str`
[error] invalid-argument-type - :767 -
Old: 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["uri"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["uri"]` on object of type `str`
[error] invalid-argument-type - :767 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`

homeassistant/components/google_assistant/http.py

[error] invalid-argument-type - :252 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["access_token"]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["access_token"]` on object of type `list[Any]`
[error] invalid-argument-type - :253 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["expires_in"]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["expires_in"]` on object of type `list[Any]`

homeassistant/components/pterodactyl/api.py

[error] invalid-argument-type - :92 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["attributes"]` on object of type `str`

homeassistant/helpers/schema_config_entry_flow.py

[error] invalid-return-type - :170:20 - Return type does not match returned value: expected `Container[str]`, found `Container[str] | (((SchemaCommonFlowHandler, /) -> Coroutine[Any, Any, Container[str]]) & Container[Never])`

homeassistant/helpers/storage.py

[error] invalid-argument-type - :413 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :413 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :413 -
Old: 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["version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] invalid-argument-type - :414 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :414 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> 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 `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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 `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :414 -
Old: 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["minor_version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
[error] invalid-argument-type - :416 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :416 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :416 -
Old: 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["data"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
[error] invalid-argument-type - :421 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :421 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :421 -
Old: 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["version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] invalid-argument-type - :422 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :422 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> 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 `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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 `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :422 -
Old: 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["minor_version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
[error] invalid-argument-type - :427 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :427 -
Old: 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["version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] invalid-argument-type - :427 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :427 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :427 -
Old: 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["data"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
[error] invalid-argument-type - :431 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :431 -
Old: 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["version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] invalid-argument-type - :431 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :431 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> 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 `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> 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 `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :431 -
Old: 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["minor_version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
[error] invalid-argument-type - :431 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :431 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :431 -
Old: 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["data"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
[error] invalid-argument-type - :434 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :434 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["version"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :434 -
Old: 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["version"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] invalid-argument-type - :436 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :436 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[Any, Any, Any], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any] | list[Any] | str | ... omitted 3 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]]` cannot be called with key of type `Literal["data"]` on object of type `list[dict[str, Any] | list[Any] | str | ... omitted 3 union elements]`
[error] invalid-argument-type - :436 -
Old: 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["data"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`

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

cwltool/builder.py

[error] invalid-argument-type - :274 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`

cwltool/checker.py

[error] invalid-argument-type - :112 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :112 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :112 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :112 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :114 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :114 -
Old: 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["items"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - :115 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :115 -
Old: 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["items"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - :118 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :118 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :118 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :118 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :120 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :120 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :120 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :120 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :130 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :130 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :130 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :130 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`

cwltool/command_line_tool.py

[error] invalid-argument-type - :583 -
Old: 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["entry"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["entry"]` on object of type `str`
[error] invalid-argument-type - :631 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :631 -
Old: 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["secondaryFiles"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["secondaryFiles"]` on object of type `str`
[error] invalid-argument-type - :654 -
Old: 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["entryname"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["entryname"]` on object of type `str`
[error] invalid-argument-type - :656 -
Old: 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["entryname"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["entryname"]` on object of type `str`
[error] invalid-argument-type - :1538 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :1538 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :1541 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :1541 -
Old: 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["fields"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["fields"]` on object of type `str`

cwltool/cwlprov/ro.py

[error] invalid-argument-type - :648 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :648 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :648 -
Old: 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["checksum"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str`
[error] invalid-argument-type - :661 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :661 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :661 -
Old: 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["location"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str`
[error] invalid-argument-type - :662 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :662 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :662 -
Old: 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["location"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str`
[error] invalid-argument-type - :669 -
Old: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[Any, Any, Any]) -> None]` cannot be called with key of type `Literal["path"]` on object of type `MutableSequence[Divergent]`
New: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[int | None, int | None, int | None]) -> None]` cannot be called with key of type `Literal["path"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :669 -
Old: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[Any, Any, Any]) -> None]` cannot be called with key of type `Literal["path"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[int | None, int | None, int | None]) -> None]` cannot be called with key of type `Literal["path"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :674 -
Old: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[Any, Any, Any]) -> None]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]`
New: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[int | None, int | None, int | None]) -> None]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :674 -
Old: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[Any, Any, Any]) -> None]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__delitem__` of type `Overload[(index: int) -> None, (index: slice[int | None, int | None, int | None]) -> None]` cannot be called with key of type `Literal["location"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`

cwltool/load_tool.py

[error] invalid-argument-type - :227 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
[error] invalid-argument-type - :228 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
[error] invalid-argument-type - :229 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
[error] invalid-argument-type - :231 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements] | str, (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]]` cannot be called with key of type `Literal["run"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements] | str]`
[error] invalid-argument-type - :332 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :332 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`

cwltool/main.py

[error] invalid-argument-type - :277 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :277 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :278 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :290 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :294 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :298 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :301 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :303 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :304 -
Old: 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["items"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - :304 -
Old: 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["items"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - :304 -
Old: 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["items"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - :312 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :316 -
Old: 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["fields"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["fields"]` on object of type `str`

cwltool/pack.py

[error] invalid-argument-type - :30 -
Old: 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["run"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - :31 -
Old: 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["run"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - :32 -
Old: 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["run"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - :33 -
Old: 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["run"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["run"]` on object of type `str`
[error] invalid-argument-type - :47 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :47 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :48 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :48 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :91 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :91 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :92 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :92 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :138 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`

cwltool/process.py

[error] invalid-argument-type - :1056 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :1056 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :1056 -
Old: 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["requirements"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["requirements"]` on object of type `str`
[error] invalid-argument-type - :1058 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :1058 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["requirements"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :1058 -
Old: 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["requirements"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["requirements"]` on object of type `str`
[error] invalid-argument-type - :1211 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :1212 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["id"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :1221 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["class"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["class"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - :1225 -
Old: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[Any, Any, Any]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["basename"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`
New: Method `__getitem__` of type `Overload[(index: int) -> MutableMapping[str, None | int | str | ... omitted 3 union elements], (index: slice[int | None, int | None, int | None]) -> MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]]` cannot be called with key of type `Literal["basename"]` on object of type `MutableSequence[MutableMapping[str, None | int | str | ... omitted 3 union elements]]`

cwltool/subgraph.py

[error] invalid-argument-type - :235 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`

cwltool/utils.py

[error] invalid-argument-type - :186 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`

tests/test_examples.py

[error] invalid-argument-type - :327 -
Old: 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["checksum"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str`
[error] invalid-argument-type - :329 -
Old: 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["checksum"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str`
[error] invalid-argument-type - :342 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :342 -
Old: 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["checksum"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["checksum"]` on object of type `str`
[error] invalid-argument-type - :1427 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["checksum"]` on object of type `MutableSequence[Divergent]`
[error] invalid-argument-type - :1672 -
Old: 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["location"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str`

tests/test_secrets.py

[error] invalid-argument-type - :31 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[Any, Any, Any]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["foo"]` on object of type `MutableSequence[Divergent]`
New: Method `__getitem__` of type `Overload[(index: int) -> Divergent, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Divergent]]` cannot be called with key of type `Literal["foo"]` on object of type `MutableSequence[Divergent]`

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

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

[error] invalid-argument-type - :62 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["Records"]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["Records"]` on object of type `list[Any]`
[error] invalid-argument-type - :63 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["Records"]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `Literal["Records"]` on object of type `list[Any]`

ddtrace/vendor/psutil/__init__.py

[error] invalid-argument-type - :1071 -
Old: Argument to function `sleep` is incorrect: Expected `int | float`, found `Unknown | None`
New: Argument to function `sleep` is incorrect: Expected `SupportsIndex | float`, found `Unknown | None`
[error] invalid-argument-type - :1829 -
Old: Argument to function `sleep` is incorrect: Expected `int | float`, found `Unknown | None`
New: Argument to function `sleep` is incorrect: Expected `SupportsIndex | float`, found `Unknown | None`
[error] invalid-argument-type - :1839 -
Old: Argument to function `sleep` is incorrect: Expected `int | float`, found `Unknown | None`
New: Argument to function `sleep` is incorrect: Expected `SupportsIndex | float`, found `Unknown | None`
[error] invalid-argument-type - :1894 -
Old: Argument to function `sleep` is incorrect: Expected `int | float`, found `Unknown | None`
New: Argument to function `sleep` is incorrect: Expected `SupportsIndex | float`, found `Unknown | None`
[error] invalid-argument-type - :1904 -
Old: Argument to function `sleep` is incorrect: Expected `int | float`, found `Unknown | None`
New: Argument to function `sleep` is incorrect: Expected `SupportsIndex | float`, found `Unknown | None`

tests/contrib/litellm/test_litellm_llmobs.py

[error] invalid-argument-type - :123 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :124 -
Old: 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["description"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["description"]` on object of type `str`
[error] invalid-argument-type - :125 -
Old: 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["parameters"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parameters"]` on object of type `str`

tests/contrib/psycopg/test_psycopg_patch.py

[error] invalid-argument-type - :40 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `Literal["psycopg"]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["psycopg"]` on object of type `list[str]`

tests/contrib/psycopg2/test_psycopg_patch.py

[error] invalid-argument-type - :44 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `Literal["psycopg2"]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `Literal["psycopg2"]` on object of type `list[str]`

tests/contrib/vertexai/test_vertexai_llmobs.py

[error] invalid-argument-type - :244 -
Old: 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["args"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["args"]` on object of type `str`
[error] invalid-argument-type - :244 -
Old: 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["location"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str`
[error] invalid-argument-type - :251 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :251 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`
[error] invalid-argument-type - :386 -
Old: 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["args"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["args"]` on object of type `str`
[error] invalid-argument-type - :386 -
Old: 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["location"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["location"]` on object of type `str`
[error] invalid-argument-type - :392 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :392 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`
[error] invalid-argument-type - :698 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :698 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`
[error] invalid-argument-type - :811 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :811 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`
[error] invalid-argument-type - :829 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :829 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`
[error] invalid-argument-type - :844 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :844 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`
[error] invalid-argument-type - :872 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :872 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`
[error] invalid-argument-type - :908 -
Old: 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["parts"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["parts"]` on object of type `str`
[error] invalid-argument-type - :908 -
Old: 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["text"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["text"]` on object of type `str`

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

freqtrade/rpc/telegram.py

[error] invalid-argument-type - :408 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["open"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["open"]` on object of type `str`
[error] invalid-argument-type - :408 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["open"]` on object of type `bytes`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["open"]` on object of type `bytes`
[error] invalid-argument-type - :408 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["high"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["high"]` on object of type `str`
[error] invalid-argument-type - :408 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["high"]` on object of type `bytes`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["high"]` on object of type `bytes`
[error] invalid-argument-type - :409 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["low"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["low"]` on object of type `str`
[error] invalid-argument-type - :409 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["low"]` on object of type `bytes`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["low"]` on object of type `bytes`
[error] invalid-argument-type - :409 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
[error] invalid-argument-type - :409 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`

freqtrade/templates/FreqaiExampleStrategy.py

[error] invalid-argument-type - :287 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
[error] invalid-argument-type - :287 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
[error] invalid-argument-type - :290 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["close"]` on object of type `str`
[error] invalid-argument-type - :290 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["close"]` on object of type `bytes`

freqtrade/util/rich_tables.py

[error] invalid-argument-type - :32 -
Old: Method `__getitem__` of type `Overload[(index: int) -> str | Unknown, (index: slice[Any, Any, Any]) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
New: Method `__getitem__` of type `Overload[(index: int) -> str | Unknown, (index: slice[int | None, int | None, int | None]) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - :32 -
Old: Method `__getitem__` of type `Overload[(index: int) -> str | Unknown, (index: slice[Any, Any, Any]) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
New: Method `__getitem__` of type `Overload[(index: int) -> str | Unknown, (index: slice[int | None, int | None, int | None]) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
[error] invalid-argument-type - :32 -
Old: Method `__getitem__` of type `Overload[(index: int) -> str | Unknown, (index: slice[Any, Any, Any]) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`
New: Method `__getitem__` of type `Overload[(index: int) -> str | Unknown, (index: slice[int | None, int | None, int | None]) -> Sequence[str | Unknown]]` cannot be called with key of type `str` on object of type `Sequence[str | Unknown]`

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

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

[error] invalid-argument-type - :2148 -
Old: Argument to function `__new__` is incorrect: Expected `(int | slice[Any, Any, Any], /) -> Sequence[str]`, found `Overload[(index: int) -> str, (index: slice[Any, Any, Any]) -> Sequence[str]]`
New: Argument to function `__new__` is incorrect: Expected `(int | slice[int | None, int | None, int | None], /) -> Sequence[str]`, found `Overload[(index: int) -> str, (index: slice[int | None, int | None, int | None]) -> Sequence[str]]`

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

tests/ignite/metrics/test_accuracy.py

[error] invalid-argument-type - :317 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :317 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :317 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
[error] invalid-argument-type - :375 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :375 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :375 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :376 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :376 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :376 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :444 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :444 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :444 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_classification_report.py

[error] invalid-argument-type - :28 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :28 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :28 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
[error] invalid-argument-type - :102 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :102 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :102 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_epoch_metric.py

[error] invalid-argument-type - :171 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :171 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :171 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`

tests/ignite/metrics/test_fbeta.py

[error] invalid-argument-type - :135 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :135 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :135 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`

tests/ignite/metrics/test_mean_average_precision.py

[error] invalid-argument-type - :189 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :189 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :189 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :190 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :190 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :190 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_mean_pairwise_distance.py

[error] invalid-argument-type - :68 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :68 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :68 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :69 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :69 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :69 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :90 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :90 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :90 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :91 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :91 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :91 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_metrics_lambda.py

[error] invalid-argument-type - :440 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :440 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :440 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :441 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :441 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :441 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :489 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :489 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :489 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`

tests/ignite/metrics/test_precision.py

[error] invalid-argument-type - :351 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :351 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :351 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
[error] invalid-argument-type - :403 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :403 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :403 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :404 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :404 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :404 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_psnr.py

[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :104 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :104 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :104 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_recall.py

[error] invalid-argument-type - :354 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :354 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :354 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
[error] invalid-argument-type - :406 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :406 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :406 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :407 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :407 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :407 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_ssim.py

[error] invalid-argument-type - :292 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :292 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :292 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
[error] invalid-argument-type - :293 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[Any]`
[error] invalid-argument-type - :293 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[int | float]`
[error] invalid-argument-type - :293 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], ellipsis]` on object of type `list[str]`

tests/ignite/metrics/test_top_k_categorical_accuracy.py

[error] invalid-argument-type - :72 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Any]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[Any]`
[error] invalid-argument-type - :72 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[int | float]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[int | float]`
[error] invalid-argument-type - :72 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[str]]` cannot be called with key of type `tuple[slice[Any, Any, Any], slice[None, None, None]]` on object of type `list[str]`

tests/ignite/test_utils.py

[error] invalid-argument-type - :49 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Unknown, (index: slice[Any, Any, Any]) -> Sequence[Unknown]]` cannot be called with key of type `Literal["a"]` on object of type `Sequence[Unknown]`
New: Method `__getitem__` of type `Overload[(index: int) -> Unknown, (index: slice[int | None, int | None, int | None]) -> Sequence[Unknown]]` cannot be called with key of type `Literal["a"]` on object of type `Sequence[Unknown]`
[error] invalid-argument-type - :50 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Unknown, (index: slice[Any, Any, Any]) -> Sequence[Unknown]]` cannot be called with key of type `Literal["b"]` on object of type `Sequence[Unknown]`
New: Method `__getitem__` of type `Overload[(index: int) -> Unknown, (index: slice[int | None, int | None, int | None]) -> Sequence[Unknown]]` cannot be called with key of type `Literal["b"]` on object of type `Sequence[Unknown]`

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

manticore/platforms/decree.py

[error] invalid-argument-type - :158 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
[error] invalid-argument-type - :168 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`

manticore/platforms/linux.py

[error] invalid-argument-type - :1021 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Cpu, (s: slice[Any, Any, Any], /) -> list[Cpu]]` cannot be called with key of type `None` on object of type `list[Cpu]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Cpu, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Cpu]]` cannot be called with key of type `None` on object of type `list[Cpu]`

manticore/wasm/structure.py

[error] invalid-argument-type - :1670 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1670 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Activation` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `BitVec` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F32` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `F64` on object of type `list[FuncAddr | None]`
[error] invalid-argument-type - :1672 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[Any, Any, Any], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> FuncAddr | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[FuncAddr | None]]` cannot be called with key of type `Label` on object of type `list[FuncAddr | None]`

tests/wasm/json2mc.py

[error] invalid-argument-type - :103 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
[error] invalid-argument-type - :159 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
[error] invalid-argument-type - :161 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`

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

test/balancerd/mzcompose.py

[error] invalid-argument-type - :89 -
Old: 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["client_id"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["client_id"]` on object of type `str`
[error] invalid-argument-type - :89 -
Old: 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["secret"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["secret"]` on object of type `str`

test/limits/mzcompose.py

[error] invalid-argument-type - :1832 -
Old: 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["client_id"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["client_id"]` on object of type `str`
[error] invalid-argument-type - :1832 -
Old: 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["secret"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["secret"]` on object of type `str`

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

unittests/internaltests.py

[error] invalid-argument-type - :1607:9 - Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def mock_trial(value: str) -> Iterable[None]`
[error] no-matching-overload - :1607:9 - No overload of function `contextmanager` matches arguments
[error] invalid-argument-type - :1671:9 - Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def mock_trial(value: str) -> Iterable[None]`
[error] no-matching-overload - :1671:9 - No overload of function `contextmanager` matches arguments

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

test/mitmproxy/addons/test_clientplayback.py

[error] invalid-argument-type - :18:1 - Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `def tcp_server(handle_conn, **server_args) -> tuple[str, int]`
[error] no-matching-overload - :18:1 - No overload of function `asynccontextmanager` matches arguments

test/mitmproxy/addons/test_proxyserver.py

[error] invalid-argument-type - :337:1 - Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `def udp_server(handle_datagram: (DatagramTransport, bytes, tuple[str, int], /) -> None) -> tuple[str, int]`
[error] no-matching-overload - :337:1 - No overload of function `asynccontextmanager` matches arguments

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

mkdocs/contrib/search/__init__.py

[error] invalid-argument-type - :44:34 - Argument to bound method `remove` is incorrect: Expected `Never`, found `~Literal["en"]`
[error] invalid-argument-type - :48:34 - Argument to bound method `remove` is incorrect: Expected `Never`, found `~Literal["en"]`
[error] invalid-argument-type - :39:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> object, (s: slice[Never, Never, Never], /) -> Top[list[Unknown]]]` cannot be called with key of type `slice[None, None, None]` on object of type `Top[list[Unknown]]`

mkdocs/tests/structure/nav_tests.py

[error] invalid-argument-type - :97 -
Old: 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["About"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["About"]` on object of type `str`

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

pymongo/helpers_shared.py

[error] invalid-argument-type - :191 -
Old: Method `__getitem__` of type `Overload[(index: int) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[Any, Any, Any]) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `str` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]`
New: Method `__getitem__` of type `Overload[(index: int) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[int | None, int | None, int | None]) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `str` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]`
[error] invalid-argument-type - :191 -
Old: Method `__getitem__` of type `Overload[(index: int) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[Any, Any, Any]) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]`
New: Method `__getitem__` of type `Overload[(index: int) -> str | tuple[str, int | str | Mapping[str, Any]], (index: slice[int | None, int | None, int | None]) -> Sequence[str | tuple[str, int | str | Mapping[str, Any]]]]` cannot be called with key of type `tuple[str, int | str | Mapping[str, Any]]` on object of type `Sequence[str | tuple[str, int | str | Mapping[str, Any]]]`

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

openlibrary/core/observations.py

[error] invalid-argument-type - :585 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :627 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :627 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`

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

ops/pebble.py

[error] invalid-argument-type - :567 -
Old: Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `AnyStr@ExecError`
New: Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `AnyStr@ExecError`

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

tests/test_cli.py

[error] invalid-argument-type - :1194 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1195 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1196 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1249 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1250 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_x"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_x"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1251 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_y"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params_y"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1288 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1289 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["params"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-argument-type - :1325 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | str]]]` cannot be called with key of type `Literal["number"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | str]]`

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

paasta_tools/contrib/bounce_log_latency_parser.py

[error] invalid-argument-type - :48 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `float` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `float` on object of type `list[Unknown]`
[error] invalid-argument-type - :49 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `float` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `float` on object of type `list[Unknown]`
[error] invalid-argument-type - :50 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `float` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `float` on object of type `list[Unknown]`

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

pandas/io/excel/_base.py

[error] invalid-argument-type - :854 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`
[error] invalid-argument-type - :857 -
Old: 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]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `object` on object of type `list[Unknown]`

pandas/io/pytables.py

[error] invalid-argument-type - :4148 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Index, (s: slice[Any, Any, Any], /) -> list[Index]]` cannot be called with key of type `None` on object of type `list[Index]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Index, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Index]]` cannot be called with key of type `None` on object of type `list[Index]`

pandas/tests/io/json/test_json_table_schema.py

[error] invalid-argument-type - :677 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`

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

pandera/api/pandas/model.py

[error] invalid-argument-type - :230 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`

ppb-vector (https://github.com/ppb/ppb-vector)

ppb_vector/__init__.py

[error] invalid-argument-type - :189 -
Old: Method `__getitem__` of type `Overload[(index: int) -> SupportsFloat, (index: slice[Any, Any, Any]) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["x"]` on object of type `Sequence[SupportsFloat]`
New: Method `__getitem__` of type `Overload[(index: int) -> SupportsFloat, (index: slice[int | None, int | None, int | None]) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["x"]` on object of type `Sequence[SupportsFloat]`
[error] invalid-argument-type - :189 -
Old: Method `__getitem__` of type `Overload[(index: int) -> SupportsFloat, (index: slice[Any, Any, Any]) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["y"]` on object of type `Sequence[SupportsFloat]`
New: Method `__getitem__` of type `Overload[(index: int) -> SupportsFloat, (index: slice[int | None, int | None, int | None]) -> Sequence[SupportsFloat]]` cannot be called with key of type `Literal["y"]` on object of type `Sequence[SupportsFloat]`

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

src/integrations/prefect-dbt/prefect_dbt/core/settings.py

[error] invalid-assignment - :94:28 - Object of type `dict[str, Any] | int | dict[Any, Any] | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :99:28 - Object of type `int | dict[Any, Any] | float | ... omitted 3 union elements` is not assignable to `dict[str, Any]`

src/prefect/cli/deploy/_actions.py

[error] invalid-argument-type - :220 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any], (s: slice[Any, Any, Any], /) -> list[dict[str, Any]]]` cannot be called with key of type `Literal["build"]` on object of type `list[dict[str, Any]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> dict[str, Any], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[dict[str, Any]]]` cannot be called with key of type `Literal["build"]` on object of type `list[dict[str, Any]]`

src/prefect/cli/deploy/_core.py

[error] invalid-assignment - :86:21 - Object of type `dict[str, Any] | int | dict[Any, Any] | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :87:21 - Object of type `int | dict[Any, Any] | float | ... omitted 3 union elements` is not assignable to `dict[str, Any]`

src/prefect/deployments/flow_runs.py

[error] invalid-argument-type - :441 -
Old: Argument to function `sleep` is incorrect: Expected `int | float`, found `int | float | None`
New: Argument to function `sleep` is incorrect: Expected `SupportsIndex | float`, found `int | float | None`

src/prefect/deployments/steps/core.py

[error] invalid-argument-type - :137:38 - Argument is incorrect: Argument type `dict[str, Any] | int | dict[Any, Any] | ... omitted 4 union elements` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`

src/prefect/infrastructure/provisioners/container_instance.py

[error] invalid-argument-type - :274 -
Old: 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`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :275 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :347 -
Old: 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["displayName"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["displayName"]` on object of type `str`
[error] invalid-argument-type - :413 -
Old: 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["tenant"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["tenant"]` on object of type `str`
[error] invalid-argument-type - :413 -
Old: 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["password"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["password"]` on object of type `str`
[error] invalid-argument-type - :638 -
Old: 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["roleDefinitionName"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["roleDefinitionName"]` on object of type `str`
[error] invalid-argument-type - :638 -
Old: 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["scope"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["scope"]` on object of type `str`

src/prefect/utilities/asyncutils.py

[error] invalid-argument-type - :376:1 - Argument to function `asynccontextmanager` is incorrect: Expected `(...) -> AsyncIterator[Unknown]`, found `Overload[(value: None = None, *args: Any, **kwargs: Any) -> AbstractAsyncContextManager[None, None], [R](value: R, *args: Any, **kwargs: Any) -> AbstractAsyncContextManager[R, None]]`
[error] no-matching-overload - :376:1 - No overload of function `asynccontextmanager` matches arguments

src/prefect/utilities/templating.py

[error] invalid-assignment - :320 -
Old: Invalid subscript assignment with key of type `object` and value of type `Unknown | dict[str, Any]` on object of type `dict[str, Any]`
New: Invalid subscript assignment with key of type `object` and value of type `dict[str, Any] | int | Unknown | ... omitted 4 union elements` on object of type `dict[str, Any]`
[error] invalid-return-type - :323 -
Old: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[Unknown | dict[str, Any]]`
New: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[Unknown | dict[str, Any] | int | ... omitted 4 union elements]`
[error] invalid-return-type - :437 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, Unknown]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, Unknown | int | float | ... omitted 4 union elements]`
[error] invalid-return-type - :442 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `list[Unknown]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `list[Unknown | int | float | ... omitted 4 union elements]`

src/prefect/workers/base.py

[error] invalid-argument-type - :234:22 - Argument expression after ** must be a mapping type: Found `int | Unknown | float | ... omitted 4 union elements`
[error] invalid-argument-type - :232 -
Old: Argument is incorrect: Argument type `str | dict[str, Any]` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`
New: Argument is incorrect: Argument type `dict[str, Any] | int | str | ... omitted 3 union elements` does not satisfy constraints (`str`, `int`, `int | float`, `bool`, `dict[Any, Any]`, `list[Any]`, `None`) of type variable `T`

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

pydantic/_internal/_schema_gather.py

[error] invalid-argument-type - :150 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["schema"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["schema"]` on object of type `str`
[error] invalid-argument-type - :157 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["schema"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["schema"]` on object of type `str`

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

src/py/pyodide/webloop.py

[error] invalid-assignment - :981 -
Old: Object of type `_Wrapped[(seconds: int | float, /), None, (t), Unknown]` is not assignable to attribute `sleep` of type `def sleep(seconds: int | float, /) -> None`
New: Object of type `_Wrapped[(seconds: SupportsIndex | float, /), None, (t), Unknown]` is not assignable to attribute `sleep` of type `def sleep(seconds: SupportsIndex | float, /) -> None`

rich (https://github.com/Textualize/rich)

examples/table_movie.py

[error] invalid-argument-type - :62:1 - Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def beat(length: int = 1) -> None`
[error] no-matching-overload - :62:1 - No overload of function `contextmanager` matches arguments

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

rotkehlchen/chain/decoding/tools.py

[warning] unused-type-ignore-comment - :96:44 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :99:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `Sequence[A@BaseDecoderTools]`, found `Unknown | tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | tuple[SubstrateAddress, ...] | tuple[SolanaAddress, ...]`
[warning] unused-type-ignore-comment - :100:62 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :98:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress | None`, found `A@BaseDecoderTools | None`
[error] invalid-argument-type - :97:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress`, found `A@BaseDecoderTools`

rotkehlchen/tests/unit/test_blockchain_balances.py

[error] invalid-argument-type - :155 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str]]]` cannot be called with key of type `Literal["assets"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str]]]` cannot be called with key of type `Literal["assets"]` on object of type `list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | str]]`

rotkehlchen/tests/unit/test_ethereum_airdrops.py

[error] invalid-argument-type - :330 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["asset_identifier"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["asset_identifier"]` on object of type `list[Unknown | str]`
[error] invalid-argument-type - :420 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["file_hash"]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `Literal["file_hash"]` on object of type `list[Unknown | str]`

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

schema_salad/jsonld_context.py

[error] invalid-argument-type - :54 -
Old: 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["symbol"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["symbol"]` on object of type `str`
[error] invalid-argument-type - :55 -
Old: 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["predicate"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["predicate"]` on object of type `str`
[error] invalid-argument-type - :211 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`

schema_salad/metaschema.py

[error] invalid-argument-type - :1029 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :1033 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :1053 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`

schema_salad/python_codegen_support.py

[error] invalid-argument-type - :1026 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `str` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :1030 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$base"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :1050 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`

schema_salad/ref_resolver.py

[error] invalid-argument-type - :496 -
Old: 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["$graph"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["$graph"]` on object of type `str`
[error] invalid-argument-type - :1135 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - :1154 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - :1155 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - :1159 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - :1161 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`
[error] invalid-argument-type - :1164 -
Old: 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 `str` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `str` on object of type `str`

schema_salad/schema.py

[error] invalid-argument-type - :434 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :541 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :541 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :543 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :543 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :545 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :545 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :558 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :558 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :559 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :559 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :560 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["name"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :560 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["name"]` on object of type `str`
[error] invalid-argument-type - :564 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["fields"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :564 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["items"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :564 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["names"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["names"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :564 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["type"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :564 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["values"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["values"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :564 -
Old: 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["fields"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["fields"]` on object of type `str`
[error] invalid-argument-type - :564 -
Old: 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["items"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["items"]` on object of type `str`
[error] invalid-argument-type - :564 -
Old: 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["names"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["names"]` on object of type `str`
[error] invalid-argument-type - :564 -
Old: 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["type"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["type"]` on object of type `str`
[error] invalid-argument-type - :564 -
Old: 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["values"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["values"]` on object of type `str`
[error] invalid-argument-type - :572 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["symbols"]` on object of type `MutableSequence[Any]`
New: Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["symbols"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :572 -
Old: 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["symbols"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["symbols"]` on object of type `str`

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

src/scikit_build_core/settings/skbuild_schema.py

[error] invalid-argument-type - :51 -
Old: 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["generate"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["generate"]` on object of type `str`
[error] invalid-argument-type - :65 -
Old: 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["generate"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["generate"]` on object of type `str`
[error] invalid-argument-type - :79 -
Old: 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["metadata"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["metadata"]` on object of type `str`
[error] invalid-argument-type - :80 -
Old: 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["metadata"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["metadata"]` on object of type `str`
[error] invalid-argument-type - :81 -
Old: 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["metadata"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["metadata"]` on object of type `str`

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

sklearn/preprocessing/_data.py

[error] invalid-argument-type - :3017 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[Unknown]`
[error] invalid-argument-type - :3022 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[Unknown]`

sklearn/preprocessing/tests/test_data.py

[error] invalid-argument-type - :1607 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0]]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], Literal[0]]` on object of type `list[Unknown]`
[error] invalid-argument-type - :1609 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], slice[Literal[1], None, None]]` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], slice[Literal[1], None, None]]` on object of type `list[Unknown]`

sklearn/tests/test_docstring_parameters.py

[error] invalid-argument-type - :287 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | int], (s: slice[Any, Any, Any], /) -> list[Unknown | dict[Unknown | str, Unknown | int]]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[Unknown | dict[Unknown | str, Unknown | int]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | dict[Unknown | str, Unknown | int], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | dict[Unknown | str, Unknown | int]]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[Unknown | dict[Unknown | str, Unknown | int]]`
[error] invalid-argument-type - :287 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[Any, Any, Any], /) -> list[Unknown | str]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[Unknown | str]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | str, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | str]]` cannot be called with key of type `tuple[None, EllipsisType]` on object of type `list[Unknown | str]`

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

benchmarks/benchmarks/stats.py

[error] invalid-argument-type - :186 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[Any, Any, Any], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `list[Unknown | list[Unknown | int | float]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, Unknown]` on object of type `list[Unknown | list[Unknown | int | float]]`
[error] invalid-argument-type - :187 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[Any, Any, Any], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, slice[Literal[0], Literal[2], None]]` on object of type `list[Unknown | list[Unknown | int | float]]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | int | float], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | int | float]]]` cannot be called with key of type `tuple[Unknown, slice[Literal[0], Literal[2], None]]` on object of type `list[Unknown | list[Unknown | int | float]]`

scipy/optimize/tests/test__shgo.py

[error] invalid-argument-type - :1228 -
Old: 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["catol"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["catol"]` on object of type `str`

scipy/spatial/transform/_rigid_transform_xp.py

[error] invalid-argument-type - :300 -
Old: 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 `tuple[EllipsisType, None]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `tuple[EllipsisType, None]` on object of type `str`
[error] invalid-argument-type - :301 -
Old: 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 `tuple[EllipsisType, None]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `tuple[EllipsisType, None]` on object of type `str`

scipy/stats/tests/test_morestats.py

[error] invalid-argument-type - :392 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements, (s: slice[Any, Any, Any], /) -> list[Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements]]` cannot be called with key of type `Literal["gumbel_l"]` on object of type `list[Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements]]` cannot be called with key of type `Literal["gumbel_l"]` on object of type `list[Unknown | list[Unknown | str | tuple[int | float]] | list[Unknown | str | tuple[()]] | ... omitted 8 union elements]`

tools/gh_lists.py

[warning] deprecated - :241:28 - The function `getcode` is deprecated: Deprecated since Python 3.9. Use `addinfourl.status` attribute instead.
[warning] deprecated - :242:28 - The function `info` is deprecated: Deprecated since Python 3.9. Use `addinfourl.headers` attribute instead.

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

tests/test_feedexport.py

[error] invalid-argument-type - :1777 -
Old: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes]` cannot be called with key of type `Literal["format"]` on object of type `bytes`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes]` cannot be called with key of type `Literal["format"]` on object of type `bytes`

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

setuptools/_distutils/util.py

[error] invalid-argument-type - :154 -
Old: Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes])` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `AnyStr@change_root`
New: Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> bytes])` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `AnyStr@change_root`

setuptools/tests/test_editable_install.py

[error] invalid-argument-type - :969 -
Old: 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["mypkg"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["mypkg"]` on object of type `str`

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

sockeye/data_io.py

[error] invalid-argument-type - :506 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[Any, Any, Any], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`
[error] invalid-argument-type - :508 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
[error] invalid-argument-type - :513 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
[error] invalid-argument-type - :517 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
[error] invalid-argument-type - :519 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown]]` cannot be called with key of type `None` on object of type `list[Unknown]`
[error] invalid-argument-type - :522 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[Any, Any, Any], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | int, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | int]]` cannot be called with key of type `None` on object of type `list[Unknown | int]`

sockeye/test_utils.py

[error] invalid-argument-type - :147:1 - Argument to function `contextmanager` is incorrect: Expected `(...) -> Iterator[Unknown]`, found `def tmp_digits_dataset(prefix: str, train_line_count: int, train_line_count_empty: int, train_max_length: int, dev_line_count: int, dev_max_length: int, test_line_count: int, test_line_count_empty: int, test_max_length: int, sort_target: bool = False, seed_train: int = 13, seed_dev: int = 13, source_text_prefix_token: str = "", with_n_source_factors: int = 0, with_n_target_factors: int = 0) -> dict[str, Any]`
[error] no-matching-overload - :147:1 - No overload of function `contextmanager` matches arguments

test/common.py

[error] invalid-argument-type - :272 -
Old: 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["translation"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["translation"]` on object of type `str`

test/integration/test_seq_copy_int.py

[error] invalid-argument-type - :242 -
Old: 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["translation"]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `Literal["translation"]` on object of type `str`

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

lib/spack/spack/oci/oci.py

[warning] deprecated - :228:14 - The function `getcode` is deprecated: Deprecated since Python 3.9. Use `addinfourl.status` attribute instead.

lib/spack/spack/binary_distribution.py

[warning] deprecated - :2681:18 - The function `getcode` is deprecated: Deprecated since Python 3.9. Use `addinfourl.status` attribute instead.
[warning] deprecated - :2836:18 - The function `getcode` is deprecated: Deprecated since Python 3.9. Use `addinfourl.status` attribute instead.

lib/spack/spack/vendor/ruamel/yaml/comments.py

[error] invalid-argument-type - :543 -
Old: Argument to function `__delitem__` is incorrect: Expected `SupportsIndex | slice[Any, Any, Any]`, found `Unknown | None`
New: Argument to function `__delitem__` is incorrect: Expected `SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None]`, found `Unknown | None`

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

static_frame/core/container_util.py

[error] invalid-argument-type - :1765 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Hashable], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Hashable]]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[Sequence[Hashable]]`
New: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Hashable], (index: slice[int | None, int | None, int | None]) -> Sequence[Sequence[Hashable]]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[Sequence[Hashable]]`
[error] invalid-argument-type - :1765 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Hashable], (index: slice[Any, Any, Any]) -> Sequence[Sequence[Hashable]]]` cannot be called with key of type `list[int]` on object of type `Sequence[Sequence[Hashable]]`
New: Method `__getitem__` of type `Overload[(index: int) -> Sequence[Hashable], (index: slice[int | None, int | None, int | None]) -> Sequence[Sequence[Hashable]]]` cannot be called with key of type `list[int]` on object of type `Sequence[Sequence[Hashable]]`
[error] invalid-argument-type - :1780 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Hashable, (index: slice[Any, Any, Any]) -> Sequence[Hashable]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[Hashable]`
New: Method `__getitem__` of type `Overload[(index: int) -> Hashable, (index: slice[int | None, int | None, int | None]) -> Sequence[Hashable]]` cannot be called with key of type `Top[integer[Any]]` on object of type `Sequence[Hashable]`
[error] invalid-argument-type - :1780 -
Old: Method `__getitem__` of type `Overload[(index: int) -> Hashable, (index: slice[Any, Any, Any]) -> Sequence[Hashable]]` cannot be called with key of type `list[int]` on object of type `Sequence[Hashable]`
New: Method `__getitem__` of type `Overload[(index: int) -> Hashable, (index: slice[int | None, int | None, int | None]) -> Sequence[Hashable]]` cannot be called with key of type `list[int]` on object of type `Sequence[Hashable]`

static_frame/core/index_hierarchy.py

[error] invalid-argument-type - :1707 -
Old: Argument to function `__new__` is incorrect: Expected `(SupportsIndex | slice[Any, Any, Any], /) -> Index[Any] | list[Index[Any]]`, found `Overload[(i: SupportsIndex, /) -> Index[Any], (s: slice[Any, Any, Any], /) -> list[Index[Any]]]`
New: Argument to function `__new__` is incorrect: Expected `(SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> Index[Any] | list[Index[Any]]`, found `Overload[(i: SupportsIndex, /) -> Index[Any], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Index[Any]]]`

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

sympy/combinatorics/permutations.py

[error] invalid-argument-type - :2280 -
Old: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | None, (s: slice[Any, Any, Any], /) -> list[Unknown | None]]` cannot be called with key of type `None` on object of type `list[Unknown | None]`
New: Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown | None, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Unknown | None]]` cannot be called with key of type `None` on object of type `list[Unknown | None]`

sympy/printing/aesaracode.py

[error] invalid-argument-type - :219 -
Old: 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 `tuple[str, str]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `tuple[str, str]` on object of type `str`

sympy/printing/theanocode.py

[error] invalid-argument-type - :217 -
Old: 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 `tuple[str, str]` on object of type `str`
New: Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> LiteralString, (key: SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> str]` cannot be called with key of type `tuple[str, str]` on object of type `str`

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

tornado/routing.py

[error] invalid-argument-type - :355 -
Old: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | None`, found `@Todo | dict[str, Any] | str`
New: Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | None`, found `object`
[error] invalid-argument-type - :355 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `@Todo | dict[str, Any] | str`
New: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :355:56 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> object, (s: slice[Never, Never, Never], /) -> Top[list[Unknown]]]` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `Top[list[Unknown]]`

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

src/trio/_core/_tests/test_instrumentation.py

[error] unsupported-operator - :40:63 - Operator `in` is not supported between objects of type `Task | None` and `Container[Task]`

src/trio/_socket.py

[error] invalid-argument-type - :354:53 - Argument to function `socketpair` is incorrect: Expected `int`, found `socket | int`

src/trio/socket.py

[error] unresolved-import - :120:9 - Module `socket` has no member `AF_BLUETOOTH`
[error] unresolved-import - :170:9 - Module `socket` has no member `BDADDR_ANY`
[error] unresolved-import - :171:9 - Module `socket` has no member `BDADDR_LOCAL`
[error] unresolved-import - :172:9 - Module `socket` has no member `BTPROTO_HCI`
[error] unresolved-import - :173:9 - Module `socket` has no member `BTPROTO_L2CAP`
[error] unresolved-import - :174:9 - Module `socket` has no member `BTPROTO_RFCOMM`
[error] unresolved-import - :175:9 - Module `socket` has no member `BTPROTO_SCO`

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

src/werkzeug/datastructures/etag.py

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

src/werkzeug/datastructures/structures.py

[warning] unused-type-ignore-comment - :193:72 - Unused blanket `type: ignore` directive

src/werkzeug/sansio/response.py

[error] unresolved-attribute - :612:54 - Object of type `object` has no attribute `to_header`
[error] invalid-argument-type - :610:25 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> object, (s: slice[Never, Never, Never], /) -> Top[list[Unknown]]]` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `Top[list[Unknown]]`
[error] invalid-argument-type - :610:25 - Method `__getitem__` of type `bound method WWWAuthenticate.__getitem__(key: str) -> str | None` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `WWWAuthenticate`

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

xarray/core/dataset.py

[error] unsupported-operator - :6202:28 - Operator `-` is not supported between objects of type `set[str] | set[Unknown]` and `set[Hashable]`

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

corporate/tests/test_stripe.py

[error] invalid-argument-type - :2832:53 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2833:42 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2863:77 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2865:82 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2867:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2868:70 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2915:77 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2917:82 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2919:62 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2920:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :2921:82 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :5131:25 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8707:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8711:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8715:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8837:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8839:58 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8840:57 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8841:78 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8881:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :8882:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9109:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9113:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9117:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9119:88 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9466:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9468:58 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9469:57 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9470:78 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9512:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :9513:44 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10180:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10184:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10188:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10190:88 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10692:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10696:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10700:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :10702:88 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/lib/test_classes.py

[error] invalid-argument-type - :1022:59 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1025:56 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_auth_backends.py

[error] invalid-argument-type - :1317:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :5462:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :6709:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :6765:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_email_change.py

[error] invalid-argument-type - :45:68 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :222:68 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :449:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_email_notifications.py

[error] invalid-argument-type - :51:49 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :52:41 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :53:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :54:46 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :55:36 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :82:49 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :92:92 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :94:38 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :112:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :154:60 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :488:68 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :489:38 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_i18n.py

[error] invalid-argument-type - :32:35 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_management_commands.py

[error] invalid-argument-type - :397:46 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_message_notification_emails.py

[error] invalid-argument-type - :1353:67 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1362:71 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1977:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_new_users.py

[error] invalid-argument-type - :77:43 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_realm.py

[error] invalid-argument-type - :705:75 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :708:82 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :720:71 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :722:81 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :736:72 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :740:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :760:79 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :763:84 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :767:79 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :770:87 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :774:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :795:85 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :796:90 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :799:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :817:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :818:53 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_signup.py

[error] invalid-argument-type - :2271:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :2290:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :2300:17 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :2327:75 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :2338:61 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :2349:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :2358:69 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :2365:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `ValidationError | str | _StrPromise`
[error] invalid-argument-type - :3777:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3778:39 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3779:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3780:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3792:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3831:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3850:36 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3861:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3877:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :3887:65 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_users.py

[error] invalid-argument-type - :2146:39 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`

zerver/tests/test_zilencer_analytics.py

[error] invalid-argument-type - :1436:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1440:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`
[error] invalid-argument-type - :1444:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | _StrPromise`