Ecosystem report

Old: main (merge base) ab37a052 New: 23728/merge c59036c1
Lint Rule Removed Added Changed
Total 30 110 21
invalid-argument-type 16 36 8
unresolved-attribute 0 30 2
invalid-assignment 0 8 7
no-matching-overload 2 12 0
invalid-return-type 0 8 4
unsupported-operator 0 10 0
unused-type-ignore-comment 6 1 0
type-assertion-failure 4 2 0
division-by-zero 2 0 0
not-iterable 0 2 0
call-non-callable 0 1 0
Project Removed Added Changed
Total 30 110 21
core 5 22 0
sympy 0 16 0
prefect flaky 0 4 4
setuptools 1 5 2
jax 3 4 0
mypy 1 6 0
pandas 1 2 4
apprise 0 6 0
schemathesis 0 6 0
cloud-init 0 5 0
dd-trace-py 0 5 0
scikit-learn 0 5 0
pandas-stubs 4 0 0
pip 2 2 0
dulwich 0 1 2
pytest 2 1 0
spack 0 1 2
xarray 1 2 0
zulip 1 0 2
bokeh 0 2 0

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

apprise/config/base.py

[error] no-matching-overload - No overload of bound method `match` matches arguments
[error] invalid-argument-type - Method `__delitem__` of type `bound method Top[dict[Unknown, Unknown]].__delitem__(key: Never, /) -> None` cannot be called with key of type `Literal["schema"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `update` matches arguments

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

src/arti/storage/_internal.py

[error] invalid-assignment - Invalid subscript assignment with key of type `Unknown` and value of type `object` on object of type `dict[str, str]`

bidict (https://github.com/jab/bidict)

bidict/_base.py

[error] invalid-return-type - Return type does not match returned value: expected `Iterator[KT@_fwdm_reversed]`, found `reversed[object]`

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

src/bokeh/server/tornado.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Application & Top[(...) -> object]) | ((Document, /) -> None)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Application & Top[(...) -> object]) | ((Document, /) -> None)`

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

cloudinit/config/cc_ubuntu_pro.py

[error] no-matching-overload - No overload of function `search` matches arguments
[error] invalid-argument-type - Argument to function `escape` is incorrect: Argument type `~None` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to function `subp` is incorrect: Expected `str | bytes | list[str] | list[bytes]`, found `list[object] | list[str]`
[error] no-matching-overload - No overload of bound method `replace` matches arguments

cloudinit/net/eni.py

[error] no-matching-overload - No overload of bound method `join` matches arguments

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

homeassistant/components/bayesian/binary_sensor.py

[error] invalid-assignment - Object of type `OrderedDict[UUID | Unknown | str, Observation]` is not assignable to `OrderedDict[UUID, Observation]`: Incompatible value of type `OrderedDict[UUID | Unknown | str, Observation]`
[error] invalid-assignment - Object of type `OrderedDict[UUID | Unknown | str, Observation]` is not assignable to `OrderedDict[UUID, Observation]`
[error] invalid-assignment - Object of type `OrderedDict[UUID | Unknown | str, Observation]` is not assignable to `OrderedDict[UUID, Observation]`

homeassistant/helpers/selector.py

[error] invalid-assignment - Object of type `object` is not assignable to `str`

homeassistant/components/fyta/coordinator.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[int] & ~AlwaysFalsy`

homeassistant/components/google_assistant/http.py

[error] invalid-return-type - Return type does not match returned value: expected `list[str]`, found `list[object]`

homeassistant/components/isy994/helpers.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`

homeassistant/components/onvif/device.py

