Ecosystem report

Old: main (merge base) ab37a052 New: 23563/merge adc8e5f3
Lint Rule Removed Added Changed
Total 44 9 88
invalid-argument-type 0 1 39
invalid-await 40 0 0
unsupported-operator 0 6 13
unresolved-attribute 3 2 13
invalid-return-type 1 0 9
type-assertion-failure 0 0 10
invalid-assignment 0 0 3
not-iterable 0 0 1
Project Removed Added Changed
Total 44 9 88
meson 0 0 44
prefect flaky 41 0 0
sympy 0 0 20
hydra-zen 0 0 11
scipy 1 2 8
aiortc 0 7 0
anyio 2 0 0
graphql-core 0 0 2
setuptools 0 0 2
vision 0 0 1
scikit-build-core flaky 0 0 0

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

src/aiortc/rtcsctptransport.py

[error] unsupported-operator - Operator `<` is not supported between objects of type `int | Unknown | None` and `int`
[error] invalid-argument-type - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> DataChunk, (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[DataChunk]]` cannot be called with key of type `None` on object of type `list[DataChunk]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `Literal[1]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | Unknown | None` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `int | Unknown | None` and `Literal[1]`
[error] unsupported-operator - Operator `+=` is not supported between objects of type `None` and `Literal[1]`

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

src/anyio/_backends/_asyncio.py

[error] unresolved-attribute - Attribute `__context__` is not defined on `None` in union `BaseException | None`
[error] unresolved-attribute - Attribute `__context__` is not defined on `None` in union `BaseException | None`

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

