Ecosystem report

Old: main (merge base) 8b7db2d3 New: 22469/merge e059d03f
Lint Rule Removed Added Changed
Total 26 247 82
call-top-callable 0 121 0
invalid-argument-type 1 24 40
unresolved-attribute 0 30 18
unused-type-ignore-comment 24 0 0
unknown-argument 0 19 0
invalid-return-type 0 3 15
call-non-callable 1 16 0
missing-argument 0 12 0
invalid-assignment 0 6 3
too-many-positional-arguments 0 6 0
unsupported-operator 0 1 5
index-out-of-bounds 0 5 0
no-matching-overload 0 3 0
not-iterable 0 0 1
type-assertion-failure 0 1 0
Project Removed Added Changed
Total 26 247 82
pandas 1 24 6
scipy 0 26 2
koda-validate 0 26 0
bokeh 0 12 9
jax 0 14 5
static-frame 13 6 0
vision 1 5 12
pip 0 11 3
sympy flaky 0 13 1
core 0 11 1
ibis 0 6 6
prefect flaky 1 9 1
spack 0 2 9
scikit-learn 0 0 10
meson 0 7 2
artigraph 0 6 0
dd-trace-py 0 5 1
dulwich 1 4 1
freqtrade 0 6 0
kopf 0 5 0

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

github/Auth.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

github/MainClass.py

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

github/Requester.py

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

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

aioredis/connection.py

[error] invalid-return-type - Return type does not match returned value: expected `ResponseError`, found `Exception | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `ResponseError`, found `Exception | Unknown`
[error] call-non-callable - Object of type `Mapping[str, type[Exception]]` is not callable

archinstall (https://github.com/archlinux/archinstall)

archinstall/lib/output.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

src/arti/types/bigquery.py

[error] unknown-argument - Argument `description` does not match any known parameter
[error] unknown-argument - Argument `nullable` does not match any known parameter
[error] unknown-argument - Argument `precision` does not match any known parameter

src/arti/types/pyarrow.py

[error] unknown-argument - Argument `precision` does not match any known parameter
[error] invalid-argument-type - Argument is incorrect: Expected `Literal["second", "millisecond", "microsecond", "nanosecond"]`, found `str`

src/arti/types/python.py

[error] invalid-return-type - Return type does not match returned value: expected `Type`, found `_ContainerMixin`

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

tests/test_make.py

[error] unsupported-operator - Operator `<` is not supported between two objects of type `C | @Todo`
[error] unsupported-operator - Operator `<` is not supported between two objects of type `C | Any`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `C | @Todo`
[error] unsupported-operator - Operator `>` is not supported between two objects of type `C | Any`

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

beartype/vale/_core/_valecore.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

beartype/_decor/_nontype/decornontype.py

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

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

src/bokeh/server/views/metadata_handler.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/bokeh/core/property/bases.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/bokeh/core/property/instance.py

[error] invalid-assignment - Object of type `type[T@Object]` is not assignable to `type[Serializable]`
[error] invalid-assignment - Object of type `type[Serializable]` is not assignable to attribute `_instance_type` of type `type[T@Object] | (() -> type[T@Object]) | str`

src/bokeh/io/notebook.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/bokeh/plotting/graph.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/bokeh/resources.py

[error] invalid-argument-type - Argument to function `__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`

src/bokeh/settings.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.IMMEDIATE]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.IMMEDIATE]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.USER_SET]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.USER_SET]]`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `str | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.CONFIG_OVERRIDE]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_OVERRIDE]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.ENV_VAR]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.ENV_VAR]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.CONFIG_USER]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_USER]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.CONFIG_SYSTEM]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.CONFIG_SYSTEM]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.DEV_DEFAULT]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.DEV_DEFAULT]]`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.DEFAULT]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.DEFAULT]]`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | str, Literal[SettingProvenance.GLOBAL_DEFAULT]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[T@PrioritizedSetting, SettingProvenance]`, found `tuple[Unknown | T@PrioritizedSetting | str, Literal[SettingProvenance.GLOBAL_DEFAULT]]`
[error] invalid-argument-type - Argument is incorrect: Expected `T@PrioritizedSetting | str`, found `(Unknown & ~<class '_Unset'>) | (T@PrioritizedSetting & ~<class '_Unset'>) | (type[_Unset] & ~<class '_Unset'>)`

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