[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `token`
[error] unresolved-attribute - Object of type `object` has no attribute `Name`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoEncoderConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `PTZConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoSourceConfiguration`
[error] unresolved-attribute - Object of type `object` has no attribute `VideoSourceConfiguration`

homeassistant/components/solarlog/coordinator.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[tuple[int, str]] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[tuple[int, Unknown]] & ~AlwaysFalsy`

homeassistant/components/tedee/coordinator.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[int] & ~AlwaysFalsy`

homeassistant/config_entries.py

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

homeassistant/util/hass_dict.pyi

[error] type-assertion-failure - Type `dict[str, int | Unknown]` does not match asserted type `dict[str, int]`
[error] type-assertion-failure - Type `int | Unknown` does not match asserted type `int`
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

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

ddtrace/contrib/internal/pymemcache/client.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & Top[list[Unknown]]) | list[object]`

ddtrace/contrib/internal/pymongo/utils.py

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

ddtrace/llmobs/_integrations/bedrock_agents.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["traceId"]`
[error] unresolved-attribute - Object of type `object` has no attribute `get`

dedupe (https://github.com/dedupeio/dedupe)

dedupe/branch_and_bound.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[dict[Predicate, frozenset[int]], tuple[()]]`, found `tuple[dict[Any, frozenset[int]], tuple[Predicate, ...]]`

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

discord/utils.py

[error] unresolved-attribute - Object of type `type` has no attribute `__slots__`

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

dulwich/dumb.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `ObjectID`, found `Unknown | bytes`

dulwich/walk.py

[error] unresolved-attribute - Attribute `add` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `add` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[bytes] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `remove` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `remove` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[bytes] & ~AlwaysFalsy)`

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

ibis/backends/tests/test_api.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`

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

jax/_src/array.py

[error] invalid-assignment - Object of type `list[object] | (Sequence[Array] & ~tuple[object, ...])` is not assignable to `Sequence[Array]`

jax/_src/pallas/hlo_interpreter.py

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

jax/_src/pallas/mosaic/interpret/interpret_pallas_call.py

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

jax/_src/pallas/pallas_call.py

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

jax/_src/pallas/primitives.py

[error] unresolved-attribute - Attribute `shape` is not defined on `int & ~Slice` in union `(int & ~Slice) | (Array & ~Slice)`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `object` on object of type `dict[str, int]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[str, int].__getitem__(key: str, /) -> int` cannot be called with key of type `object` on object of type `dict[str, int]`

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

misc/python/materialize/feature_benchmark/report.py

[error] invalid-assignment - Object of type `int | float` is not assignable to attribute `mean` of type `T@ReportMeasurement | None`

misc/python/materialize/mzexplore/extract.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[ExplainOption] & ~AlwaysFalsy`

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

mypy/test/test_diff_cache.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/b."]` and `object`
[error] unresolved-attribute - Object of type `object` has no attribute `startswith`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/c."]` and `object`
[error] unresolved-attribute - Object of type `object` has no attribute `startswith`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Literal["/a."]` and `object`
[error] unresolved-attribute - Object of type `object` has no attribute `startswith`

mypy/main.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `tuple[int, int] & ~tuple[Literal[3], Literal[10]]`

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

openlibrary/plugins/upstream/utils.py

[error] no-matching-overload - No overload of function `sorted` matches arguments

openlibrary/plugins/worksearch/code.py

[error] invalid-argument-type - Argument to bound method `q_to_solr_params` is incorrect: Expected `list[tuple[str, str]]`, found `list[tuple[str, str] | tuple[str, Unknown | int]] | Unknown`

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

optuna/storages/_rdb/storage.py

[error] invalid-return-type - Return type does not match returned value: expected `int | float`, found `Unknown | Column[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `int | float`, found `Unknown | Column[int | float | Any]`

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

pandas/core/frame.py

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

pandas/core/indexes/multi.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `(Unknown & ~Generator[object, None, None] & ~MultiIndex) | (list[object] & ~MultiIndex)`

pandas/core/indexing.py

[error] no-matching-overload - No overload of bound method `reshape` matches arguments

pandas/core/reshape/concat.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame] | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame] | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame] | list[Unknown]`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `Iterable[Series | DataFrame] | Mapping[HashableT@_clean_keys_and_objs, Series | DataFrame]`

pandas/io/parsers/python_parser.py

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

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

tests/test_io.py

[error] type-assertion-failure - Type `dict[Unknown, DataFrame]` does not match asserted type `dict[str, DataFrame]`
[error] type-assertion-failure - Type `dict[Unknown, DataFrame]` does not match asserted type `dict[int, DataFrame]`
[error] type-assertion-failure - Type `dict[Unknown, DataFrame]` does not match asserted type `dict[str, DataFrame]`
[error] type-assertion-failure - Type `dict[Unknown, DataFrame]` does not match asserted type `dict[int, DataFrame]`

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

pandera/decorators.py

[error] invalid-assignment - Invalid subscript assignment with key of type `int | str` and value of type `Unknown` on object of type `list[Unknown]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int | str` and value of type `Unknown` on object of type `list[object]`
[error] invalid-return-type - Return type does not match returned value: expected `None`, found `(Any & ~tuple[object, ...]) | tuple[Unknown, ...]`
[error] invalid-return-type - Return type does not match returned value: expected `None`, found `(Any & ~tuple[object, ...]) | tuple[object, ...]`

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

src/pip/_internal/operations/check.py

[error] no-matching-overload - No overload of function `sorted` matches arguments
[error] no-matching-overload - No overload of function `sorted` matches arguments

src/pip/_vendor/dependency_groups/_implementation.py

[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `object`

src/pip/_vendor/urllib3/packages/six.py

[error] unresolved-attribute - Object of type `MetaPathFinderProtocol` has no attribute `name`

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

src/prefect/cli/flow_run.py

[error] unresolved-attribute - Attribute `state_details` is not defined on `None` in union `State[Any] | None | Unknown`
[error] unresolved-attribute - Attribute `is_scheduled` is not defined on `None` in union `State[Any] | None | Unknown`
[error] unresolved-attribute - Attribute `timestamp` is not defined on `None` in union `State[Any] | None | Unknown`
[error] unresolved-attribute - Attribute `type` is not defined on `None` in union `State[Any] | None | Unknown`

src/prefect/flow_runs.py

[error] invalid-assignment - Object of type `type[AutomaticRunInput[@Todo] | Unknown]` is not assignable to `type[T@apause_flow_run] | None`
[error] invalid-assignment - Object of type `type[AutomaticRunInput[T@apause_flow_run] | Unknown]` is not assignable to `type[T@apause_flow_run] | None`
[error] invalid-assignment - Object of type `type[AutomaticRunInput[@Todo] | Unknown]` is not assignable to `type[T@pause_flow_run] | None`
[error] invalid-assignment - Object of type `type[AutomaticRunInput[T@pause_flow_run] | Unknown]` is not assignable to `type[T@pause_flow_run] | None`
[error] invalid-assignment - Object of type `type[AutomaticRunInput[@Todo] | Unknown]` is not assignable to `type[T@asuspend_flow_run] | None`
[error] invalid-assignment - Object of type `type[AutomaticRunInput[T@asuspend_flow_run] | Unknown]` is not assignable to `type[T@asuspend_flow_run] | None`
[error] invalid-assignment - Object of type `type[AutomaticRunInput[@Todo] | Unknown]` is not assignable to `type[T@suspend_flow_run] | None`
[error] invalid-assignment - Object of type `type[AutomaticRunInput[T@suspend_flow_run] | Unknown]` is not assignable to `type[T@suspend_flow_run] | None`

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

src/_pytest/assertion/rewrite.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `AST`, found `~Assert`

testing/test_monkeypatch.py

[error] invalid-argument-type - Argument to bound method `setitem` is incorrect: Expected `Mapping[Literal["y"], Literal[1700]]`, found `dict[str, object] & ~AlwaysTruthy`
[error] invalid-argument-type - Argument to bound method `setitem` is incorrect: Expected `Mapping[Literal["x"], Literal[1500]]`, found `dict[str, object] & ~AlwaysTruthy`

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

src/schemathesis/core/output/sanitization.py

[error] unresolved-attribute - Object of type `object` has no attribute `lower`

src/schemathesis/specs/openapi/converter.py

[error] invalid-argument-type - Argument to function `_to_json_schema` is incorrect: Expected `dict[str, Any] | bool`, found `object`

src/schemathesis/specs/openapi/adapter/responses.py

[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str | None`, found `object`

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

