Ecosystem report

Old: main (merge base) 329b7132 New: 23642/merge 2ac30fea
Lint Rule Removed Added Changed
Total 154 52 74
invalid-method-override 154 0 0
invalid-argument-type 0 0 74
invalid-await 0 40 0
unused-type-ignore-comment 0 10 0
invalid-return-type 0 1 0
positional-only-parameter-as-kwarg 0 1 0
Project Removed Added Changed
Total 154 52 74
mypy 87 8 0
cwltool 0 1 40
prefect flaky 0 41 0
schema_salad 0 0 18
spack flaky 11 0 0
pyodide 6 0 0
static-frame flaky 1 0 4
django-stubs 4 0 0
meson flaky 4 0 0
more-itertools 4 0 0
nionutils 4 0 0
setuptools 4 0 0
Expression flaky 3 0 0
freqtrade 0 0 3
mitmproxy 3 0 0
operator 3 0 0
pytest 3 0 0
sympy flaky 3 0 0
werkzeug 3 0 0
bokeh flaky 0 0 2

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

expression/collections/array.py

[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`

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

aiohttp/web_routedef.py

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

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

beartype/typing/_typingpep544.py

[error] invalid-method-override - Invalid override of method `__instancecheck__`: Definition is incompatible with `ABCMeta.__instancecheck__`

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

src/bokeh/core/property/wrappers.py

[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[int | None, int | None, int | None]) -> Sequence[Any]]` cannot be called with key of type `tuple[@Todo, ...]` on object of type `Sequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> Any, (index: slice[int | None, int | None, int | None], /) -> Sequence[Any]]` cannot be called with key of type `tuple[@Todo, ...]` on object of type `Sequence[Any]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int) -> object, (index: slice[int | None, int | None, int | None]) -> Top[MutableSequence[Unknown]]]` cannot be called with key of type `tuple[@Todo, ...]` on object of type `Top[MutableSequence[Unknown]]`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(index: int, /) -> object, (index: slice[int | None, int | None, int | None], /) -> Top[MutableSequence[Unknown]]]` cannot be called with key of type `tuple[@Todo, ...]` on object of type `Top[MutableSequence[Unknown]]`

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

cwltool/checker.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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]`

cwltool/command_line_tool.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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]`

cwltool/cwlprov/ro.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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]]`
[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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]`

cwltool/process.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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]]`
[error] invalid-argument-type - 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/update.py

[error] positional-only-parameter-as-kwarg - Positional-only parameter 2 (`index`) passed as keyword argument of bound method `pop`

cwltool/utils.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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]`

tests/test_secrets.py

[error] invalid-argument-type - 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]`
[error] invalid-argument-type - 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]`

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

discord/utils.py

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

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

django-stubs/utils/datastructures.pyi

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`

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

freqtrade/util/rich_tables.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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]`

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

src/graphql/pyutils/ref_set.py

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

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

tests/ignite/test_utils.py

[error] invalid-argument-type - 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 - 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 - 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]`
[error] invalid-argument-type - 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]`

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

jax/_src/util.py

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

kopf (https://github.com/nolar/kopf)

kopf/_cogs/structs/diffs.py

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

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

mesonbuild/arglist.py

[error] invalid-method-override - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`
[error] invalid-method-override - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`

mesonbuild/utils/universal.py

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

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

mitmproxy/addons/view.py

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

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

pymongo/helpers_shared.py

[error] invalid-argument-type - 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 - 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 - 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]]]`
[error] invalid-argument-type - 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]]]`

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/more.py

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

more_itertools/more.pyi

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

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

mypy/typeshed/stdlib/_collections_abc.pyi

[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`

mypy/typeshed/stdlib/_weakrefset.pyi

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-method-override - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - Invalid override of method `__isub__`: Definition is incompatible with `MutableSet.__isub__`
[error] invalid-method-override - Invalid override of method `__iand__`: Definition is incompatible with `MutableSet.__iand__`

mypy/typeshed/stdlib/array.pyi