src/graphql/language/visitor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any | Node | tuple[Unknown, ...]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any | Node | (tuple[Unknown, ...] & ~Node)`
[error] unresolved-attribute - Attribute `keys` is not defined on `None`, `tuple[Unknown, ...]` in union `None | Any | Node | tuple[Unknown, ...]`
[error] unresolved-attribute - Attribute `keys` is not defined on `None`, `tuple[Unknown, ...] & ~Node` in union `None | Any | Node | (tuple[Unknown, ...] & ~Node)`

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

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-return-type - Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[int | None | float | ... omitted 12 union elements, int | None | float | ... omitted 12 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `_T@_sanitize_collection`, found `dict[int | None | float | ... omitted 9 union elements, int | None | float | ... omitted 9 union elements]`

tests/annotations/declarations.py

[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `StdBuilds[Unknown]` does not match asserted type `StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `Unknown` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 19 union elements] | PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 15 union elements] | PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 19 union elements] | PBuilds[int | None | float | ... omitted 19 union elements] | StdBuilds[int | None | float | ... omitted 19 union elements]`
[error] type-assertion-failure - Type `FullBuilds[Unknown] | PBuilds[Unknown] | StdBuilds[Unknown]` does not match asserted type `FullBuilds[int | None | float | ... omitted 15 union elements] | PBuilds[int | None | float | ... omitted 15 union elements] | StdBuilds[int | None | float | ... omitted 15 union elements]`

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

mesonbuild/ast/interpreter.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | int | Sequence[Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | int | Sequence[Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `node_to_runtime_value` is incorrect: Expected `MesonInterpreterObject | BaseNode | str | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `node_to_runtime_value` is incorrect: Expected `MesonInterpreterObject | BaseNode | Sequence[Divergent] | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to function `src_to_abs` is incorrect: Expected `str | IntrospectionFile | UnknownValue`, found `str | int | Sequence[Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `src_to_abs` is incorrect: Expected `str | IntrospectionFile | UnknownValue`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | int | Sequence[Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] unresolved-attribute - Attribute `get` is not defined on `EnvironmentVariables`, `list[str | int | Sequence[Divergent] | ... omitted 5 union elements]`, `str` in union `EnvironmentVariables | dict[str, str | int | Sequence[Divergent] | ... omitted 5 union elements] | list[str | int | Sequence[Divergent] | ... omitted 5 union elements] | str`
[error] unresolved-attribute - Attribute `get` is not defined on `EnvironmentVariables`, `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, `str` in union `EnvironmentVariables | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | str`
[error] invalid-argument-type - Argument is incorrect: Expected `EnvironmentVariables | list[Unknown] | dict[Unknown, Unknown] | str | None`, found `str | int | Sequence[Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument is incorrect: Expected `EnvironmentVariables | list[Unknown] | dict[Unknown, Unknown] | str | None`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, str | int | Sequence[Divergent] | ... omitted 5 union elements] | list[str | int | Sequence[Divergent] | ... omitted 5 union elements] | str`, found `BaseTest`
[error] invalid-argument-type - Argument to bound method `unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | str`, found `BaseTest`
[error] invalid-assignment - Object of type `list[str | Program]` is not assignable to `list[str | int | Sequence[Divergent] | ... omitted 5 union elements]`
[error] invalid-assignment - Object of type `list[str | Program]` is not assignable to `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `run_command_impl` is incorrect: Expected `tuple[Executable | Program | Compiler | File | str, list[Executable | Program | Compiler | File | str]]`, found `tuple[str | Program, list[str | int | Sequence[Divergent] | ... omitted 5 union elements]]`
[error] invalid-argument-type - Argument to bound method `run_command_impl` is incorrect: Expected `tuple[Executable | Program | Compiler | File | str, list[Executable | Program | Compiler | File | str]]`, found `tuple[str | Program, list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]]`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `EnvironmentVariables | list[str] | list[list[str]] | ... omitted 3 union elements`, found `str | list[str | int | Sequence[Divergent] | ... omitted 5 union elements] | dict[str, str | int | Sequence[Divergent] | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `EnvironmentVariables | list[str] | list[list[str]] | ... omitted 3 union elements`, found `str | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `Literal["set", "prepend", "append"]`, found `str | int | Sequence[Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `Literal["set", "prepend", "append"]`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `str`, found `str | int | Sequence[Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `env_convertor_with_method` is incorrect: Expected `str`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `set_variable` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `InterpreterObject`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `InterpreterObject`
[error] invalid-return-type - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `InterpreterObject`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `InterpreterObject`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `~None`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~None`

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

mesonbuild/interpreter/primitives/array.py

[error] invalid-argument-type - Argument to function `check_contains` is incorrect: Expected `list[str | int | Sequence[Divergent] | ... omitted 5 union elements]`, found `(Sequence[Divergent] & Top[list[Unknown]]) | (HoldableObject & Top[list[Unknown]]) | (MesonInterpreterObject & Top[list[Unknown]]) | (Sequence[Divergent] & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to function `check_contains` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `(Sequence[Divergent] & Top[list[Unknown]]) | (Sequence[Divergent] & Top[list[Unknown]]) | (HoldableObject & Top[list[Unknown]]) | (MesonInterpreterObject & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to function `flatten` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `flatten` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`

mesonbuild/interpreterbase/_unholder.py

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

mesonbuild/interpreterbase/decorators.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[BaseNode, list[str | int | Sequence[Divergent] | ... omitted 5 union elements], dict[str, str | int | Sequence[Divergent] | ... omitted 5 union elements], SubProject]`, found `tuple[Any, None | Any, None | Any, Any]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[BaseNode, list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements], dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements], SubProject]`, found `tuple[Any, None | Any, None | Any, Any]`

mesonbuild/interpreterbase/helpers.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `~Top[list[Unknown]] & ~StringNode`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~Top[list[Unknown]] & ~StringNode`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-return-type - Return type does not match returned value: expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `dict[object, str | int | Sequence[Divergent] | ... omitted 5 union elements]`
[error] invalid-return-type - Return type does not match returned value: expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `dict[object, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `resolver` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to function `stringifyUserArguments` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `set_variable` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `(InterpreterObject & ~MutableInterpreterObject) | None | (InterpreterObject & MutableInterpreterObject)`
[error] invalid-argument-type - Argument to bound method `set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `(InterpreterObject & ~MutableInterpreterObject) | None | (InterpreterObject & MutableInterpreterObject)`

mesonbuild/modules/__init__.py

[error] invalid-assignment - Object of type `Sequence[str | int | Sequence[Divergent] | ... omitted 6 union elements] & Top[list[Unknown]]` is not assignable to `list[str | int | Sequence[Divergent] | ... omitted 6 union elements]`: Incompatible value of type `Sequence[str | int | Sequence[Divergent] | ... omitted 6 union elements] & Top[list[Unknown]]`
[error] invalid-assignment - Object of type `Sequence[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements] & Top[list[Unknown]]` is not assignable to `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements]`: Incompatible value of type `Sequence[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 6 union elements] & Top[list[Unknown]]`

mesonbuild/modules/hotdoc.py

[error] invalid-argument-type - Argument to bound method `check_extra_arg_type` is incorrect: Expected `str | int | Sequence[Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `check_extra_arg_type` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`

mesonbuild/optinterpreter.py

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

mesonbuild/rewriter.py

[error] unresolved-attribute - Object of type `(int & ~UnknownValue) | (Sequence[Divergent] & ~UnknownValue & ~str) | (dict[str, Divergent] & ~UnknownValue) | ... omitted 4 union elements` has no attribute `to_abs_path`
[error] unresolved-attribute - Object of type `(Sequence[Divergent] & ~UnknownValue & ~str) | (int & ~UnknownValue) | (dict[str, Divergent] & ~UnknownValue) | ... omitted 4 union elements` has no attribute `to_abs_path`

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/prefect/utilities/_engine.py

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

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

scipy/optimize/_differentiable_functions.py

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

scipy/optimize/tests/test_differentiable_functions.py

[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `assert_array_almost_equal` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `Unknown | csr_array`

scipy/spatial/transform/tests/test_rigid_transform.py

[error] unresolved-attribute - Attribute `as_matrix` is not defined on `NotImplementedType` in union `RigidTransform | NotImplementedType | Unknown`
[error] unsupported-operator - Operator `*` is not supported between objects of type `RigidTransform | NotImplementedType | Unknown` and `RigidTransform`
[error] unsupported-operator - Operator `*` is not supported between objects of type `RigidTransform | Unknown | NotImplementedType` and `RigidTransform`
[error] unsupported-operator - Operator `*` is not supported between objects of type `RigidTransform | NotImplementedType | Unknown` and `RigidTransform`
[error] unsupported-operator - Operator `*` is not supported between objects of type `RigidTransform | Unknown | NotImplementedType` and `RigidTransform`

scipy/spatial/transform/tests/test_rotation.py

[error] unsupported-operator - Operator `*` is not supported between objects of type `Rotation | NotImplementedType | Unknown` and `Rotation`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Rotation | Unknown | NotImplementedType` and `Rotation`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Rotation | NotImplementedType | Unknown` and `Rotation`
[error] unsupported-operator - Operator `*` is not supported between objects of type `Rotation | Unknown | NotImplementedType` and `Rotation`
[error] unresolved-attribute - Attribute `inv` is not defined on `NotImplementedType` in union `Rotation | NotImplementedType | Unknown`

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

setuptools/_distutils/text_file.py

[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None | Divergent` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None` and `Literal[1]`
[error] unsupported-operator - Operator `+` is not supported between objects of type `Unknown | int | None | Divergent` and `Literal[1]`

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

sympy/combinatorics/perm_groups.py

[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None`
[error] invalid-assignment - Invalid subscript assignment with key of type `int | Divergent` and value of type `list[Unknown]` on object of type `list[None]`
[error] invalid-assignment - Invalid subscript assignment with key of type `int` and value of type `list[Unknown]` on object of type `list[None]`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None | Unknown`
[error] unsupported-operator - Operator `in` is not supported between objects of type `Unknown` and `None`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `len` is incorrect: Expected `Sized`, found `None`

sympy/core/add.py

[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `None | set[Unknown]`
[error] unsupported-operator - Operator `not in` is not supported between objects of type `Unknown` and `None | set[Unknown] | (Unknown & ~AlwaysFalsy)`
[error] not-iterable - Object of type `None | set[Unknown]` may not be iterable
[error] not-iterable - Object of type `None | set[Unknown] | (Unknown & ~AlwaysFalsy)` may not be iterable

sympy/solvers/solvers.py

[error] unresolved-attribute - Attribute `as_independent` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `as_independent` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `as_independent` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `as_independent` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `is_polynomial` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `is_polynomial` is not defined on `Basic` in union `Unknown | Basic`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic | Divergent | Divergent` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic | Divergent | Divergent` and `Literal[2]`
[error] unsupported-operator - Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Basic`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Unknown | Divergent | Basic | Divergent`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `Unknown | Basic`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy) | Divergent`
[error] unsupported-operator - Operator `/` is not supported between objects of type `Literal[1]` and `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `base` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `base` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `exp` is not defined on `Basic` in union `Unknown | Basic`
[error] unresolved-attribute - Attribute `base` is not defined on `Basic` in union `Unknown | Divergent | Basic | Divergent`
[error] unresolved-attribute - Attribute `base` is not defined on `Basic` in union `Unknown | Basic`

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

references/depth/stereo/transforms.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | tuple[None, ...] | Unknown, tuple[Unknown, ...] | tuple[None, ...] | Unknown]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[tuple[Unknown, Unknown], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None], tuple[Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None, Unknown | ndarray[tuple[Any, ...], dtype[Any]] | None]]`, found `tuple[tuple[Unknown, Unknown], tuple[Unknown, ...] | Unknown | tuple[None, ...], tuple[Unknown, ...] | Unknown | tuple[None, ...]]`