src/scikit_build_core/cmake.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[Path] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[Path] & ~AlwaysFalsy`

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

sklearn/metrics/tests/test_pairwise.py

[error] unresolved-attribute - Object of type `object` has no attribute `dtype`
[error] no-matching-overload - No overload of function `vstack` matches arguments
[error] unresolved-attribute - Object of type `object` has no attribute `nbytes`
[error] no-matching-overload - No overload of function `vstack` matches arguments

sklearn/utils/validation.py

[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

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

scipy/_lib/_util.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(object, /) -> int`, found `def len(obj: Sized, /) -> int`

scipy/special/_multiufuncs.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Literal[2]` and `_IntegralLike`

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

scrapy/core/spidermw.py

[error] invalid-return-type - Return type does not match returned value: expected `MutableChain[_T@_process_callback_output] | MutableAsyncChain[_T@_process_callback_output]`, found `MutableAsyncChain[object]`

scrapy/utils/decorators.py

[error] invalid-assignment - Object of type `(...) -> Unknown` is not assignable to `def deco[**_P, _T](func: (**_P) -> _T) -> ((**_P) -> _T)`
[error] invalid-assignment - Object of type `(...) -> object` is not assignable to `def deco[**_P, _T](func: (**_P) -> _T) -> ((**_P) -> _T)`

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

setuptools/_distutils/command/build_ext.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str | PathLike[str]]`, found `object`
[error] invalid-argument-type - Method `__getitem__` of type `bound method Top[dict[Unknown, Unknown]].__getitem__(key: Never, /) -> object` cannot be called with key of type `Literal["sources"]` on object of type `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["include_dirs", "library_dirs", "libraries", "extra_objects", "extra_compile_args", "extra_link_args"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["rpath"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["macros"]`