[error] invalid-method-override - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`

mypy/typeshed/stdlib/builtins.pyi

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - Invalid override of method `__and__`: Definition is incompatible with `AbstractSet.__and__`
[error] invalid-method-override - Invalid override of method `__iand__`: Definition is incompatible with `MutableSet.__iand__`
[error] invalid-method-override - Invalid override of method `__or__`: Definition is incompatible with `AbstractSet.__or__`
[error] invalid-method-override - Invalid override of method `__sub__`: Definition is incompatible with `AbstractSet.__sub__`
[error] invalid-method-override - Invalid override of method `__isub__`: Definition is incompatible with `MutableSet.__isub__`
[error] invalid-method-override - Invalid override of method `__xor__`: Definition is incompatible with `AbstractSet.__xor__`
[error] invalid-method-override - Invalid override of method `__and__`: Definition is incompatible with `AbstractSet.__and__`
[error] invalid-method-override - Invalid override of method `__or__`: Definition is incompatible with `AbstractSet.__or__`
[error] invalid-method-override - Invalid override of method `__sub__`: Definition is incompatible with `AbstractSet.__sub__`
[error] invalid-method-override - Invalid override of method `__xor__`: Definition is incompatible with `AbstractSet.__xor__`

mypy/typeshed/stdlib/collections/__init__.pyi

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`
[error] invalid-method-override - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`
[error] invalid-method-override - Invalid override of method `__iadd__`: Definition is incompatible with `MutableSequence.__iadd__`

mypy/typeshed/stdlib/multiprocessing/managers.pyi

[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
[error] invalid-method-override - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[error] invalid-method-override - Invalid override of method `isdisjoint`: Definition is incompatible with `AbstractSet.isdisjoint`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - Invalid override of method `__and__`: Definition is incompatible with `AbstractSet.__and__`
[error] invalid-method-override - Invalid override of method `__iand__`: Definition is incompatible with `MutableSet.__iand__`
[error] invalid-method-override - Invalid override of method `__or__`: Definition is incompatible with `AbstractSet.__or__`
[error] invalid-method-override - Invalid override of method `__sub__`: Definition is incompatible with `AbstractSet.__sub__`
[error] invalid-method-override - Invalid override of method `__isub__`: Definition is incompatible with `MutableSet.__isub__`
[error] invalid-method-override - Invalid override of method `__xor__`: Definition is incompatible with `AbstractSet.__xor__`
[error] invalid-method-override - Invalid override of method `__le__`: Definition is incompatible with `AbstractSet.__le__`
[error] invalid-method-override - Invalid override of method `__lt__`: Definition is incompatible with `AbstractSet.__lt__`
[error] invalid-method-override - Invalid override of method `__ge__`: Definition is incompatible with `AbstractSet.__ge__`
[error] invalid-method-override - Invalid override of method `__gt__`: Definition is incompatible with `AbstractSet.__gt__`
[error] invalid-method-override - Invalid override of method `__eq__`: Definition is incompatible with `AbstractSet.__eq__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - Invalid override of method `pop`: Definition is incompatible with `MutableSequence.pop`
[error] invalid-method-override - Invalid override of method `index`: Definition is incompatible with `Sequence.index`
[error] invalid-method-override - Invalid override of method `count`: Definition is incompatible with `Sequence.count`
[error] invalid-method-override - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSequence.remove`

mypy/typeshed/stdlib/sqlite3/__init__.pyi

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

nionutils (https://github.com/nion-software/nionutils)

nion/utils/StructuredModel.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `Sequence.__contains__`

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

ops/framework.py

[error] invalid-method-override - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

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

pandas/tests/frame/test_constructors.py

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

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

ppb_vector/__init__.py

[error] invalid-argument-type - 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 - 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 - 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]`
[error] invalid-argument-type - 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-docker/tests/test_containers.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/integrations/prefect-docker/tests/test_images.py

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

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

flaky
(1/10)
[error] invalid-await - `object` is not awaitable

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

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

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

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

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

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

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

flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable
flaky
(1/10)
[error] invalid-await - `object` is not awaitable

src/prefect/utilities/_engine.py

flaky
(1/10)
[error] invalid-return-type - Return type does not match returned value: expected `str`, found `object`

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

pydantic/_internal/_model_construction.py

[error] invalid-method-override - Invalid override of method `__instancecheck__`: Definition is incompatible with `ABCMeta.__instancecheck__`
[error] invalid-method-override - Invalid override of method `__subclasscheck__`: Definition is incompatible with `ABCMeta.__subclasscheck__`

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

src/py/_pyodide/_core_docs.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - Invalid override of method `extend`: Definition is incompatible with `MutableSequence.extend`
[error] invalid-method-override - Invalid override of method `append`: Definition is incompatible with `MutableSequence.append`
[error] invalid-method-override - Invalid override of method `count`: Definition is incompatible with `Sequence.count`

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

testing/test_assertion.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`

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

schema_salad/metaschema.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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]`
[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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]`
[error] invalid-argument-type - 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/schema.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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]`

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

setuptools/_vendor/more_itertools/more.py

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

setuptools/_vendor/more_itertools/more.pyi

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

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

lib/spack/spack/audit.py

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

lib/spack/spack/builder.py

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

lib/spack/spack/llnl/util/filesystem.py

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

lib/spack/spack/llnl/util/lang.py

[error] invalid-method-override - Invalid override of method `__getitem__`: Definition is incompatible with `MutableSequence.__getitem__`
[error] invalid-method-override - Invalid override of method `__setitem__`: Definition is incompatible with `MutableSequence.__setitem__`
[error] invalid-method-override - Invalid override of method `__delitem__`: Definition is incompatible with `MutableSequence.__delitem__`
[error] invalid-method-override - Invalid override of method `insert`: Definition is incompatible with `MutableSequence.insert`

lib/spack/spack/variant.py

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

lib/spack/spack/vendor/pyrsistent/typing.pyi

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

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

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

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

static_frame/core/container_util.py

[error] invalid-argument-type - 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 - 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 - 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 - 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 - 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 - 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 - 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]`
[error] invalid-argument-type - 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/series_mapping.py

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `ValuesView.__contains__`

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

sympy/core/containers.py

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`
[error] invalid-method-override - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`

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

src/werkzeug/datastructures/structures.py

[error] invalid-method-override - Invalid override of method `add`: Definition is incompatible with `MutableSet.add`
[error] invalid-method-override - Invalid override of method `remove`: Definition is incompatible with `MutableSet.remove`
[error] invalid-method-override - Invalid override of method `discard`: Definition is incompatible with `MutableSet.discard`

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

xarray/core/utils.py

[error] invalid-method-override - Invalid override of method `__contains__`: Definition is incompatible with `AbstractSet.__contains__`

xarray/plot/utils.py

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

xarray-dataclasses (https://github.com/astropenguin/xarray-dataclasses)

xarray_dataclasses/dataarray.py

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