tests/unittests/distros/test_user_data_normalize.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | bool | list[Unknown] | ... omitted 3 union elements`

tests/unittests/sources/test_gce.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[Unknown | str, Unknown | str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | bool | list[Unknown] | ... omitted 3 union elements`

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

homeassistant/components/iammeter/sensor.py

[error] invalid-argument-type - Argument is incorrect: Expected `datetime`, found `Unknown | None`
[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Unknown | None`

homeassistant/components/mqtt/config_flow.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

homeassistant/components/mysensors/__init__.py

[error] call-non-callable - Object of type `Mapping[SensorType, type[MySensorsChildEntity]]` is not callable

homeassistant/components/recorder/statistics.py

[error] invalid-argument-type - Argument is incorrect: Expected `int | float`, found `Any | int | float | None`

homeassistant/components/reolink/select.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

homeassistant/components/tomorrowio/sensor.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

homeassistant/helpers/entity_registry.py

[error] invalid-argument-type - Argument is incorrect: Expected `ReadOnlyEntityOptionsType`, found `ReadOnlyDict[str, ReadOnlyDict[str, Any]] | @Todo | None`
[error] invalid-argument-type - Argument is incorrect: Expected `ReadOnlyEntityOptionsType`, found `Mapping[str, Mapping[str, Any]] | None`

homeassistant/helpers/schema_config_entry_flow.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

homeassistant/helpers/service.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

ddtrace/internal/settings/_config.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

tests/tracer/test_span.py

[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `int | float | complex | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `str | Unknown | None | ... omitted 6 union elements`

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

dulwich/object_store.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `ObjectID` and `Unknown | ((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `ObjectID` and `Unknown | ((() -> dict[ObjectID, ObjectID]) & ~AlwaysTruthy & ~AlwaysFalsy) | (dict[ObjectID, ObjectID] & ~AlwaysFalsy) | dict[Unknown, Unknown]`

dulwich/pack.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

dulwich/repo.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

dulwich/worktree.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

freqtrade/strategy/informative_decorator.py

[error] missing-argument - No argument provided for required parameter 1
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] unknown-argument - Argument `column` does not match any known parameter
[error] missing-argument - No argument provided for required parameter 1
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] unknown-argument - Argument `column` does not match any known parameter

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

src/graphql/language/visitor.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, @Todo & ~Literal[VisitorActionEnum.BREAK] & ~Literal[True] & ~Literal[VisitorActionEnum.SKIP] & ~Literal[False] & ~None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Literal[VisitorActionEnum.REMOVE]]`

src/graphql/type/definition.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

hydpy/exe/xmltools.py

[error] invalid-assignment - Object of type `SetItem` is not assignable to `_TypeSetOrAddOrMultiplyItem@_get_changeitem`

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

src/hydra_zen/wrapper/_implementations.py

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

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

ibis/backends/sql/datatypes.py

[error] invalid-argument-type - Argument is incorrect: Expected `bool`, found `Unknown | Float16 | Float32 | ... omitted 5 union elements`

ibis/expr/operations/core.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(@Todo & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(@Todo & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(Any & ~Expr & ~Value[object, object]) | None`

ibis/expr/types/temporal.py

[error] invalid-argument-type - Argument is incorrect: Expected `Value[Time | Timestamp, Any]`, found `@Todo | Self@between`
[error] invalid-argument-type - Argument is incorrect: Expected `Value[Time | Timestamp, Any]`, found `Unknown | Self@between`

ibis/expr/visualize.py

[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Node`, found `ibis.common.graph.Node`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Node`, found `ibis.common.graph.Node`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Node`, found `ibis.common.graph.Node`
[error] invalid-argument-type - Argument is incorrect: Expected `ibis.expr.operations.core.Node`, found `ibis.common.graph.Node`

ibis/legacy/udf/vectorized.py

[error] invalid-assignment - Object of type `Attribute` is not assignable to attribute `columns` on type `@Todo | DataFrame`
[error] invalid-assignment - Object of type `Attribute` is not assignable to attribute `columns` on type `Unknown | DataFrame`

ibis/selectors.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[str | Buffer | Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `frozenset[str]`, found `frozenset[Unknown | str | Buffer]`
[error] invalid-assignment - Object of type `frozenset[str | Unknown]` is not assignable to `tuple[str | Column, ...]`
[error] invalid-assignment - Object of type `frozenset[Unknown | str]` is not assignable to `tuple[str | Column, ...]`

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

ignite/handlers/base_logger.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

jax/experimental/pallas/ops/tpu/megablox/gmm.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

jax/_src/linear_util.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

jax/_src/numpy/ufunc_api.py

[error] call-non-callable - Object of type `int` is not callable
[error] call-non-callable - Object of type `int` is not callable
[error] call-non-callable - Object of type `int` is not callable
[error] call-non-callable - Object of type `int` is not callable
[error] call-non-callable - Object of type `int` is not callable
[error] call-non-callable - Object of type `int` is not callable

jax/_src/pallas/fuser/block_spec.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `BlockSpec | tuple[BlockSpec, ...]`, found `BlockSpec | NoBlockSpec`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `BlockSpec | tuple[BlockSpec, ...]`, found `BlockSpec | NoBlockSpec`
[error] invalid-argument-type - Argument to function `safe_map` is incorrect: Expected `Iterable[BlockSpec | NoBlockSpec]`, found `BlockSpec | tuple[BlockSpec, ...] | list[Unknown | BlockSpec | tuple[BlockSpec, ...]]`

jax/_src/pallas/hlo_interpreter.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

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

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

jax/_src/pallas/pallas_call.py

[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type - Argument is incorrect: Expected `int`, found `Unknown | int | DynamicGridDim`

jax/_src/xla_bridge.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

jax/collect_profile.py

[error] unresolved-attribute - Attribute `glob` is not defined on `PathLike[str]`, `int`, `str`, `bytes`, `PathLike[bytes]` in union `PathLike[str] | Unknown | int | ... omitted 3 union elements`
[error] unresolved-attribute - Attribute `glob` is not defined on `PathLike[str]`, `int`, `str`, `bytes`, `PathLike[bytes]` in union `Unknown | PathLike[str] | int | ... omitted 3 union elements`
[error] unsupported-operator - Operator `/` is not supported between objects of type `PathLike[str] | Unknown | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Unknown | PathLike[str] | int | ... omitted 3 union elements` and `Literal["remote.trace.json.gz"]`

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

koda_validate/_internal.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[SuccessT@_ToTupleStandardValidator] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[SuccessT@_ToTupleStandardValidator] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[A@_wrap_sync_validator] | Invalid`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[Literal[True], A@_wrap_sync_validator] | tuple[Literal[False], Invalid]`, found `tuple[Literal[False], Valid[A@_wrap_sync_validator] | Invalid]`

koda_validate/dataclasses.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`

koda_validate/dictionary.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`

koda_validate/list.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[list[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[list[Any]] | Nothing`

koda_validate/namedtuple.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`

koda_validate/set.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[set[Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[set[Any]] | Nothing`

koda_validate/signature.py

[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[error] unresolved-attribute - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[error] invalid-assignment - Invalid subscript assignment with key of type `str` and value of type `Valid[Any] | Invalid` on object of type `dict[str, Invalid]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Invalid`, found `Valid[Any] | Invalid`

koda_validate/tuple.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[tuple[Any, ...]] | Nothing`

koda_validate/typeddict.py

[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`
[error] unresolved-attribute - Attribute `val` is not defined on `Nothing` in union `Unknown | Just[dict[Any, Any]] | Nothing`

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

kopf/_core/engines/daemons.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

kopf/_core/intents/registries.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

mesonbuild/compilers/compilers.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

mesonbuild/compilers/d.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

mesonbuild/compilers/mixins/clike.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

mesonbuild/compilers/vala.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

mesonbuild/dependencies/cuda.py

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

mesonbuild/dependencies/detect.py

[error] invalid-return-type - Return type does not match returned value: expected `list[DependencyCandidate[ExternalDependency]]`, found `list[Unknown | DependencyCandidate[Unknown]] | list[Unknown | (((Environment, DependencyObjectKWs, /) -> list[DependencyCandidate[ExternalDependency]]) & DependencyCandidate[object] & ~type) | (DependencyCandidate[Unknown] & ~type)] | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `list[DependencyCandidate[ExternalDependency]]`, found `list[Unknown | DependencyCandidate[Unknown]] | list[Unknown | (((Environment, DependencyObjectKWs, /) -> list[DependencyCandidate[ExternalDependency]]) & DependencyCandidate[object] & ~type) | (DependencyCandidate[Unknown] & ~type)] | list[DependencyCandidate[ExternalDependency]]`

mesonbuild/interpreter/interpreterobjects.py

[error] invalid-return-type - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `Unknown | str | int | ... omitted 7 union elements`

mypy_primer (https://github.com/hauntsaninja/mypy_primer)

mypy_primer/git_utils.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

nox (https://github.com/wntrblm/nox)

nox/_option_set.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

openlibrary/core/cache.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

openlibrary/plugins/worksearch/code.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

openlibrary/plugins/worksearch/schemes/__init__.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

paasta_tools/async_utils.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

pandas/core/apply.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

pandas/core/arrays/boolean.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[@Todo | ndarray[tuple[int], dtype[Any]], Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]]]`, found `tuple[(Unknown & ndarray[tuple[object, ...], dtype[object]]) | ndarray[tuple[int], dtype[Any]], Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]]`

pandas/core/computation/expr.py

[error] call-non-callable - Object of type `~FuncNode` is not callable

pandas/core/frame.py

[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(@Todo & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - Argument to function `construct_1d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - Argument to function `construct_2d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(@Todo & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`
[error] invalid-argument-type - Argument to function `construct_2d_arraylike_from_scalar` is incorrect: Expected `str | bytes | date | ... omitted 10 union elements`, found `(Unknown & ~DataFrame & ~BlockManager & ~None & ~Top[dict[Unknown, Unknown]] & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray) | (list[Unknown] & ~BlockManager & ~ndarray[tuple[object, ...], dtype[object]] & ~Series & ~Index & ~ExtensionArray)`

pandas/core/methods/describe.py

[error] not-iterable - Object of type `Sized | Unknown` may not be iterable
[error] not-iterable - Object of type `Unknown | Sized` may not be iterable

pandas/core/ops/array_ops.py

[error] invalid-argument-type - Argument to function `vec_compare` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `@Todo | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[int], Unknown] | ExtensionArray`
[error] invalid-argument-type - Argument to function `vec_compare` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[object_]]`, found `Unknown | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[int], Unknown] | ExtensionArray`

pandas/io/excel/_base.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | str | date, str | None]`, found `tuple[@Todo | int | float | Decimal | str, None | Unknown | str]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | float | str | date, str | None]`, found `tuple[(Unknown & date) | int | float | Decimal | str, None | Unknown | str]`

pandas/io/formats/format.py

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

pandas/io/formats/style.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

pandas/io/parsers/base_parser.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

pandas/util/_decorators.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

tests/series/test_series.py

[error] type-assertion-failure - Type `Series[Timestamp]` does not match asserted type `Unknown`

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

pandera/engines/numpy_engine.py

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

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

src/pip/_vendor/rich/_log_render.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/pip/_vendor/rich/text.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/pip/_internal/req/req_uninstall.py

[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Unknown | Sized`
[error] invalid-argument-type - Argument to function `norm_join` is incorrect: Expected `str`, found `Sized | Unknown`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | Sized` and `LiteralString`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Sized | Unknown` and `LiteralString`

src/pip/_vendor/cachecontrol/controller.py

[error] unresolved-attribute - Object of type `~None` has no attribute `status`
[error] unresolved-attribute - Object of type `~None` has no attribute `status`
[error] unresolved-attribute - Object of type `~None` has no attribute `headers`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] unresolved-attribute - Object of type `~None` has no attribute `status`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`

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

src/poetry/utils/cache.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

src/integrations/prefect-dask/prefect_dask/task_runners.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/prefect/server/models/workers.py

[error] missing-argument - No arguments provided for required parameters 1, 2, 3, 4
[error] unknown-argument - Argument `occurred` does not match any known parameter
[error] unknown-argument - Argument `pre_update_work_pool` does not match any known parameter
[error] unknown-argument - Argument `work_pool` does not match any known parameter
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

src/prefect/tasks.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] invalid-return-type - Return type does not match returned value: expected `list[State[R@Task]] | PrefectFutureList[R@Task]`, found `list[Unknown | PrefectDistributedFuture[R@Task]] | @Todo`
[error] invalid-return-type - Return type does not match returned value: expected `list[State[R@Task]] | PrefectFutureList[R@Task]`, found `list[Unknown | PrefectDistributedFuture[R@Task]] | Any`

src/prefect/utilities/_engine.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

psycopg_pool/psycopg_pool/pool.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

pwndbg/aglib/heap/ptmalloc.py

[error] call-non-callable - Object of type `~None & ~Type` is not callable
[error] call-non-callable - Object of type `~None & ~Type` is not callable
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | @Todo`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | @Todo`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`

pwndbg/commands/ptmalloc2.py

[error] call-non-callable - Object of type `~None` is not callable

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/IO/_PBES.py

[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `str`, found `@Todo | bytes`
[error] invalid-argument-type - Argument to function `scrypt` is incorrect: Expected `str`, found `Unknown | bytes`

lib/Crypto/Math/_IntegerBase.py

[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `@Todo | int`
[error] invalid-argument-type - Argument to function `bord` is incorrect: Expected `bytes`, found `Unknown | int`

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

pydantic/_internal/_validators.py

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

pydantic/json_schema.py

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

pylox (https://github.com/sco1/pylox)

pylox/containers/array.py

[error] invalid-assignment - Object of type `deque[Unknown | None]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`
[error] invalid-assignment - Object of type `deque[None | Unknown]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`

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

src/_pytest/python.py

[error] call-non-callable - Object of type `<Protocol with members 'pytest_generate_tests'>` is not callable
[error] call-non-callable - Object of type `Class` is not callable

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

com/win32com/server/policy.py

[error] call-non-callable - Object of type `str` is not callable

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

rich/_log_render.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

rich/text.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

src/schemathesis/core/marks.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

sklearn/cluster/tests/test_dbscan.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`

sklearn/linear_model/tests/test_base.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | Unknown`

sklearn/linear_model/tests/test_coordinate_descent.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | Unknown`

sklearn/linear_model/tests/test_ridge.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`
[error] unresolved-attribute - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | Unknown`

sklearn/metrics/_classification.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | @Todo | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | @Todo | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`

sklearn/utils/tests/test_multiclass.py

[error] unresolved-attribute - Attribute `toarray` is not defined on `list[Unknown | list[Unknown | int]] & SparseABC`, `ndarray[tuple[Any, ...], dtype[Any]] & SparseABC`, `_NotAnArray & SparseABC`, `list[Unknown | int] & SparseABC`, `list[Unknown | str] & SparseABC`, `list[Unknown | list[Unknown | str]] & SparseABC`, `list[Unknown] & SparseABC`, `list[Unknown | int | float] & SparseABC`, `list[Unknown | list[Unknown]] & SparseABC`, `list[Unknown | tuple[()]] & SparseABC`, `list[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]] & SparseABC`, `list[Unknown | set[Unknown | int]] & SparseABC`, `list[Unknown | frozenset[Unknown | int]] & SparseABC`, `list[Unknown | dict[Unknown | int, Unknown | str]] & SparseABC` in union `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`
[error] unresolved-attribute - Attribute `toarray` is not defined on `list[Unknown | list[Unknown | int]] & SparseABC`, `ndarray[tuple[Any, ...], dtype[Any]] & SparseABC`, `_NotAnArray & SparseABC`, `list[Unknown | int] & SparseABC`, `list[Unknown | str] & SparseABC`, `list[Unknown | list[Unknown | str]] & SparseABC`, `list[Unknown] & SparseABC`, `list[Unknown | int | float] & SparseABC`, `list[Unknown | list[Unknown]] & SparseABC`, `list[Unknown | tuple[()]] & SparseABC`, `list[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]] & SparseABC`, `list[Unknown | set[Unknown | int]] & SparseABC`, `list[Unknown | frozenset[int | Unknown]] & SparseABC`, `list[Unknown | dict[Unknown | int, Unknown | str]] & SparseABC` in union `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`

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

scipy/signal/_filter_design.py

[error] missing-argument - No argument provided for required parameter `rp`
[error] missing-argument - No argument provided for required parameter `rs`
[error] missing-argument - No arguments provided for required parameters `rp`, `rs`
[error] missing-argument - No arguments provided for required parameters `ws`, `gpass`, `gstop`
[error] unknown-argument - Argument `norm` does not match any known parameter
[error] unknown-argument - Argument `norm` does not match any known parameter
[error] unknown-argument - Argument `norm` does not match any known parameter
[error] unknown-argument - Argument `norm` does not match any known parameter
[error] unknown-argument - Argument `norm` does not match any known parameter
[error] unknown-argument - Argument `xp` does not match any known parameter
[error] missing-argument - No argument provided for required parameter `rs`
[error] missing-argument - No arguments provided for required parameters `gpass`, `gstop`
[error] too-many-positional-arguments - Too many positional arguments: expected 1, got 2
[error] unknown-argument - Argument `xp` does not match any known parameter
[error] missing-argument - No argument provided for required parameter `rs`
[error] missing-argument - No arguments provided for required parameters `gpass`, `gstop`
[error] too-many-positional-arguments - Too many positional arguments: expected 1, got 2
[error] unknown-argument - Argument `xp` does not match any known parameter
[error] missing-argument - No argument provided for required parameter `gstop`
[error] too-many-positional-arguments - Too many positional arguments: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments: expected 2, got 3
[error] unknown-argument - Argument `xp` does not match any known parameter

scipy/sparse/linalg/_eigen/lobpcg/lobpcg.py

[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | @Todo`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | @Todo`
[error] unresolved-attribute - Attribute `shape` is not defined on `None` in union `None | Unknown`

scipy/sparse/linalg/_isolve/tests/test_iterative.py

[error] unknown-argument - Argument `M` does not match any known parameter

scipy/stats/_distribution_infrastructure.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

scrapy/downloadermiddlewares/retry.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

setuptools/config/_apply_pyprojecttoml.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

setuptools/config/expand.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

sockeye/output_handler.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown | list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[list[str] | Unknown]`, found `list[list[str]] | None`

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

lib/spack/spack/directives.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

lib/spack/spack/detection/path.py

[error] invalid-argument-type - Argument to function `dedupe_paths` is incorrect: Expected `list[str]`, found `Unknown | list[int | str | bytes | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to function `dedupe_paths` is incorrect: Expected `list[str]`, found `Unknown | list[str | Unknown | int | ... omitted 3 union elements]`

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

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

lib/spack/spack/llnl/util/lock.py

[error] call-non-callable - Object of type `ContextManager[Unknown]` is not callable

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

[error] unresolved-attribute - Attribute `_constructor` is not defined on `Loader` in union `@Todo | Loader`
[error] unresolved-attribute - Attribute `_constructor` is not defined on `Loader` in union `Unknown | Loader`
[error] unresolved-attribute - Attribute `_constructor` is not defined on `Loader` in union `@Todo | Loader`
[error] unresolved-attribute - Attribute `_constructor` is not defined on `Loader` in union `Unknown | Loader`
[error] unresolved-attribute - Attribute `_constructor` is not defined on `Loader` in union `@Todo | Loader`
[error] unresolved-attribute - Attribute `_constructor` is not defined on `Loader` in union `Unknown | Loader`
[error] unresolved-attribute - Attribute `_parser` is not defined on `Loader` in union `@Todo | Loader`
[error] unresolved-attribute - Attribute `_parser` is not defined on `Loader` in union `Unknown | Loader`
[error] unresolved-attribute - Attribute `_reader` is not defined on `Loader` in union `@Todo | Loader`
[error] unresolved-attribute - Attribute `_reader` is not defined on `Loader` in union `Unknown | Loader`
[error] unresolved-attribute - Attribute `_scanner` is not defined on `Loader` in union `@Todo | Loader`
[error] unresolved-attribute - Attribute `_scanner` is not defined on `Loader` in union `Unknown | Loader`

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

starlette/_exception_handler.py

[error] invalid-argument-type - Argument is incorrect: Expected `Request[State]`, found `Request[State] | WebSocket[State]`

starlette/middleware/errors.py

[error] call-non-callable - Object of type `None` is not callable

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

static_frame/core/container_util.py

[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
[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

static_frame/core/frame.py

[error] index-out-of-bounds - Index 1 is out of bounds for tuple `tuple[int]` with length 1
[error] index-out-of-bounds - Index 1 is out of bounds for tuple `tuple[int]` with length 1
[error] index-out-of-bounds - Index 1 is out of bounds for tuple `tuple[int]` with length 1
[error] index-out-of-bounds - Index 1 is out of bounds for tuple `tuple[int]` with length 1
[error] index-out-of-bounds - Index 1 is out of bounds for tuple `tuple[int]` with length 1
[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
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

static_frame/core/index.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

static_frame/core/index_auto.py

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

static_frame/core/series.py

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

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

strawberry/types/fields/resolver.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

lib/streamlit/navigation/page.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

lib/streamlit/web/server/server_util.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

sympy/calculus/accumulationbounds.py

[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic` and `int | float`

sympy/core/basic.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

sympy/core/function.py

[error] unresolved-attribute - Attribute `_to_mpmath` is not defined on `Basic` in union `Basic | @Todo`
[error] unresolved-attribute - Attribute `_to_mpmath` is not defined on `Basic` in union `Basic | Any`

sympy/functions/elementary/tests/test_complexes.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] unresolved-attribute - Object of type `im` has no attribute `as_immutable`

sympy/functions/elementary/tests/test_exponential.py

[error] unresolved-attribute - Object of type `int | float` has no attribute `base`
[error] unresolved-attribute - Object of type `Expr` has no attribute `epsilon_eq`
[error] unresolved-attribute - Object of type `Expr` has no attribute `epsilon_eq`

sympy/polys/domains/domain.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4

sympy/printing/preview.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

sympy/utilities/tests/test_pickling.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

sympy/matrices/matrixbase.py

flaky
(7/10)
[error] invalid-argument-type - Argument is incorrect: Expected `Self@log`, found `MatrixBase | Expr | Unknown`
(3/10)
[error] unsupported-operator - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Self@log`

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

tornado/escape.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

tornado/tcpclient.py

[error] invalid-assignment - Object of type `_ComplexLike` is not assignable to `int | float | timedelta | None`

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

test/datasets_utils.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

test/test_transforms_v2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `Unknown | tuple[int, int, int, int] | int | tuple[int | float, int | float]`

torchvision/models/_utils.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

websockets (https://github.com/aaugustin/websockets)

src/websockets/legacy/server.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known
[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

src/werkzeug/middleware/profiler.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

src/werkzeug/utils.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

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

xarray/core/datatree_render.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

xarray/core/common.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

xarray/core/dataarray.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known

xarray/core/dataset.py

[error] call-top-callable - Object of type `Top[(...) -> object]` is not safe to call; its signature is not known