setuptools/_distutils/dist.py

[error] invalid-return-type - Return type does not match returned value: expected `str | list[str]`, found `str | (Iterable[str] & Top[list[Unknown]]) | list[Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `str | list[str]`, found `str | (Iterable[str] & Top[list[Unknown]])`

setuptools/_distutils/extension.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes, /) -> str | bytes`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | PathLike[str], /) -> str | bytes | PathLike[str]`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | bytes]`, found `Iterable[str | PathLike[str]] & ~str`

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

lib/spack/spack/util/s3.py

[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[str, str], Any].__getitem__(key: tuple[str, str], /) -> Any` cannot be called with key of type `tuple[None | Unknown, Unknown | Literal["fetch"]]` on object of type `dict[tuple[str, str], Any]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[tuple[str, str], Any].__getitem__(key: tuple[str, str], /) -> Any` cannot be called with key of type `tuple[None | str | Unknown, Unknown | Literal["fetch"]]` on object of type `dict[tuple[str, str], Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[None | Unknown, Unknown | Literal["fetch"]]` and value of type `Unknown` on object of type `dict[tuple[str, str], Any]`
[error] invalid-assignment - Invalid subscript assignment with key of type `tuple[None | str | Unknown, Unknown | Literal["fetch"]]` and value of type `Unknown` on object of type `dict[tuple[str, str], Any]`

lib/spack/spack/vendor/six.py

[error] unresolved-attribute - Object of type `MetaPathFinderProtocol` has no attribute `name`

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

sphinx/config.py

[error] invalid-return-type - Return type does not match returned value: expected `frozenset[type] | ENUM`, found `frozenset[object]`

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

static_frame/core/metadata.py

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

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

stone/backends/python_rsrc/stone_serializers.py

[error] invalid-argument-type - Argument to function `ensure_str` is incorrect: Expected `bytes | str`, found `object`

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

lib/streamlit/elements/layouts.py

[warning] division-by-zero - Cannot divide object of type `float` by zero
[warning] division-by-zero - Cannot divide object of type `int` by zero

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

sympy/physics/quantum/operatorset.py

[error] call-non-callable - Object of type `object` is not callable
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[object]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[object]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`
[error] invalid-argument-type - Method `__getitem__` of type `bound method dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements].__getitem__(key: frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, /) -> <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements` cannot be called with key of type `frozenset[type]` on object of type `dict[frozenset[<class 'J2Op'> | <class 'JxOp'>] | frozenset[<class 'J2Op'> | <class 'JyOp'>] | frozenset[<class 'J2Op'> | <class 'JzOp'>] | ... omitted 4 union elements, <class 'JxKet'> | <class 'JyKet'> | <class 'JzKet'> | ... omitted 4 union elements]`

sympy/core/function.py

[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Unknown & Expr`, found `Basic`

sympy/core/numbers.py

[error] unresolved-attribute - Object of type `object` has no attribute `removeprefix`

sympy/functions/elementary/piecewise.py

[error] not-iterable - Object of type `Basic` is not iterable

sympy/ntheory/tests/test_factor_.py

[error] unsupported-operator - Operator `*=` is not supported between objects of type `Literal[1]` and `object`
[error] unsupported-operator - Operator `%` is not supported between objects of type `~AlwaysFalsy & ~Literal[1]` and `Literal[2]`
[error] unsupported-operator - Operator `*=` is not supported between objects of type `Literal[1]` and `object`
[error] unsupported-operator - Operator `//` is not supported between objects of type `~AlwaysFalsy & ~Literal[1]` and `Literal[2]`

sympy/physics/control/lti.py

[error] unsupported-operator - Unary operator `-` is not supported for object of type `Basic`

sympy/polys/domains/domain.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Argument type `Iterable[int | Er@Domain]` does not satisfy upper bound `RingElement` of type variable `Er`

sympy/polys/rings.py

[error] not-iterable - Object of type `object` is not iterable

sympy/utilities/misc.py

[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `object`

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

tornado/routing.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(HTTPServerRequest, /) -> None`, found `partial[object]`

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

test/test_ssltransport.py

[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[socket] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `select` is incorrect: Expected `Iterable[Never]`, found `list[socket] & ~AlwaysFalsy`

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

test/test_models.py

[error] unresolved-attribute - Object of type `object` has no attribute `requires_grad_`

torchvision/prototype/utils/_internal.py

[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[str]`, found `(Collection[str] & Sequence[object]) | list[Unknown]`
[error] invalid-argument-type - Argument is incorrect: Expected `Sequence[str]`, found `Collection[str] & Sequence[object]`

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

src/werkzeug/routing/rules.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Mapping[str, Any] & ~AlwaysFalsy`

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

xarray/backends/api.py

[error] invalid-assignment - Object of type `list[str | ReadBuffer[Unknown] | NestedSequence[str | ReadBuffer[Unknown]]]` is not assignable to `list[str | ReadBuffer[Unknown]]`

xarray/core/dataset.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `set[Hashable] & ~AlwaysFalsy`

xarray/structure/combine.py

[error] invalid-argument-type - Argument to function `_infer_tile_ids_from_nested_list` is incorrect: Expected `NestedSequence[Unknown]`, found `object`

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

zerver/lib/user_topics.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[RecipientTopicDict]`, found `QuerySet[UserTopic, dict[str, Any]] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(RecipientTopicDict | dict[str, Any], /) -> Unknown`, found `def topic_cond(row: RecipientTopicDict) -> Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[RecipientTopicDict]`, found `QuerySet[UserTopic, dict[str, Any]] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(RecipientTopicDict | dict[str, Any], /) -> Unknown`, found `def topic_cond(row: RecipientTopicDict) -> Unknown`

zerver/models/custom_profile_fields.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[int] & ~AlwaysFalsy`