Ecosystem report

Old: main (merge base) 2250fa6f New: 21765/merge a294650f
Lint Rule Removed Added Changed
Total 1583 56 263
no-matching-overload 453 3 0
type-assertion-failure 171 24 184
unsupported-operator 283 1 1
invalid-argument-type 239 5 26
invalid-return-type 206 0 3
invalid-parameter-default 134 0 3
invalid-assignment 52 0 3
invalid-context-manager 0 0 32
unresolved-attribute 14 9 2
invalid-type-form 9 0 8
non-subscriptable 15 2 0
unused-ignore-comment 0 8 0
not-iterable 3 1 1
possibly-missing-attribute 2 1 0
unsupported-base 0 2 0
call-non-callable 1 0 0
invalid-method-override 1 0 0
Project Removed Added Changed
Total 1583 56 263
colour 743 2 17
pandas-stubs 339 29 159
scipy-stubs 232 0 31
scikit-learn 68 12 0
jax 43 0 0
xarray 39 0 2
altair 3 1 32
pandas 35 0 0
scipy 20 0 4
schemathesis 19 1 1
freqtrade 8 1 1
meson 9 0 0
ibis 3 0 5
discord.py 6 1 0
beartype 4 2 0
pydantic 0 2 3
Tanjun 0 0 4
pandera 2 2 0
paasta 0 0 3
strawberry 2 1 0

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/annotations.py

[error] invalid-type-form - :1469 -
Old: Variable of type `type[_EnumT@__getitem__]` is not allowed in a type expression
New: Variable of type `type[Unknown]` is not allowed in a type expression
[error] invalid-type-form - :1601 -
Old: Variable of type `type[_T@_annotated]` is not allowed in a type expression
New: Variable of type `type[Unknown]` is not allowed in a type expression
[error] invalid-type-form - :2206 -
Old: Variable of type `type[_T@__getitem__]` is not allowed in a type expression
New: Variable of type `type[Unknown]` is not allowed in a type expression

tanjun/dependencies/data.py

[error] invalid-type-form - :160 -
Old: Variable of type `type[_T@make_lc_resolver]` is not allowed in a type expression
New: Variable of type `type[Unknown]` is not allowed in a type expression

altair (https://github.com/vega/altair)

altair/utils/_transformed_data.py

[error] invalid-context-manager - :119 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/utils/save.py

[error] invalid-context-manager - :283 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

altair/vegalite/v6/data.py

[warning] unused-ignore-comment - :27:44 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :24:39 - Argument to bound method `register` is incorrect: Expected `((...) -> R@DataTransformerType) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (dict[Any, Any] | NativeDataFrame | DataFrameLike | ... omitted 3 union elements, /) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | ... omitted 3 union elements, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`
[error] invalid-argument-type - :25:36 - Argument to bound method `register` is incorrect: Expected `((...) -> R@DataTransformerType) | None`, found `Overload[(data: None = ellipsis, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> partial[Unknown], (data: dict[Any, Any] | NativeDataFrame | DataFrameLike | ... omitted 3 union elements, prefix: str = ellipsis, extension: str = ellipsis, filename: str = ellipsis, urlpath: str = ellipsis) -> _ToFormatReturnUrlDict]`
[error] invalid-argument-type - :28:42 - Argument to bound method `register` is incorrect: Expected `((...) -> R@DataTransformerType) | None`, found `Overload[(data: None = ellipsis, max_rows: int = ellipsis) -> (...) -> Any, (data: DataFrameLike, max_rows: int = ellipsis) -> dict[str, dict[Any, Any] | list[dict[Any, Any]]], (data: dict[Unknown, Unknown] | NativeDataFrame | DataFrameLike | Unknown | SupportsGeoInterface, max_rows: int = ellipsis) -> _ToVegaFusionReturnUrlDict | dict[str, dict[Any, Any] | list[dict[Any, Any]]]]`

tests/test_jupyter_chart.py

[error] invalid-context-manager - :52 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :78 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :146 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :206 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :269 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/utils/test_mimebundle.py

[error] invalid-context-manager - :231 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :245 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_api.py

[error] invalid-context-manager - :211 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :215 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :222 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :226 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :986 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :995 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1562 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1565 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1592 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1597 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1605 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1609 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :1911 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_data.py

[error] invalid-context-manager - :15 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :27 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

tests/vegalite/v6/test_geo_interface.py

[error] invalid-context-manager - :32 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :52 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :72 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :102 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :122 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :132 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :168 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
[error] invalid-context-manager - :210 -
Old: Object of type `PluginEnabler[(...) -> R@DataTransformerType, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`
New: Object of type `PluginEnabler[(...) -> Unknown, Unknown]` cannot be used with `with` because it does not correctly implement `__exit__`

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

beartype/_decor/decorcache.py

[error] invalid-return-type - :74:16 - Return type does not match returned value: expected `BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`, found `BeartypeableT@beartype | BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`
[error] invalid-assignment - :130:5 - Invalid subscript assignment with key of type `BeartypeConf` and value of type `def _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartype` on object of type `dict[BeartypeConf, (BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator]`
[error] invalid-return-type - :133:12 - Return type does not match returned value: expected `BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`, found `def _beartype_confed(obj: BeartypeableT@beartype) -> BeartypeableT@beartype`

beartype/_decor/decormain.py

[error] invalid-return-type - :93:20 - Return type does not match returned value: expected `BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)`, found `BeartypeableT@beartype`

beartype/claw/_package/clawpkgtrie.py

[warning] unsupported-base - :66:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieBlacklist]'> | <class 'dict[str, Divergent]'>`
[warning] unsupported-base - :247:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieWhitelist]'> | <class 'dict[str, Divergent]'>`

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

colour/adaptation/cmccat2000.py

[error] invalid-return-type - :215:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :310:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/fairchild1990.py

[error] no-matching-overload - :157:21 - No overload of function `inv` matches arguments
[error] no-matching-overload - :159:20 - No overload of function `inv` matches arguments
[error] invalid-return-type - :162:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :253:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] non-subscriptable - :272:17 - Cannot subscript object of type `float64` with no `__getitem__` method
[error] non-subscriptable - :272:17 - Cannot subscript object of type `floating[_16Bit]` with no `__getitem__` method
[error] non-subscriptable - :272:17 - Cannot subscript object of type `floating[_32Bit]` with no `__getitem__` method
[error] non-subscriptable - :273:17 - Cannot subscript object of type `float64` with no `__getitem__` method
[error] non-subscriptable - :273:17 - Cannot subscript object of type `floating[_16Bit]` with no `__getitem__` method
[error] non-subscriptable - :273:17 - Cannot subscript object of type `floating[_32Bit]` with no `__getitem__` method

colour/adaptation/fairchild2020.py

[error] invalid-return-type - :352:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/li2025.py

[error] unsupported-operator - :147:26 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :147:66 - Operator `-` is unsupported between objects of type `Literal[1]` and `ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`

colour/adaptation/vonkries.py

[error] invalid-return-type - :217:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/zhai2018.py

[error] unsupported-operator - :180:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :181:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :189:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/algebra/coordinates/transformations.py

[error] invalid-return-type - :104:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :143:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :180:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :217:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :253:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :290:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/algebra/extrapolation.py

[error] invalid-return-type - :336:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/algebra/interpolation.py

[error] invalid-return-type - :502:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :552:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :739:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1026:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1196:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1250:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1306:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1741:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/algebra/prng.py

[error] invalid-return-type - :101:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/algebra/tests/test_extrapolation.py

[error] invalid-argument-type - :59:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :70:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :75:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :87:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :99:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :114:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :120:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :127:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :135:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-argument-type - :172:41 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`

colour/appearance/atd95.py

[error] invalid-return-type - :352:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | ndarray[tuple[Any, ...], dtype[Any]] | floating[_32Bit] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :393:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/cam16.py

[error] unsupported-operator - :488:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :530:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/ciecam02.py

[error] unsupported-operator - :501:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :566:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :595:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :965:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1049:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1282:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :1481:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`
[error] invalid-return-type - :1542:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], Unknown]`
[error] unsupported-operator - :1599:11 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :1601:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/ciecam16.py

[error] unsupported-operator - :282:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :469:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :480:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :522:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/hellwig2022.py

[error] unsupported-operator - :516:13 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[Any]]]`
[error] unsupported-operator - :555:14 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :594:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :708:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :940:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/kim2009.py

[error] unsupported-operator - :537:12 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] unsupported-operator - :546:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] invalid-return-type - :569:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/llab.py

[error] unsupported-operator - :471:43 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :565:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/nayatani95.py

[error] unsupported-operator - :270:41 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] invalid-return-type - :803:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :851:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :924:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :954:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | floating[_32Bit] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`
[error] invalid-return-type - :995:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/tests/test_atd95.py

[error] no-matching-overload - :48:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :68:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :89:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :109:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :143:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :150:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :159:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :186:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_cam16.py

[error] no-matching-overload - :52:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :71:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :91:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :110:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :130:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :162:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :169:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :178:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :224:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_ciecam02.py

[error] no-matching-overload - :60:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :68:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :77:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :85:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :94:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :126:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :133:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :142:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :188:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_ciecam16.py

[error] no-matching-overload - :54:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :93:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :112:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :132:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :153:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :185:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :192:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :201:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :247:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_hellwig2022.py

[error] no-matching-overload - :62:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :83:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :105:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :127:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :161:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :168:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :177:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :225:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_hunt.py

[error] no-matching-overload - :53:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :61:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :71:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :79:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :101:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :109:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :119:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :146:17 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :197:9 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_kim2009.py

[error] no-matching-overload - :54:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :93:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :112:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :144:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :151:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :160:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :206:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_llab.py

[error] no-matching-overload - :54:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :93:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :112:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :144:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :151:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :160:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :206:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_nayatani95.py

[error] no-matching-overload - :48:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :56:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :65:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :94:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :101:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :110:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :140:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_rlab.py

[error] no-matching-overload - :48:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :56:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :65:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :73:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :94:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :101:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :110:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :140:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_scam.py

[error] no-matching-overload - :52:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :74:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :97:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :132:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :139:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :148:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :199:17 - No overload of function `assert_allclose` matches arguments

colour/appearance/tests/test_zcam.py

[error] no-matching-overload - :52:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :74:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :104:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :130:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :152:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :189:13 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`
[error] invalid-argument-type - :194:13 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`
[error] invalid-argument-type - :201:13 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`
[error] invalid-argument-type - :244:21 - Argument to function `assert_almost_equal` is incorrect: Expected `_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[bool[bool] | number[Any, int | float | complex]]]] | int | ... omitted 5 union elements`, found `CAM_Specification_ZCAM`

colour/appearance/zcam.py

[error] unsupported-operator - :727:46 - Operator `%` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[360]`
[error] invalid-return-type - :750:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/characterisation/aces_it.py

[error] invalid-return-type - :281:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/colorimetry/generation.py

[error] invalid-argument-type - :783:26 - Argument to function `_format_array` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`

colour/colorimetry/lightness.py

[error] unsupported-operator - :208:15 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`
[error] unsupported-operator - :208:32 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[98]`

colour/colorimetry/luminance.py

[error] unsupported-operator - :161:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :162:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :163:22 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[3]`
[error] unsupported-operator - :164:23 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[4]`
[error] unsupported-operator - :165:24 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[5]`
[error] unsupported-operator - :213:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :214:22 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[2]`
[error] unsupported-operator - :215:22 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[3]`
[error] unsupported-operator - :216:23 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[4]`
[error] unsupported-operator - :217:25 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[5]`
[error] unsupported-operator - :331:16 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[16]`
[error] unsupported-operator - :386:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :454:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/colorimetry/transformations.py

[error] invalid-return-type - :140:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/colorimetry/whiteness.py

[error] invalid-return-type - :368:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :451:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/continuous/abstract.py

[error] unsupported-operator - :840:32 - Operator `-` is unsupported between objects of type `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/continuous/multi_signals.py

[error] invalid-return-type - :401:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :810:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/difference/delta_e.py

[error] unsupported-operator - :696:12 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/difference/tests/test_delta_e.py

[error] no-matching-overload - :245:9 - No overload of function `assert_allclose` matches arguments

colour/geometry/ellipse.py

[error] invalid-return-type - :219:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/intersection.py

[error] invalid-return-type - :97:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :234:52 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/io/luts/operator.py

[error] invalid-return-type - :318:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :529:13 - Operator `+=` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :534:13 - Operator `+=` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/io/luts/tests/test__init__.py

[error] invalid-argument-type - :162:25 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT1D | LUT3x1D | LUT3D | LUTSequence | LUTOperatorMatrix`

colour/io/luts/tests/test_iridas_cube.py

[error] invalid-argument-type - :139:25 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D | LUT3D`

colour/io/luts/tests/test_lut.py

[error] unsupported-operator - :646:25 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] no-matching-overload - :806:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :827:19 - Operator `*` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :957:13 - Operator `+` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :963:13 - Operator `-` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :967:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :975:13 - Operator `/` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :981:13 - Operator `**` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :987:13 - Operator `+` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :993:13 - Operator `-` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :997:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :1005:13 - Operator `/` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :1011:13 - Operator `**` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :1017:13 - Operator `+` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :1021:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1027:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1033:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :1041:13 - Operator `**` is unsupported between objects of type `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :1049:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Unknown | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] no-matching-overload - :1066:9 - No overload of function `assert_allclose` matches arguments

colour/io/luts/tests/test_sequence.py

[error] invalid-argument-type - :49:42 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT1D`
[error] invalid-argument-type - :49:55 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :49:68 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-assignment - :89:9 - Invalid assignment to data descriptor attribute `sequence` on type `LUTSequence` with custom `__set__` method
[error] invalid-argument-type - :95:28 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :95:41 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :95:54 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :370:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :370:51 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :370:64 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :371:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :371:51 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :383:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :383:26 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | AbstractLUT`
[error] invalid-argument-type - :383:53 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :391:32 - Argument to bound method `insert` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | AbstractLUT`
[error] invalid-argument-type - :394:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT1D`
[error] invalid-argument-type - :395:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :396:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3D`
[error] invalid-argument-type - :397:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `Unknown | LUT3x1D`
[error] invalid-argument-type - :445:32 - Argument to bound method `insert` is incorrect: Expected `ProtocolLUTSequenceItem`, found `GammaOperator`

colour/io/luts/tests/test_sony_spi3d.py

[error] invalid-argument-type - :202:25 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`

colour/models/cam02_ucs.py

[error] invalid-return-type - :202:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :262:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_lab.py

[error] invalid-return-type - :118:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :186:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_luv.py

[error] invalid-return-type - :145:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :223:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :278:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :383:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :418:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :484:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_ucs.py

[error] invalid-return-type - :102:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :150:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :193:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :245:23 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :245:62 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :247:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :282:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :317:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :372:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_uvw.py

[error] unsupported-operator - :95:20 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] invalid-return-type - :107:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :175:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/cie_xyy.py

[error] invalid-return-type - :103:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :156:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :286:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/common.py

[error] invalid-return-type - :257:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :315:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :397:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :483:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/din99.py

[error] invalid-return-type - :169:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :252:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hdr_cie_lab.py

[error] unsupported-operator - :136:25 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :237:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :325:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hdr_ipt.py

[error] unsupported-operator - :140:25 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :225:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :303:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hunter_lab.py

[error] invalid-return-type - :88:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :168:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :246:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/hunter_rdab.py

[error] invalid-return-type - :126:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :205:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/jzazbz.py

[error] invalid-return-type - :353:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :426:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/prolab.py

[error] unsupported-operator - :142:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :144:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :201:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/cmyk.py

[error] unsupported-operator - :88:11 - Operator `-` is unsupported between objects of type `Literal[1]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :90:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :132:11 - Operator `-` is unsupported between objects of type `Literal[1]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :134:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :192:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :238:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/cylindrical.py

[error] invalid-return-type - :145:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :212:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :284:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :362:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :454:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :526:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :584:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/hanbury2003.py

[error] unsupported-operator - :110:43 - Operator `-` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :116:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :171:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/prismatic.py

[error] unsupported-operator - :96:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :100:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :151:11 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :153:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/rgb_colourspace.py

[error] invalid-return-type - :1089:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1223:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1419:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/aces.py

[error] unsupported-operator - :200:9 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Any | int | float`
[error] unsupported-operator - :330:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :332:27 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :335:9 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :387:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :388:16 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :389:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :507:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/apple_log_profile.py

[error] unsupported-operator - :195:28 - Operator `<=` is not supported between objects of type `Literal[0]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :196:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`

colour/models/rgb/transfer_functions/arib_std_b67.py

[error] unsupported-operator - :118:20 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`
[error] unsupported-operator - :185:13 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :186:29 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`

colour/models/rgb/transfer_functions/arri.py

[error] unsupported-operator - :828:9 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`

colour/models/rgb/transfer_functions/canon.py

[error] unsupported-operator - :162:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :166:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :167:36 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :168:33 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :232:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :233:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :234:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :296:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :300:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :301:38 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :302:35 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :372:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :373:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`
[error] unsupported-operator - :374:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :602:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :606:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :607:39 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :608:36 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :672:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :673:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :674:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :737:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :741:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :742:38 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :743:35 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :812:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :813:19 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`
[error] unsupported-operator - :814:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1041:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1046:17 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1047:17 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1048:17 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1051:40 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1052:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1053:39 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :1118:10 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1118:30 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1118:52 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1120:23 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1121:14 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1122:22 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1186:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :1191:17 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1192:17 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1193:17 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :1196:40 - Unary operator `-` is unsupported for type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1197:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1198:39 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :1268:10 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1268:31 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1268:52 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1270:23 - Operator `-` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`
[error] unsupported-operator - :1271:14 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`
[error] unsupported-operator - :1272:22 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`

colour/models/rgb/transfer_functions/cineon.py

[error] unsupported-operator - :139:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[685]`

colour/models/rgb/transfer_functions/dcdm.py

[error] invalid-return-type - :109:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :176:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/dji_d_log.py

[error] unsupported-operator - :82:9 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :83:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :84:19 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :131:9 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :132:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :133:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/exponent.py

[error] invalid-return-type - :338:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/filmic_pro.py

[error] invalid-argument-type - :116:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`

colour/models/rgb/transfer_functions/filmlight_t_log.py

[error] unsupported-operator - :125:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :221:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :222:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/models/rgb/transfer_functions/fujifilm_f_log.py

[error] unsupported-operator - :138:16 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/gamma.py

[error] invalid-return-type - :96:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :99:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/gopro.py

[error] unsupported-operator - :126:10 - Operator `**` is unsupported between objects of type `Literal[113]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/itur_bt_1361.py

[error] unsupported-operator - :92:13 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :95:17 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :99:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :153:13 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :156:17 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :158:24 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :160:17 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/itur_bt_1886.py

[error] unsupported-operator - :161:29 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Any | int | float`

colour/models/rgb/transfer_functions/itur_bt_2020.py

[error] unsupported-operator - :129:27 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :192:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :193:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/itur_bt_2100.py

[error] unsupported-operator - :1141:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1145:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1146:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1147:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] invalid-return-type - :1154:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1228:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1232:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1233:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :1234:11 - Operator `*` is unsupported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] invalid-return-type - :1241:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1407:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1419:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :1424:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :1429:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] invalid-return-type - :1437:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :1510:18 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1539:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/itur_bt_601.py

[error] unsupported-operator - :86:18 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :86:29 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :134:13 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :135:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :136:19 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/itut_h_273.py

[error] unsupported-operator - :116:9 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :177:9 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :179:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`
[error] unsupported-operator - :301:9 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :303:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1]`

colour/models/rgb/transfer_functions/leica_l_log.py

[error] unsupported-operator - :112:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/log.py

[error] invalid-return-type - :241:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/models/rgb/transfer_functions/nikon_n_log.py

[error] unsupported-operator - :112:13 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/panalog.py

[error] unsupported-operator - :149:18 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[681]`

colour/models/rgb/transfer_functions/panasonic_v_log.py

[error] unsupported-operator - :119:16 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :128:9 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :204:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `float`

colour/models/rgb/transfer_functions/pivoted_log.py

[error] unsupported-operator - :105:20 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :174:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/models/rgb/transfer_functions/red.py

[error] unsupported-operator - :188:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1023]`
[error] unsupported-operator - :423:17 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :423:57 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :523:9 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :579:9 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :580:10 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/rimm_romm_rgb.py

[error] unsupported-operator - :128:20 - Operator `>` is not supported between objects of type `Any | int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :289:10 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289:19 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289:30 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :289:42 - Operator `<` is not supported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :290:13 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :360:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :364:9 - Operator `*` is unsupported between objects of type `floating[_16Bit] | float | floating[_32Bit]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] unsupported-operator - :368:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :445:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :448:13 - Operator `<` is not supported between objects of type `int | float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/rgb/transfer_functions/smpte_240m.py

[error] unsupported-operator - :86:20 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :135:13 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :136:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[4]`
[error] unsupported-operator - :137:19 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/sony.py

[error] unsupported-operator - :123:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :126:9 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `Literal[0]`
[error] unsupported-operator - :127:31 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :128:9 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :194:13 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :195:21 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :196:14 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :396:13 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :399:9 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :400:26 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `float`
[error] unsupported-operator - :401:10 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown` and `int | float`
[error] unsupported-operator - :466:9 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]` and `int | float`
[error] unsupported-operator - :467:19 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], Unknown]` and `Literal[420]`
[error] unsupported-operator - :468:10 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], Unknown]` and `Literal[95]`

colour/models/rgb/transfer_functions/srgb.py

[error] unsupported-operator - :92:18 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :92:34 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :141:13 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :142:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :143:19 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`

colour/models/rgb/transfer_functions/viper_log.py

[error] unsupported-operator - :126:17 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[1023]`

colour/models/rgb/ycbcr.py

[error] invalid-return-type - :534:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :671:9 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 5 union elements]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :789:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 8 union elements]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :903:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/sucs.py

[error] invalid-return-type - :165:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :219:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :366:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :420:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :425:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/models/yrg.py

[error] invalid-return-type - :121:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :177:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/phenomena/interference.py

[error] invalid-return-type - :448:12 - Return type does not match returned value: expected `tuple[ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]], ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]]`, found `tuple[ndarray[tuple[Any, ...], dtype[_ScalarT]], ndarray[tuple[Any, ...], dtype[_ScalarT]]]`

colour/quality/ssi.py

[error] invalid-assignment - :116:31 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`
[warning] possibly-missing-attribute - :125:24 - Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`
[error] invalid-assignment - :126:13 - Cannot assign to a subscript on an object of type `None`
[error] invalid-argument-type - :146:21 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`
[error] invalid-argument-type - :147:26 - Argument to function `dot` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`

colour/temperature/ohno2013.py

[error] invalid-return-type - :343:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/adaptation/cie1994.py

[error] invalid-return-type - :179:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :263:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :398:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :557:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/appearance/hunt.py

[error] invalid-return-type - :606:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :755:21 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[Any]]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :755:58 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[Any]]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :768:27 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[floating[Any]]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :768:31 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :887:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1297:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ndarray[tuple[Any, ...], Unknown]`
[error] invalid-return-type - :1348:9 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | floating[_32Bit] | float64 | ... omitted 3 union elements`
[error] invalid-return-type - :1379:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `floating[_16Bit] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | floating[_32Bit] | ndarray[tuple[Any, ...], dtype[floating[Any]]]`

colour/appearance/scam.py

[error] unsupported-operator - :449:44 - Operator `+` is unsupported between objects of type `Literal[110]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :452:22 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] unsupported-operator - :460:15 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Any`
[error] invalid-return-type - :475:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :434 -
Old: Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | None`
New: Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] invalid-argument-type - :434 -
Old: Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | None`
New: Argument to function `has_only_nan` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | None`

colour/characterisation/correction.py

[error] invalid-return-type - :425:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :620:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/colorimetry/tests/test_spectrum.py

[error] no-matching-overload - :1927:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2090:9 - No overload of function `assert_allclose` matches arguments

colour/colorimetry/tristimulus_values.py

[error] unsupported-operator - :741:9 - Operator `/=` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] invalid-return-type - :743:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Unknown`
[error] invalid-return-type - :889:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/continuous/signal.py

[error] invalid-return-type - :327:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :327:29 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :370:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :370:29 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1225:29 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `Unknown | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1225:60 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `(Unknown & None) | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-assignment - :1197 -
Old: Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | (_Buffer & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | (_SupportsArray[dtype[Any]] & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | ... omitted 9 union elements` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
New: Object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | (_Buffer & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | (_SupportsArray[dtype[Any]] & ndarray[tuple[object, ...], dtype[object]] & ~Signal) | ... omitted 9 union elements` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :1207 -
Old: Argument to function `as_float_array` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[int], dtype[GenericT]] | ExtensionArray`
New: Argument to function `as_float_array` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[int], dtype[object]] | ExtensionArray`

colour/geometry/primitives.py

[error] invalid-assignment - :235:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :236:5 - Invalid subscript assignment with key of type `Literal["uv"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :237:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[Any, ...], Unknown]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :238:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :450:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :451:5 - Invalid subscript assignment with key of type `Literal["uv"]` and value of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :452:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :453:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/tests/test_primitives.py

[error] invalid-argument-type - :41:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :54:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :60:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :66:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :91:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :106:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :121:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :136:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :180:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :181:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :200:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :233:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :266:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :299:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :393:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :454:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["uv"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :515:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :576:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :786:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :787:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/tests/test_section.py

[error] invalid-argument-type - :159:32 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/geometry/vertices.py

[error] unsupported-operator - :453:11 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`

colour/graph/conversion.py

[error] invalid-return-type - :348:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1000:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1135:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1285:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1339:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :475:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :596:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :725:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :862:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/hints/__init__.py

[error] invalid-return-type - :649 -
Old: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-return-type - :652 -
Old: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Function always implicitly returns `None`, which is not assignable to return type `ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/io/image.py

[error] invalid-return-type - :1029:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/io/luts/cinespace_csp.py

[error] invalid-argument-type - :219:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :220:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :239:17 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :240:17 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :316:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `AbstractLUT`
[error] invalid-argument-type - :316:49 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :321:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D & ~LUTSequence & ~LUT1D`
[error] invalid-argument-type - :321:32 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :326:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :326:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D & ~LUTSequence & ~LUT1D & ~LUT3x1D`

colour/io/luts/lut.py

[error] invalid-return-type - :1442:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1621:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/io/luts/resolve_cube.py

[error] invalid-argument-type - :223:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :228:13 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :350:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `AbstractLUT`
[error] invalid-argument-type - :350:49 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :354:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D & ~LUTSequence & ~LUT1D`
[error] invalid-argument-type - :354:32 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D`
[error] invalid-argument-type - :358:27 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3x1D`
[error] invalid-argument-type - :358:38 - Argument to bound method `__init__` is incorrect: Expected `ProtocolLUTSequenceItem`, found `LUT3D & ~LUTSequence & ~LUT1D & ~LUT3x1D`

colour/models/osa_ucs.py

[error] invalid-return-type - :152:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :341:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/notation/hexadecimal.py

[error] unsupported-operator - :81:15 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`
[error] unsupported-operator - :89:15 - Operator `>` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `Literal[1]`
[error] invalid-return-type - :149:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/notation/munsell.py

[error] invalid-argument-type - :353:33 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] unsupported-operator - :449:22 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[100]`
[error] unsupported-operator - :497:17 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :497:42 - Operator `*` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :687:13 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] unsupported-operator - :691:27 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :694:48 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[2]`
[error] unsupported-operator - :695:29 - Operator `*` is unsupported between objects of type `float` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :695:57 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `float`
[error] invalid-return-type - :940:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1102:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :1236:26 - Argument to bound method `__init__` is incorrect: Expected `ProtocolInterpolator | None`, found `LinearInterpolator`
[error] invalid-return-type - :1255:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1345:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1524:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1535:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1616:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1618:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1988:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2388:16 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] unsupported-operator - :2454:23 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2517:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2684:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :2456:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/notation/tests/test_munsell.py

[error] invalid-assignment - :152:40 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-assignment - :558:46 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-assignment - :595:45 - Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` is not assignable to `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] no-matching-overload - :1929:9 - No overload of function `assert_allclose` matches arguments

colour/phenomena/tmm.py

[warning] unused-ignore-comment - :99:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :126:52 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :863:9 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit] | complex128]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Any`
[error] invalid-argument-type - :864:9 - Argument is incorrect: Expected `ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit] | complex128]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | Any`

colour/plotting/diagrams.py

[error] invalid-assignment - :307:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :308:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :365:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :366:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :367:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :453:22 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :453:49 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :458:21 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :467:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :475:21 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :476:19 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :477:19 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :493:26 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["normal"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :465 -
Old: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`

colour/plotting/models.py

[error] invalid-assignment - :326:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[Any, ...], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :327:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :351:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `Any` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :352:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :421:22 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :421:48 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :426:21 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :434:14 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :439:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :440:9 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441 -
Old: Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | ... omitted 6 union elements`
New: Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 7 union elements`
[error] invalid-argument-type - :441:9 - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | ... omitted 6 union elements`
[error] invalid-argument-type - :441:9 - Argument to bound method `scatter` is incorrect: Expected `str | Path | MarkerStyle | None`, found `Unknown | int | float | ... omitted 6 union elements`

colour/plotting/section.py

[error] unsupported-operator - :238:23 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-argument-type - :645:32 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/plotting/temperature.py

[error] invalid-assignment - :164:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :165:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :235:18 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :235:45 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :240:13 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :352:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `Any` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :353:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :386:5 - Invalid subscript assignment with key of type `Literal["position"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :387:5 - Invalid subscript assignment with key of type `Literal["normal"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :388:5 - Invalid subscript assignment with key of type `Literal["colour"]` and value of type `ndarray[tuple[int, int], dtype[Unknown]]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :481:22 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :481:49 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :486:17 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :495:28 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :496:30 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["colour"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/plotting/tests/test_section.py

[error] invalid-argument-type - :47:35 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :84:35 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `Literal["position"]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/recovery/jakob2019.py

[error] unsupported-operator - :504:22 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :507:53 - Argument to function `optimize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :521:44 - Argument to function `optimize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/recovery/meng2015.py

[error] unsupported-operator - :198:16 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]` and `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/recovery/otsu2018.py

[error] unsupported-operator - :582:37 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :1631:13 - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | None`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`

colour/temperature/cie_d.py

[error] invalid-return-type - :185:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/temperature/kang2002.py

[error] invalid-return-type - :188:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/temperature/krystek1985.py

[error] invalid-return-type - :172:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

colour/utilities/array.py

[error] invalid-return-type - :755:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit] | signedinteger[_16Bit] | signedinteger[_32Bit] | ... omitted 5 union elements]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :788:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :902:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[complexfloating[_32Bit, _32Bit] | complex128]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :1374:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1444:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1508:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1576:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1650:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1718:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1792:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1860:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :1933:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :2013:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`
[error] invalid-return-type - :3013:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[ndarray[tuple[Any, ...], dtype[Any]]]]`
[error] invalid-return-type - :2634:12 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]] | ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/utilities/tests/test_array.py

[error] unsupported-operator - :398:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :404:13 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :408:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :416:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :422:13 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :426:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :428:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :432:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :434:13 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :438:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :444:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :446:13 - Operator `/` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :450:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :452:13 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] unsupported-operator - :460:13 - Operator `+` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :464:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :470:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :476:9 - No overload of function `assert_allclose` matches arguments
[error] unsupported-operator - :484:13 - Operator `**` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[10]`
[error] no-matching-overload - :490:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :496:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-return-type - :921:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-return-type - :949:20 - Return type does not match returned value: expected `ndarray[tuple[Any, ...], dtype[floating[_16Bit] | floating[_32Bit] | float64]]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :1463:36 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :1466:36 - Argument to function `ndarray_copy` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] no-matching-overload - :1527:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1549:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1555:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1838:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :1994:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :2000:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :826 -
Old: Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
New: Argument to function `fields` is incorrect: Expected `DataclassInstance | type[@Todo]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-return-type - :828 -
Old: Return type does not match returned value: expected `numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 union elements`, found `dtype[_ScalarT]`
New: Return type does not match returned value: expected `numpy.bool[builtins.bool] | signedinteger[_8Bit] | signedinteger[_16Bit] | ... omitted 11 union elements`, found `dtype[Unknown]`

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

ddtrace/internal/settings/dynamic_instrumentation.py

[error] invalid-argument-type - :115:9 - Argument to bound method `v` is incorrect: Expected `((str, /) -> V@MapType) | ((str, str, /) -> tuple[K@MapType, V@MapType]) | None`, found `Overload[(self: LiteralString, chars: LiteralString | None = None, /) -> LiteralString, (self, chars: str | None = None, /) -> str]`

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

discord/app_commands/transformers.py

[error] invalid-type-form - :238:22 - Variable of type `Self@__or__` is not allowed in a type expression

discord/ext/commands/bot.py

[warning] unused-ignore-comment - :501:69 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :424:37 - Argument to bound method `append` is incorrect: Expected `(ContextT@UserCheck, /) -> bool | Coroutine[Any, Any, bool]`, found `(ContextT@add_check, /) -> bool | Coroutine[Any, Any, bool]`
[error] invalid-argument-type - :426:33 - Argument to bound method `append` is incorrect: Expected `(ContextT@UserCheck, /) -> bool | Coroutine[Any, Any, bool]`, found `(ContextT@add_check, /) -> bool | Coroutine[Any, Any, bool]`
[error] invalid-argument-type - :449:22 - Argument to bound method `remove` is incorrect: Expected `(ContextT@UserCheck, /) -> bool | Coroutine[Any, Any, bool]`, found `(ContextT@remove_check, /) -> bool | Coroutine[Any, Any, bool]`

discord/ext/commands/core.py

[error] invalid-assignment - :1146:9 - Object of type `((CogT@Command, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `_before_invoke` of type `((CogT@Hook, ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | ((ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | None`
[error] invalid-assignment - :1177:9 - Object of type `((CogT@Command, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `_after_invoke` of type `((CogT@Hook, ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | ((ContextT@Hook, /) -> Coroutine[Any, Any, Any]) | None`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/runtime.py

[error] invalid-type-form - :434:22 - Variable of type `Self@__or__` is not allowed in a type expression

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

freqtrade/data/converter/trade_converter_kraken.py

[error] invalid-argument-type - :59:33 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | str]`

freqtrade/data/converter/converter.py

[error] no-matching-overload - :77:12 - No overload of bound method `aggregate` matches arguments

freqtrade/data/metrics.py

[error] no-matching-overload - :351:18 - No overload of function `std` matches arguments
[error] no-matching-overload - :378:16 - No overload of function `std` matches arguments

freqtrade/exchange/binance_public_data.py

[error] invalid-argument-type - :285:33 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | str]`
[error] invalid-argument-type - :371:9 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | str]`

freqtrade/freqai/data_kitchen.py

[error] invalid-argument-type - :179 -
Old: Argument to function `__new__` is incorrect: Expected `Sequence[Unknown] | Iterable[Sequence[Unknown] | ndarray[tuple[int], dtype[GenericT]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`
New: Argument to function `__new__` is incorrect: Expected `Sequence[Unknown] | Iterable[Sequence[Unknown] | ndarray[tuple[int], dtype[Any]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`

freqtrade/freqai/freqai_interface.py

[error] invalid-assignment - :490:13 - Object of type `ndarray[tuple[int], dtype[float64]]` is not assignable to attribute `DI_values` of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] invalid-argument-type - :215:84 - Argument to function `_generate_result_line` is incorrect: Expected `str | list[str]`, found `str | bytes | date | ... omitted 10 union elements`
[error] no-matching-overload - :210:28 - No overload of bound method `groupby` matches arguments

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

src/hydra_zen/third_party/beartype.py

[error] invalid-argument-type - :129:31 - Argument to function `coerce_sequences` is incorrect: Argument type `_T@validates_with_beartype | BeartypeableT@BeartypeReturn | ((BeartypeableT@BeartypeConfedDecorator, /) -> BeartypeableT@BeartypeConfedDecorator)` does not satisfy upper bound `(...) -> Unknown` of type variable `_T`

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

ibis/common/grounds.py

[error] invalid-type-form - :97:22 - Variable of type `Self@__or__` is not allowed in a type expression

ibis/expr/operations/reductions.py

[error] invalid-argument-type - :244:25 - Argument is incorrect: Expected `bool`, found `T@Column | Unknown`
[error] invalid-argument-type - :406:25 - Argument is incorrect: Expected `bool`, found `T@Column`

ibis/expr/types/generic.py

[error] invalid-argument-type - :2006 -
Old: Argument is incorrect: Expected `Value[T@Column, Columnar]`, found `Value | None | @Todo`
New: Argument is incorrect: Expected `Value[Unknown, Columnar]`, found `Value | None | @Todo`
[error] invalid-argument-type - :2045 -
Old: Argument is incorrect: Expected `Value[T@Column, Columnar]`, found `Value | None | @Todo`
New: Argument is incorrect: Expected `Value[Unknown, Columnar]`, found `Value | None | @Todo`

ibis/expr/types/relations.py

[error] invalid-argument-type - :3080 -
Old: Argument is incorrect: Expected `tuple[Value[T@Column, Columnar], ...] | None`, found `None | Sequence[str]`
New: Argument is incorrect: Expected `tuple[Value[Unknown, Columnar], ...] | None`, found `None | Sequence[str]`

ibis/expr/types/temporal_windows.py

[error] invalid-argument-type - :82 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, Value[T@Column, Columnar]]`, found `dict[Unknown, Unknown]`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Columnar]]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :83 -
Old: Argument is incorrect: Expected `FrozenOrderedDict[str, Value[T@Scalar, Scalar]]`, found `Sequence[Scalar] | None`
New: Argument is incorrect: Expected `FrozenOrderedDict[str, Value[Unknown, Scalar]]`, found `Sequence[Scalar] | None`

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

jax/_src/numpy/lax_numpy.py

[error] invalid-assignment - :3880:13 - Object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` is not assignable to `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`
[error] unresolved-attribute - :3895:6 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3897:33 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] non-subscriptable - :3897:57 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] not-iterable - :3897:79 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` may not be iterable
[error] unresolved-attribute - :3898:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3900:26 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] invalid-argument-type - :3900:26 - Method `__getitem__` of type `Overload[(index: int) -> Sequence[T@PadValueLike], (index: slice[Any, Any, Any]) -> Sequence[Sequence[T@PadValueLike]]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `Sequence[Sequence[T@PadValueLike]]`
[error] invalid-argument-type - :3900:26 - Method `__getitem__` of type `Overload[(index: int) -> T@PadValueLike, (index: slice[Any, Any, Any]) -> Sequence[T@PadValueLike]]` cannot be called with key of type `tuple[Literal[0], Literal[0]]` on object of type `Sequence[T@PadValueLike]`
[error] non-subscriptable - :3900:54 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] invalid-argument-type - :3900:54 - Method `__getitem__` of type `Overload[(index: int) -> Sequence[T@PadValueLike], (index: slice[Any, Any, Any]) -> Sequence[Sequence[T@PadValueLike]]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `Sequence[Sequence[T@PadValueLike]]`
[error] invalid-argument-type - :3900:54 - Method `__getitem__` of type `Overload[(index: int) -> T@PadValueLike, (index: slice[Any, Any, Any]) -> Sequence[T@PadValueLike]]` cannot be called with key of type `tuple[Literal[0], Literal[1]]` on object of type `Sequence[T@PadValueLike]`
[error] unresolved-attribute - :3902:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3904:26 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] non-subscriptable - :3904:51 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] unresolved-attribute - :3906:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] non-subscriptable - :3908:23 - Cannot subscript object of type `T@PadValueLike` with no `__getitem__` method
[error] unresolved-attribute - :3910:8 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] unresolved-attribute - :3912:23 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `flat`
[error] unresolved-attribute - :3915:74 - Object of type `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]` has no attribute `shape`
[error] invalid-assignment - :4151:15 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `tuple[tuple[int, int], ...]`
[error] invalid-argument-type - :4151:35 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `tuple[tuple[int, int], ...]`
[error] invalid-assignment - :4175:15 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4175:35 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4184:33 - Argument to function `_pad_constant` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4187:29 - Argument to function `_pad_wrap` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4190:45 - Argument to function `_pad_symmetric_or_reflect` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4193:29 - Argument to function `_pad_edge` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-assignment - :4196:18 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 7 union elements`
[error] invalid-argument-type - :4196:38 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 7 union elements`
[error] invalid-argument-type - :4197:36 - Argument to function `_pad_linear_ramp` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4197:47 - Argument to function `_pad_linear_ramp` is incorrect: Expected `tuple[tuple[Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements, Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 5 union elements], ...]`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | bool[bool] | ... omitted 7 union elements`
[error] invalid-assignment - :4201:21 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4201:41 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4202:30 - Argument to function `_pad_stats` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4202:41 - Argument to function `_pad_stats` is incorrect: Expected `tuple[tuple[int, int], ...] | None`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-argument-type - :4205:30 - Argument to function `_pad_empty` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Sequence[int] | Sequence[Sequence[int]]`
[error] invalid-assignment - :4331:15 - Object of type `tuple[tuple[T@PadValue, T@PadValue], ...]` is not assignable to `int | Array | ndarray[tuple[Any, ...], dtype[Any]] | Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] | Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]]`
[error] invalid-argument-type - :4331:35 - Argument to function `_broadcast_to_pairs` is incorrect: Expected `T@PadValueLike | Sequence[T@PadValueLike] | Sequence[Sequence[T@PadValueLike]]`, found `int | Array | ndarray[tuple[Any, ...], dtype[Any]] | Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] | Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]]`
[error] non-subscriptable - :4332:40 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :4332:62 - Cannot subscript object of type `int` with no `__getitem__` method
[error] not-iterable - :4333:37 - Object of type `(int & ~AlwaysFalsy) | (Array & ~AlwaysFalsy) | (ndarray[tuple[Any, ...], dtype[Any]] & ~AlwaysFalsy) | (Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] & ~AlwaysFalsy) | (Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]] & ~AlwaysFalsy)` may not be iterable
[error] invalid-argument-type - :4337:38 - Argument to function `_pad_func` is incorrect: Expected `tuple[tuple[int, int], ...]`, found `int | Array | ndarray[tuple[Any, ...], dtype[Any]] | Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]] | Sequence[Sequence[int | Array | ndarray[tuple[Any, ...], dtype[Any]]]]`

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

test/cluster-spec-sheet/mzcompose.py

[error] no-matching-overload - :2830:45 - No overload of bound method `groupby` matches arguments

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

mesonbuild/interpreter/interpreter.py

[error] no-matching-overload - :398:9 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :450:9 - No overload of bound method `update` matches arguments

mesonbuild/interpreterbase/baseobjects.py

[error] no-matching-overload - :70:17 - No overload of bound method `update` matches arguments
[error] invalid-argument-type - :137:26 - Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Self@operator_call`
[error] invalid-argument-type - :137:32 - Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - :139:45 - Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Self@operator_call`
[error] invalid-argument-type - :139:51 - Argument is incorrect: Expected `TYPE_op_arg@TYPE_op_func`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - :569:28 - Argument is incorrect: Expected `InterpreterObjectTypeVar@HolderMapType`, found `HoldableObject | int | str | ... omitted 8 union elements`
[error] invalid-argument-type - :573:32 - Argument is incorrect: Expected `InterpreterObjectTypeVar@HolderMapType`, found `HoldableObject | int | str | ... omitted 8 union elements`

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

paasta_tools/metrics/metastatus_lib.py

[error] invalid-parameter-default - :591 -
Old: Default value of type `None` is not assignable to annotated parameter type `(Sequence[_GenericNodeT@_GenericNodeSortFunctionT], /) -> Sequence[_GenericNodeT@_GenericNodeSortFunctionT]`
New: Default value of type `None` is not assignable to annotated parameter type `(Sequence[Unknown], /) -> Sequence[Unknown]`
[error] invalid-parameter-default - :776 -
Old: Default value of type `None` is not assignable to annotated parameter type `(Sequence[_GenericNodeT@_GenericNodeSortFunctionT], /) -> Sequence[_GenericNodeT@_GenericNodeSortFunctionT]`
New: Default value of type `None` is not assignable to annotated parameter type `(Sequence[Unknown], /) -> Sequence[Unknown]`
[error] invalid-parameter-default - :815 -
Old: Default value of type `None` is not assignable to annotated parameter type `(Sequence[_GenericNodeT@_GenericNodeSortFunctionT], /) -> Sequence[_GenericNodeT@_GenericNodeSortFunctionT]`
New: Default value of type `None` is not assignable to annotated parameter type `(Sequence[Unknown], /) -> Sequence[Unknown]`

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

pandas/tests/arrays/interval/test_interval.py

[error] no-matching-overload - :112:35 - No overload of function `__new__` matches arguments

pandas/tests/arrays/sparse/test_dtype.py

[error] no-matching-overload - :19:29 - No overload of function `__new__` matches arguments

pandas/tests/dtypes/cast/test_construct_from_scalar.py

[error] no-matching-overload - :42:10 - No overload of function `__new__` matches arguments

pandas/tests/indexes/period/test_indexing.py

[error] no-matching-overload - :598:17 - No overload of function `__new__` matches arguments

pandas/tests/indexes/period/test_searchsorted.py

[error] no-matching-overload - :74:31 - No overload of function `__new__` matches arguments

pandas/core/arrays/timedeltas.py

[error] no-matching-overload - :157:28 - No overload of function `__new__` matches arguments

pandas/core/dtypes/cast.py

[error] no-matching-overload - :446:21 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :730:23 - No overload of function `__new__` matches arguments

pandas/tests/arithmetic/test_datetime64.py

[error] no-matching-overload - :2473:20 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2498:20 - No overload of function `__new__` matches arguments

pandas/tests/arithmetic/test_numeric.py

[error] no-matching-overload - :333:13 - No overload of function `__new__` matches arguments

pandas/tests/arithmetic/test_timedelta64.py

[error] no-matching-overload - :1857:32 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1868:30 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2194:46 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2198:40 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2271:17 - No overload of function `__new__` matches arguments

pandas/tests/arrays/string_/test_string.py

[error] no-matching-overload - :194:28 - No overload of function `__new__` matches arguments

pandas/tests/arrays/test_datetimelike.py

[error] no-matching-overload - :846:17 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1081:17 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1204:19 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1232:14 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1236:42 - No overload of function `__new__` matches arguments

pandas/tests/dtypes/test_inference.py

[error] no-matching-overload - :922:15 - No overload of function `__new__` matches arguments

pandas/tests/dtypes/test_missing.py

[error] no-matching-overload - :672:30 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :876:42 - No overload of function `__new__` matches arguments

pandas/tests/frame/methods/test_diff.py

[error] no-matching-overload - :55:21 - No overload of function `__new__` matches arguments

pandas/tests/frame/methods/test_reindex.py

[error] no-matching-overload - :1217:14 - No overload of function `__new__` matches arguments

pandas/tests/indexes/datetimes/test_indexing.py

[error] no-matching-overload - :207:17 - No overload of function `__new__` matches arguments

pandas/tests/indexes/interval/test_indexing.py

[error] no-matching-overload - :250:26 - No overload of function `__new__` matches arguments

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] no-matching-overload - :363:25 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :793:23 - No overload of function `__new__` matches arguments

pandas/tests/scalar/timedelta/test_constructors.py

[error] no-matching-overload - :677:11 - No overload of function `__new__` matches arguments

pandas/tests/series/indexing/test_setitem.py

[error] no-matching-overload - :1072:13 - No overload of function `__new__` matches arguments

pandas/tests/test_algos.py

[error] no-matching-overload - :2036:26 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :2037:26 - No overload of function `__new__` matches arguments

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

tests/test_windowing.py

[error] no-matching-overload - :100:16 - No overload of function `mean` matches arguments
[error] no-matching-overload - :105:22 - No overload of function `mean` matches arguments
[error] type-assertion-failure - :122:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :123:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :147:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :148:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :153:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :154:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :193:16 - No overload of function `mean` matches arguments
[error] type-assertion-failure - :219:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :220:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :259:16 - No overload of function `mean` matches arguments
[error] no-matching-overload - :264:22 - No overload of function `mean` matches arguments
[error] type-assertion-failure - :281:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :282:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :318:16 - No overload of function `mean` matches arguments
[error] type-assertion-failure - :335:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :336:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :365:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :366:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :396:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :397:21 - No overload of bound method `aggregate` matches arguments

pandas-stubs/core/indexes/range.pyi

[warning] unused-ignore-comment - :63:21 - Unused `ty: ignore` directive

pandas-stubs/core/series.pyi

[warning] unused-ignore-comment - :564:21 - Unused `ty: ignore` directive

tests/arrays/test_extension_array.py

[error] type-assertion-failure - :44 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`

tests/extension/decimal/array.py

[error] invalid-method-override - :156:9 - Invalid override of method `to_numpy`: Definition is incompatible with `ExtensionArray.to_numpy`
[error] invalid-return-type - :166:16 - Return type does not match returned value: expected `ndarray[ShapeT, dtype[GenericT]]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :228:36 - Argument to bound method `_from_sequence` is incorrect: Expected `list[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[ShapeT, dtype[GenericT]] | ExtensionArray`, found `ndarray[tuple[int], dtype[GenericT]] | ExtensionArray`
[error] invalid-argument-type - :231:27 - Argument to bound method `__init__` is incorrect: Expected `MutableSequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[ShapeT, dtype[GenericT]] | ExtensionArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - :246:31 - Argument to bound method `__init__` is incorrect: Expected `MutableSequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | ndarray[ShapeT, dtype[GenericT]] | ExtensionArray`, found `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`

tests/indexes/arithmetic/bool/test_mul.py

[error] type-assertion-failure - :108:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :103 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :109 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/bool/test_truediv.py

[error] type-assertion-failure - :78 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :79 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :80 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :82 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`

tests/indexes/arithmetic/complex/test_mul.py

[error] type-assertion-failure - :110:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :102 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :105 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :111 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/complex/test_truediv.py

[error] type-assertion-failure - :63 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :66 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :69 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :72 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`

tests/indexes/arithmetic/float/test_floordiv.py

[error] type-assertion-failure - :103:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :104:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :106 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/float/test_mul.py

[error] type-assertion-failure - :108:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :103 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :110 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/float/test_truediv.py

[error] type-assertion-failure - :94 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`

tests/indexes/arithmetic/int/test_floordiv.py

[error] type-assertion-failure - :103:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :104:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :106 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/int/test_mul.py

[error] type-assertion-failure - :108:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :99 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :100 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :101 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :103 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :109 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/int/test_truediv.py

[error] type-assertion-failure - :94 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :95 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :96 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :105 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`

tests/indexes/arithmetic/str/test_mul.py

[error] type-assertion-failure - :110:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :105 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :106 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :108 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :109 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :111 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/timedeltaindex/test_floordiv.py

[error] type-assertion-failure - :107:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :108:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :104 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :105 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :106 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :109 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/timedeltaindex/test_mul.py

[error] type-assertion-failure - :84 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :85 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :87 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :92 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/indexes/arithmetic/timedeltaindex/test_truediv.py

[error] type-assertion-failure - :97 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :98 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :99 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :100 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :102 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`

tests/indexes/test_indexes.py

[error] no-matching-overload - :591:13 - No overload of bound method `from_breaks` matches arguments
[error] no-matching-overload - :703:13 - No overload of bound method `from_arrays` matches arguments
[error] type-assertion-failure - :260:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :262:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :582:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :690:9 - Type `IntervalIndex[Interval[int]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1338:30 - Argument to function `__new__` is incorrect: Expected `Mapping[S3, Any] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 5 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :1344:31 - Argument to function `__new__` is incorrect: Expected `Sequence[timedelta | timedelta64[timedelta | int | None] | int | float] | Mapping[S3, Any] | ExtensionArray | ... omitted 5 union elements`, found `dict[Unknown | Timedelta, Unknown | str]`

tests/scalars/test_scalars.py

[error] type-assertion-failure - :701:9 - Type `Series[Timedelta]` does not match asserted type `Unknown`
[error] unsupported-operator - :701:21 - Operator `%` is unsupported between objects of type `Timedelta` and `Series[float]`

tests/series/arithmetic/bool/test_mul.py

[error] type-assertion-failure - :144:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :135 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :136 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :137 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/bool/test_truediv.py

[error] type-assertion-failure - :146 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :147 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :148 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :150 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`

tests/series/arithmetic/complex/test_mul.py

[error] type-assertion-failure - :158:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :147 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :148 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :150 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :153 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :159 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/complex/test_truediv.py

[error] type-assertion-failure - :183 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :186 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`

tests/series/arithmetic/float/test_floordiv.py

[error] type-assertion-failure - :142:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :143:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :144 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/float/test_mul.py

[error] type-assertion-failure - :144:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :135 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :136 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :137 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/float/test_truediv.py

[error] type-assertion-failure - :188 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :190 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :198 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`

tests/series/arithmetic/int/test_floordiv.py

[error] type-assertion-failure - :143:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :144:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :140 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :141 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/int/test_mul.py

[error] type-assertion-failure - :144:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :135 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :136 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :137 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :139 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/int/test_truediv.py

[error] type-assertion-failure - :188 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :189 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :190 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :192 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :198 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`

tests/series/arithmetic/str/test_mul.py

[error] type-assertion-failure - :146:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :141 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :142 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :144 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :145 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :147 -
Old: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/timedelta/test_floordiv.py

[error] type-assertion-failure - :157:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :158:9 - Type `Any` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :154 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_8Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :155 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :156 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :159 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/timedelta/test_mul.py

[error] type-assertion-failure - :111 -
Old: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[bool[bool]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :112 -
Old: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :113 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] type-assertion-failure - :116 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `ndarray[tuple[Any, ...], dtype[Unknown]]`

tests/series/arithmetic/timedelta/test_truediv.py

[error] type-assertion-failure - :173 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :174 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :175 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :176 -
Old: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[complex128]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :178 -
Old: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Any`
New: Type `ndarray[tuple[Any, ...], dtype[float64]]` does not match asserted type `Unknown`

tests/series/test_properties.py

[error] type-assertion-failure - :63 -
Old: Type `Categorical` does not match asserted type `ExtensionArray`
New: Type `Categorical` does not match asserted type `Unknown`

tests/series/test_series.py

[error] type-assertion-failure - :238:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :239:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :240:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :249:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :251:9 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :385:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :554:10 - Type `Series[bool]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :560:10 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] no-matching-overload - :973:5 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :980:5 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :981:5 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :992:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :993:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :997:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] no-matching-overload - :1017:16 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1018:5 - Type `Iterator[tuple[tuple[Unknown, ...], Series[int]]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1030:5 - Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] type-assertion-failure - :1049:5 - Type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[int]]]` does not match asserted type `Iterator[tuple[str | bytes | date | ... omitted 9 union elements, Series[Any]]]`
[error] no-matching-overload - :1057:27 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1081:5 - Type `Iterator[tuple[Period, Series[int]]]` does not match asserted type `Iterator[tuple[Period, Series[Any]]]`
[error] type-assertion-failure - :1090:5 - Type `Iterator[tuple[Timestamp, Series[int]]]` does not match asserted type `Iterator[tuple[Timestamp, Series[Any]]]`
[error] type-assertion-failure - :1099:5 - Type `Iterator[tuple[Timedelta, Series[int]]]` does not match asserted type `Iterator[tuple[Timedelta, Series[Any]]]`
[error] type-assertion-failure - :1112:5 - Type `Iterator[tuple[Interval[Timestamp], Series[int]]]` does not match asserted type `Iterator[tuple[Interval[Timestamp], Series[Any]]]`
[error] type-assertion-failure - :1139:5 - Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] type-assertion-failure - :1155:9 - Type `Iterator[tuple[Any, Series[int]]]` does not match asserted type `Iterator[tuple[Any, Series[Any]]]`
[error] type-assertion-failure - :1393:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1393:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1402:15 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1402:27 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1414:11 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1414:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1422:15 - Type `Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :1422:27 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1432:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1432:21 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1435:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1435:21 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1437:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1437:23 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1438:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1438:23 - No overload of bound method `transform` matches arguments
[error] type-assertion-failure - :1692:11 - Type `ndarray[ShapeT, dtype[NpNumT]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2086:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2092:11 - Type `int` does not match asserted type `Any`
[error] type-assertion-failure - :2208:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2213:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2216:11 - Type `Series[int]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2233:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2234:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2236:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2237:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2239:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2240:11 - Type `Series[int]` does not match asserted type `Unknown`
[error] type-assertion-failure - :382 -
Old: Type `int | float` does not match asserted type `Any`
New: Type `int | float` does not match asserted type `float`
[error] type-assertion-failure - :566 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :878 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] invalid-argument-type - :1111 -
Old: Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[Any, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
New: Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[int, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
[error] not-iterable - :1130 -
Old: Object of type `SeriesGroupBy[Any, Interval[Timestamp]]` is not iterable
New: Object of type `SeriesGroupBy[int, Interval[Timestamp]]` is not iterable
[error] type-assertion-failure - :1244 -
Old: Type `Series[int | float]` does not match asserted type `Unknown`
New: Type `Series[int | float]` does not match asserted type `Series[Unknown]`
[error] no-matching-overload - :1244:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1794 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :1794:31 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] type-assertion-failure - :1798 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :1798:31 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] type-assertion-failure - :1806 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :1806:31 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | Pattern[str], Unknown | str]`
[error] type-assertion-failure - :1823 -
Old: Type `Series[str]` does not match asserted type `Unknown`
New: Type `Series[str]` does not match asserted type `Series[Any]`
[error] invalid-argument-type - :1823:33 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `dict[Unknown | str, Unknown | str]`
[error] type-assertion-failure - :1964 -
Old: Type `Series[CategoricalDtype]` does not match asserted type `Series[list[Unknown | int]]`
New: Type `Series[CategoricalDtype]` does not match asserted type `Series[Any]`
[error] type-assertion-failure - :2050 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2051 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2053 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2055 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2056 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2057 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2058 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2059 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2060 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2061 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2062 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2064 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`
[error] type-assertion-failure - :2114 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :2130 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] no-matching-overload - :4018:21 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :4023:21 - No overload of function `__new__` matches arguments

tests/series/test_series_float.py

[error] type-assertion-failure - :60 -
Old: Type `Series[int | float]` does not match asserted type `Series[Any]`
New: Type `Series[int | float]` does not match asserted type `Series[float]`

tests/test_frame.py

[error] type-assertion-failure - :3025:11 - Type `Series[Any]` does not match asserted type `Unknown | Series[Any]`
[error] type-assertion-failure - :1701:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1702:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1708:9 - Type `Series[int]` does not match asserted type `Unknown`
[error] no-matching-overload - :1709:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1715:9 - Type `Series[int]` does not match asserted type `Unknown`
[error] no-matching-overload - :1716:13 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :1764:5 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :1770:5 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :1771:5 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1794:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1794:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1797:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1798:13 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1804:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1804:21 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1860:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1860:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1881:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1881:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1891:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1891:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1894:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1894:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1896:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1896:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1904:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1904:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1907:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1907:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1910:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1910:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :2066:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2066:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2070:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2070:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2079:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2079:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2083:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2083:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2181:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2181:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2184:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2184:23 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2202:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2202:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2207:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2207:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :2210:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :2210:23 - No overload of bound method `aggregate` matches arguments
[error] invalid-argument-type - :2223:34 - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[HashableT, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | str] | str]`
[error] invalid-argument-type - :2227:34 - Argument to bound method `transform` is incorrect: Expected `((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc] | Mapping[HashableT, ((...) -> Unknown) | str | ufunc | list[((...) -> Unknown) | str | ufunc]]`, found `dict[Unknown | str, Unknown | list[Unknown | ((x: SupportsAbs[_T@abs], /) -> _T@abs) | _UFunc_Nin1_Nout1[str, int, None]] | ((x: SupportsAbs[_T@abs], /) -> _T@abs)]`
[error] type-assertion-failure - :2770:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] type-assertion-failure - :3296:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3296:34 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] type-assertion-failure - :3297:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3297:34 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | int, Unknown | int]]`
[error] type-assertion-failure - :3299:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3299:32 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | Pattern[str], Unknown | str]]`
[error] type-assertion-failure - :3307:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3307:32 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`
[error] type-assertion-failure - :3310:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :3310:32 - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 14 union elements`, found `dict[Unknown | str, Unknown | dict[Unknown | Pattern[str], Unknown | str]]`
[error] invalid-assignment - :3475:5 - Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[None, None, None]]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `_iLocIndexerFrame[DataFrame]`
[error] invalid-assignment - :3478:5 - Invalid subscript assignment with key of type `tuple[slice[None, None, None], slice[None, None, None]]` and value of type `ndarray[tuple[Any, ...], dtype[Any]]` on object of type `_iLocIndexerFrame[DataFrame]`
[error] no-matching-overload - :3593:16 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :3594:5 - Type `Iterator[tuple[tuple[Unknown, ...], DataFrame]]` does not match asserted type `Unknown`
[error] no-matching-overload - :3625:27 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :4392:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :4392:23 - No overload of bound method `groupby` matches arguments
[error] type-assertion-failure - :1227 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] no-matching-overload - :2186:23 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :2187:23 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :2212:23 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :2213:23 - No overload of bound method `aggregate` matches arguments

tests/test_groupby.py

[error] type-assertion-failure - :143:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :144:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :144:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :144:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :149:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :150:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :150:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :150:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :155:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :156:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :156:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :156:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :162:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :163:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :163:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :163:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :204:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :204:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :204:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :205:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :205:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :205:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :208:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :208:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :208:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :212:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :212:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :212:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :218:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :218:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :218:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :224:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :224:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :224:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :383:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :384:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :384:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :384:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :390:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :391:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :391:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :391:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :397:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :398:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :398:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :398:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :455:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :455:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :455:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :512:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :513:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :519:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :520:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :547:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :549:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :553:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :557:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :561:13 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :637:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :638:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :707:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :708:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :714:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :715:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :744:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :746:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :750:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :754:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :758:13 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :836:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :837:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :901:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :902:21 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :908:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :909:21 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :924:19 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :926:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :930:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :934:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :938:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :1007:17 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1008:21 - No overload of bound method `aggregate` matches arguments

tests/test_io.py

[error] type-assertion-failure - :220:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :220:36 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :224:11 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :224:38 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :226:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :227:28 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :248:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :248:36 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_b(s: str) -> bool`
[error] type-assertion-failure - :252:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :254:17 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :254:31 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_greater_than_0(i: int) -> bool`
[error] type-assertion-failure - :261:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :263:17 - Argument to function `read_clipboard` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] invalid-argument-type - :264:17 - Argument to function `read_clipboard` is incorrect: Expected `SequenceNotStr[Hashable] | range | ExtensionArray | ... omitted 5 union elements`, found `def _true_if_first_param_is_head(t: tuple[str, int]) -> bool`
[error] type-assertion-failure - :660:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :661:35 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :670:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :670:43 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :674:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :677:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :703:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :706:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :716:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :719:21 - Argument to function `read_csv` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :795:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :796:34 - Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["first"], Literal["second"]]`
[error] type-assertion-failure - :805:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :805:42 - Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1], Literal["two"]]`
[error] type-assertion-failure - :809:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :812:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["first"], Literal[1]], tuple[Literal["last"], Literal[2]]]`
[error] type-assertion-failure - :861:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :864:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] type-assertion-failure - :874:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :877:21 - Argument to function `read_table` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] type-assertion-failure - :1001:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1001:45 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal["test"]]`
[error] type-assertion-failure - :1005:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1005:45 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[Literal[1]]`
[error] type-assertion-failure - :1009:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1010:37 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["higher"], Literal["lower"]]]`
[error] type-assertion-failure - :1036:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1036:45 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_b(s: str) -> bool`
[error] type-assertion-failure - :1040:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1043:21 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `list[Unknown | int]`
[error] invalid-argument-type - :1044:21 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_greater_than_0(i: int) -> bool`
[error] type-assertion-failure - :1053:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] invalid-argument-type - :1056:21 - Argument to function `read_excel` is incorrect: Expected `MutableSequence[HashableT] | ndarray[tuple[int], dtype[GenericT]] | tuple[HashableT, ...] | range | None`, found `tuple[tuple[Literal["head"], Literal[1]], tuple[Literal["tail"], Literal[2]]]`
[error] invalid-argument-type - :1057:21 - Argument to function `read_excel` is incorrect: Expected `str | SequenceNotStr[Hashable] | range | ... omitted 6 union elements`, found `def _true_if_first_param_is_head(t: tuple[str, int]) -> bool`

tests/test_pandas.py

[error] type-assertion-failure - :603:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Unknown]]`
[error] type-assertion-failure - :742:9 - Type `ndarray[tuple[int], dtype[floating[Any]]]` does not match asserted type `Unknown`
[error] no-matching-overload - :743:13 - No overload of function `to_numeric` matches arguments
[error] type-assertion-failure - :903:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :907:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :923:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Unknown]]`
[error] type-assertion-failure - :929:11 - Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `ndarray[tuple[int], dtype[Any]]`
[error] type-assertion-failure - :1676:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1677:17 - No overload of function `crosstab` matches arguments
[error] type-assertion-failure - :1961:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1962:13 - No overload of function `pivot_table` matches arguments
[error] type-assertion-failure - :1972:9 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :1973:13 - No overload of function `pivot_table` matches arguments
[error] type-assertion-failure - :953 -
Old: Type `ndarray[tuple[int], dtype[datetime64[date | int | None]]] | DatetimeIndex` does not match asserted type `ndarray[tuple[int], dtype[GenericT]] | Index[Any]`
New: Type `ndarray[tuple[int], dtype[datetime64[date | int | None]]] | DatetimeIndex` does not match asserted type `ndarray[tuple[int], dtype[Any]] | Index[Any]`
[error] type-assertion-failure - :971 -
Old: Type `ndarray[ShapeT, dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[Any, ...], dtype[Any]]` does not match asserted type `Unknown`

tests/test_resampler.py

[error] type-assertion-failure - :109:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :109:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :113:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :113:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :117:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :118:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :124:13 - Type `DataFrame` does not match asserted type `Unknown`
[error] no-matching-overload - :125:17 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :347:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :347:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :351:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :351:25 - No overload of bound method `aggregate` matches arguments
[error] type-assertion-failure - :355:13 - Type `DataFrame | Series[Any]` does not match asserted type `Unknown`
[error] no-matching-overload - :356:17 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :417:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :418:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :420:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :442:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :443:15 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :446:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :450:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :454:13 - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - :458:13 - No overload of bound method `aggregate` matches arguments

tests/test_styler.py

[error] invalid-argument-type - :230:46 - Argument to bound method `highlight_min` is incorrect: Expected `_IndexSlice | slice[Any, Any, Any] | tuple[slice[Any, Any, Any], ...] | ... omitted 3 union elements`, found `list[Unknown | int]`

tests/test_timefuncs.py

[error] type-assertion-failure - :968 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :972 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`
[error] type-assertion-failure - :1002 -
Old: Type `ndarray[tuple[int], dtype[GenericT]]` does not match asserted type `Unknown`
New: Type `ndarray[tuple[int], dtype[Any]]` does not match asserted type `Unknown`

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

tests/mypy/pandas_modules/pandas_series.py

[error] invalid-argument-type - :9:4 - Argument to function `fn` is incorrect: Expected `Series[str]`, found `Series[str | float]`
[error] invalid-argument-type - :12:4 - Argument to function `fn` is incorrect: Expected `Series[str]`, found `Series[float]`

pandera/backends/pandas/checks.py

[error] no-matching-overload - :34:20 - No overload of bound method `groupby` matches arguments
[error] no-matching-overload - :34:20 - No overload of bound method `groupby` matches arguments

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

pydantic/_internal/_forward_ref.py

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

pydantic/types.py

[error] invalid-type-form - :852 -
Old: Variable of type `type[HashableItemType@conset]` is not allowed in a type expression
New: Variable of type `type[Unknown]` is not allowed in a type expression
[error] invalid-type-form - :868 -
Old: Variable of type `type[HashableItemType@confrozenset]` is not allowed in a type expression
New: Variable of type `type[Unknown]` is not allowed in a type expression
[error] invalid-type-form - :903 -
Old: Variable of type `type[AnyItemType@conlist]` is not allowed in a type expression
New: Variable of type `type[Unknown]` is not allowed in a type expression

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

src/schemathesis/specs/openapi/negative/mutations.py

[error] invalid-assignment - :145:25 - Object of type `T@Draw` is not assignable to `list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
[error] invalid-argument-type - :145:30 - Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
[error] invalid-assignment - :152:25 - Object of type `T@Draw` is not assignable to `list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]`
[error] invalid-argument-type - :152:30 - Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
[error] call-non-callable - :162:28 - Object of type `T@Draw` is not callable
[error] unresolved-attribute - :231:72 - Object of type `T@Draw` has no attribute `is_enabled`
[error] invalid-argument-type - :248:9 - Argument is incorrect: Expected `str | None`, found `T@Draw`
[error] invalid-argument-type - :288:27 - Argument to bound method `remove` is incorrect: Expected `str`, found `T@Draw`
[error] unresolved-attribute - :292:63 - Object of type `T@Draw` has no attribute `is_enabled`
[error] invalid-argument-type - :297:46 - Argument to function `prevent_unsatisfiable_schema` is incorrect: Expected `str`, found `T@Draw`
[error] not-iterable - :361:32 - Object of type `T@Draw` is not iterable
[error] invalid-argument-type - :361:37 - Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[Unknown]]`
[error] unresolved-attribute - :390:12 - Object of type `T@Draw` has no attribute `is_enabled`
[error] unresolved-attribute - :547:37 - Object of type `T@Draw` has no attribute `is_enabled`
[error] invalid-return-type - :607:12 - Return type does not match returned value: expected `tuple[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None], ...]`, found `T@Draw`
[error] invalid-argument-type - :607:17 - Argument is incorrect: Expected `SearchStrategy[T@Draw]`, found `SearchStrategy[list[(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]]]`
[error] unresolved-attribute - :164:60 - Object of type `T@Draw` has no attribute `is_enabled`
[error] unresolved-attribute - :164:89 - Object of type `(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
[warning] possibly-missing-attribute - :164:89 - Attribute `__name__` may be missing on object of type `Unknown | ((MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None])`
[error] unresolved-attribute - :393 -
Old: Object of type `T@Draw` has no attribute `is_enabled`
New: Object of type `(MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`
[error] unresolved-attribute - :393:49 - Object of type `(MutationContext, (SearchStrategy[T@Draw], /) -> T@Draw, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` has no attribute `__name__`

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

src/scikit_build_core/build/_pathutil.py

[error] invalid-argument-type - :25:38 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `DirEntry[Path]`
[error] invalid-argument-type - :27:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `DirEntry[Path]`

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

sklearn/_loss/link.py

[error] non-subscriptable - :265:32 - Cannot subscript object of type `floating[Any]` with no `__getitem__` method
[error] non-subscriptable - :265:32 - Cannot subscript object of type `integer[Any]` with no `__getitem__` method

sklearn/cluster/tests/test_k_means.py

[error] unresolved-attribute - :1049:15 - Object of type `spmatrix[float64]` has no attribute `toarray`
[error] unresolved-attribute - :1058:9 - Object of type `spmatrix[float64]` has no attribute `data`
[error] unresolved-attribute - :1058:24 - Object of type `spmatrix[float64]` has no attribute `indices`
[error] unresolved-attribute - :1074:15 - Object of type `spmatrix[float64]` has no attribute `toarray`
[error] no-matching-overload - :1046:16 - No overload of function `random` matches arguments
[error] no-matching-overload - :1071:16 - No overload of function `random` matches arguments

sklearn/compose/tests/test_column_transformer.py

[error] invalid-argument-type - :77:46 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `int`
[error] invalid-argument-type - :77:57 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT] | None`, found `int`
[error] invalid-argument-type - :473:41 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[3]`
[error] invalid-argument-type - :473:44 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT] | None`, found `Literal[2]`

sklearn/datasets/_samples_generator.py

[error] invalid-argument-type - :1820:20 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Unknown | Literal[1]`
[error] no-matching-overload - :1821:11 - No overload of function `random` matches arguments

sklearn/decomposition/tests/test_pca.py

[error] no-matching-overload - :92:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :123:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :140:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :148:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :175:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :197:9 - No overload of function `random` matches arguments

sklearn/decomposition/tests/test_truncated_svd.py

[error] unresolved-attribute - :19:5 - Object of type `spmatrix[float64]` has no attribute `data`
[error] unresolved-attribute - :19:28 - Object of type `spmatrix[float64]` has no attribute `data`
[error] no-matching-overload - :18:9 - No overload of function `random` matches arguments

sklearn/feature_extraction/tests/test_text.py

[error] no-matching-overload - :1241:9 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1250:9 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1602:9 - No overload of function `rand` matches arguments

sklearn/linear_model/_quantile.py

[error] no-matching-overload - :243:19 - No overload of function `eye` matches arguments

sklearn/linear_model/tests/test_base.py

[error] invalid-argument-type - :101:20 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[10]`
[error] invalid-argument-type - :151:20 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[100]`
[error] invalid-argument-type - :151:23 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT] | None`, found `Literal[100]`
[error] no-matching-overload - :503:9 - No overload of function `rand` matches arguments

sklearn/linear_model/tests/test_logistic.py

[error] no-matching-overload - :2428:23 - No overload of function `rand` matches arguments

sklearn/linear_model/tests/test_sgd.py

[error] no-matching-overload - :2128:9 - No overload of function `random` matches arguments

sklearn/linear_model/tests/test_sparse_coordinate_descent.py

[error] unresolved-attribute - :384:5 - Unresolved attribute `data` on type `spmatrix[float64]`.
[error] unresolved-attribute - :384:40 - Object of type `spmatrix[float64]` has no attribute `data`
[error] no-matching-overload - :381:9 - No overload of function `random` matches arguments

sklearn/manifold/_locally_linear.py

[error] no-matching-overload - :190:39 - No overload of function `eigh` matches arguments

sklearn/manifold/tests/test_isomap.py

[error] no-matching-overload - :237:9 - No overload of function `rand` matches arguments

sklearn/manifold/tests/test_spectral_embedding.py

[error] no-matching-overload - :314:9 - No overload of function `rand` matches arguments

sklearn/preprocessing/tests/test_data.py

[error] no-matching-overload - :1150:16 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1159:56 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1211:16 - No overload of function `rand` matches arguments
[error] no-matching-overload - :1474:9 - No overload of function `rand` matches arguments
[error] no-matching-overload - :2596:6 - No overload of function `random` matches arguments
[error] no-matching-overload - :2605:11 - No overload of function `random` matches arguments

sklearn/preprocessing/tests/test_polynomial.py

[error] no-matching-overload - :909:27 - No overload of function `random` matches arguments
[error] no-matching-overload - :944:27 - No overload of function `random` matches arguments
[error] no-matching-overload - :967:27 - No overload of function `random` matches arguments
[error] no-matching-overload - :1001:9 - No overload of function `random` matches arguments

sklearn/utils/tests/test_extmath.py

[error] unresolved-attribute - :1084:20 - Object of type `spmatrix[complexfloating[Any, Any]]` has no attribute `toarray`
[error] no-matching-overload - :242:38 - No overload of function `eigh` matches arguments
[error] no-matching-overload - :1075:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :1076:9 - No overload of function `random` matches arguments

sklearn/utils/tests/test_sparsefuncs.py

[error] no-matching-overload - :943:19 - No overload of function `norm` matches arguments
[error] no-matching-overload - :440:13 - No overload of function `random` matches arguments
[error] no-matching-overload - :441:13 - No overload of function `random` matches arguments
[error] no-matching-overload - :444:13 - No overload of function `random` matches arguments
[error] no-matching-overload - :448:21 - No overload of function `random` matches arguments
[error] no-matching-overload - :481:10 - No overload of function `random` matches arguments
[error] no-matching-overload - :482:10 - No overload of function `random` matches arguments
[error] no-matching-overload - :500:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :608:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :640:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :941:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :959:9 - No overload of function `random` matches arguments
[error] no-matching-overload - :1005:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1005:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1006:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1006:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1007:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1007:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1008:10 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1008:35 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1010:13 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1011:13 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1016:13 - No overload of function `eye` matches arguments
[error] no-matching-overload - :1017:13 - No overload of function `eye` matches arguments

sklearn/utils/tests/test_testing.py

[error] no-matching-overload - :1105:16 - No overload of function `random` matches arguments

sklearn/utils/tests/test_validation.py

[error] no-matching-overload - :159:38 - No overload of function `random` matches arguments
[error] no-matching-overload - :707:9 - No overload of function `random` matches arguments

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

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/cobylb.py

[error] invalid-argument-type - :114:24 - Argument to function `selectx` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - :550:20 - Argument to function `selectx` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[_ScalarT]]`, found `ndarray[tuple[Any, ...], dtype[float64]] | Unknown`

scipy/_lib/pyprima/pyprima/src/pyprima/cobyla/trustregion.py

[error] unsupported-operator - :244:62 - Operator `<=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]] | ndarray[tuple[Any, ...], dtype[Any]]` and `int`
[error] invalid-assignment - :232 -
Old: Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
New: Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :232 -
Old: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - :232:21 - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :232:44 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-assignment - :266 -
Old: Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
New: Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - :266 -
Old: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Any]]`
New: Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[Unknown]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-assignment - :266:17 - Invalid subscript assignment with key of type `list[Unknown | signedinteger[_64Bit] | int]` and value of type `Unknown` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`
[error] invalid-argument-type - :266:42 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (key: str, /) -> ndarray[tuple[Any, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[Any, ...], dtype[void]]]` cannot be called with key of type `list[Unknown | signedinteger[_64Bit] | int]` on object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]`

scipy/_lib/pyprima/pyprima/src/pyprima/common/selectx.py

[error] no-matching-overload - :225:42 - No overload of function `isposinf` matches arguments
[error] no-matching-overload - :226:54 - No overload of function `isposinf` matches arguments
[error] unsupported-operator - :236:27 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :236:44 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :239:46 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :242:29 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :249:31 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :249:45 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :253:36 - Operator `-` is unsupported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float`
[error] unsupported-operator - :255:37 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :281:44 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`
[error] unsupported-operator - :282:52 - Operator `<` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `int | float | floating[Any]`

scipy/signal/_spectral_py.py

[error] unsupported-operator - :241:20 - Operator `>=` is not supported between objects of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` and `Literal[0]`

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

tests/sparse/test_matrix_io.pyi

[error] invalid-argument-type - :56:29 - Argument to function `load_npz` is incorrect: Expected `_StrOrBytes | CanFSPath[_StrOrBytes] | _CanReadAndSeekBytes`, found `Literal[""]`
[error] invalid-argument-type - :57:29 - Argument to function `load_npz` is incorrect: Expected `_StrOrBytes | CanFSPath[_StrOrBytes] | _CanReadAndSeekBytes`, found `Literal[b""]`
[error] invalid-argument-type - :58:29 - Argument to function `load_npz` is incorrect: Expected `_StrOrBytes | CanFSPath[_StrOrBytes] | _CanReadAndSeekBytes`, found `Path`

scipy-stubs/special/_ufuncs.pyi

[error] invalid-parameter-default - :762:43 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :764:43 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :766:45 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :768:41 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :770:48 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :788:43 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :790:43 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :792:45 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :794:42 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :796:45 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :814:45 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :816:43 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :818:47 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :836:57 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :838:43 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :840:46 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :842:45 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :844:43 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :846:48 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :848:47 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1014:59 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1016:62 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1018:61 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1045:59 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1047:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1049:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1051:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1053:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1077:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1089:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1101:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1145:63 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1147:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1149:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1165:63 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1167:58 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1169:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1171:66 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1200:61 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1202:58 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1204:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1206:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1208:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1210:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1212:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1214:66 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1238:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1250:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1262:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1331:59 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1333:63 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1335:58 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1337:58 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1339:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1341:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1343:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1345:67 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1380:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1392:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1405:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1417:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1430:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1622:75 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1625:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1629:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1633:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1637:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1641:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1645:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1665:66 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1669:68 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1673:64 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1677:86 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1681:86 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1685:86 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1689:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1693:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1697:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1701:76 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1705:78 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1709:78 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1729:66 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1733:72 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1742:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1752:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1762:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1767:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1771:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1775:77 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1779:78 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1783:78 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1787:78 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1853:87 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1863:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1874:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1885:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1896:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1907:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1918:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1929:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1940:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1974:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1986:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :1998:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2010:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2039:82 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2043:84 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2047:79 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2057:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2068:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2079:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2090:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2101:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2112:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2123:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2134:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2145:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2156:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2167:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2178:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2206:82 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2210:90 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2220:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2231:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2242:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2253:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2264:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2275:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2286:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2297:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2308:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2319:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2330:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`
[error] invalid-parameter-default - :2341:9 - Default value of type `None` is not assignable to annotated parameter type `tuple[_MaybeOutT] | _MaybeOutT`

tests/fft/test_backend.pyi

[error] invalid-argument-type - :17 -
Old: Argument to function `set_global_backend` is incorrect: Expected `type[_Backend[_T]] | Literal["scipy"]`, found `<class 'MyBackend'>`
New: Argument to function `set_global_backend` is incorrect: Expected `type[_Backend[Any]] | Literal["scipy"]`, found `<class 'MyBackend'>`
[error] invalid-argument-type - :21 -
Old: Argument to function `register_backend` is incorrect: Expected `type[_Backend[_T]] | Literal["scipy"]`, found `<class 'MyBackend'>`
New: Argument to function `register_backend` is incorrect: Expected `type[_Backend[Any]] | Literal["scipy"]`, found `<class 'MyBackend'>`
[error] invalid-argument-type - :30 -
Old: Argument to function `set_backend` is incorrect: Expected `type[_Backend[_T]] | Literal["scipy"]`, found `<class 'MyBackend'>`
New: Argument to function `set_backend` is incorrect: Expected `type[_Backend[Any]] | Literal["scipy"]`, found `<class 'MyBackend'>`
[error] invalid-argument-type - :36 -
Old: Argument to function `skip_backend` is incorrect: Expected `type[_Backend[_T]] | Literal["scipy"]`, found `<class 'MyBackend'>`
New: Argument to function `skip_backend` is incorrect: Expected `type[_Backend[Any]] | Literal["scipy"]`, found `<class 'MyBackend'>`

tests/sparse/test_construct.pyi

[error] type-assertion-failure - :125:1 - Type `dia_array[float64]` does not match asserted type `Unknown`
[error] invalid-argument-type - :125:30 - Argument to function `eye_array` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[5]`
[error] type-assertion-failure - :126:1 - Type `bsr_array[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :126:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :127:1 - Type `coo_array[float64, tuple[int, int]]` does not match asserted type `Unknown`
[error] no-matching-overload - :127:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :128:1 - Type `csc_array[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :128:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :129:1 - Type `csr_array[float64, tuple[int, int]]` does not match asserted type `Unknown`
[error] no-matching-overload - :129:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :130:1 - Type `dia_array[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :130:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :131:1 - Type `dok_array[float64, tuple[int, int]]` does not match asserted type `Unknown`
[error] no-matching-overload - :131:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :132:1 - Type `lil_array[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :132:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :142:1 - Type `dia_matrix[float64]` does not match asserted type `Unknown`
[error] invalid-argument-type - :142:24 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[5]`
[error] type-assertion-failure - :143:1 - Type `bsr_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :143:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :144:1 - Type `coo_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :144:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :145:1 - Type `csc_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :145:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :146:1 - Type `csr_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :146:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :147:1 - Type `dia_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :147:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :148:1 - Type `dok_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :148:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :149:1 - Type `lil_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :149:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :150:1 - Type `dia_matrix[float64]` does not match asserted type `Unknown`
[error] invalid-argument-type - :150:24 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[5]`
[error] invalid-argument-type - :150:27 - Argument to function `eye` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT] | None`, found `Literal[4]`
[error] type-assertion-failure - :151:1 - Type `bsr_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :151:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :152:1 - Type `coo_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :152:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :153:1 - Type `csc_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :153:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :154:1 - Type `csr_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :154:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :155:1 - Type `dia_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :155:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :156:1 - Type `dok_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :156:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :157:1 - Type `lil_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :157:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :167:1 - Type `dia_matrix[float64]` does not match asserted type `Unknown`
[error] invalid-argument-type - :167:29 - Argument to function `identity` is incorrect: Expected `_IntT | CanInt[_IntT] | CanIndex[_IntT]`, found `Literal[5]`
[error] type-assertion-failure - :168:1 - Type `bsr_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :168:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :169:1 - Type `coo_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :169:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :170:1 - Type `csc_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :170:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :171:1 - Type `csr_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :171:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :172:1 - Type `dia_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :172:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :173:1 - Type `dok_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :173:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :174:1 - Type `lil_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :174:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :313:1 - Type `coo_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :313:13 - No overload of function `random` matches arguments
[error] type-assertion-failure - :316:1 - Type `coo_matrix[float64]` does not match asserted type `Unknown`
[error] no-matching-overload - :316:13 - No overload of function `rand` matches arguments
[error] type-assertion-failure - :133 -
Old: Type `dia_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[float64]`
[error] no-matching-overload - :133:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :134 -
Old: Type `bsr_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `bsr_array[floating[_32Bit]]` does not match asserted type `bsr_array[float64]`
[error] no-matching-overload - :134:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :135 -
Old: Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `coo_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `coo_array[float64, tuple[int, int]]`
[error] no-matching-overload - :135:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :136 -
Old: Type `csc_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `csc_array[floating[_32Bit]]` does not match asserted type `csc_array[float64]`
[error] no-matching-overload - :136:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :137 -
Old: Type `csr_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `csr_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `csr_array[float64, tuple[int, int]]`
[error] no-matching-overload - :137:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :138 -
Old: Type `dia_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dia_array[floating[_32Bit]]` does not match asserted type `dia_array[float64]`
[error] no-matching-overload - :138:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :139 -
Old: Type `dok_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `Unknown`
New: Type `dok_array[floating[_32Bit], tuple[int, int]]` does not match asserted type `dok_array[float64, tuple[int, int]]`
[error] no-matching-overload - :139:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :140 -
Old: Type `lil_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `lil_array[floating[_32Bit]]` does not match asserted type `lil_array[float64]`
[error] no-matching-overload - :140:13 - No overload of function `eye_array` matches arguments
[error] type-assertion-failure - :158 -
Old: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[float64]`
[error] no-matching-overload - :158:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :159 -
Old: Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[float64]`
[error] no-matching-overload - :159:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :160 -
Old: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[float64]`
[error] no-matching-overload - :160:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :161 -
Old: Type `csc_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[float64]`
[error] no-matching-overload - :161:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :162 -
Old: Type `csr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[float64]`
[error] no-matching-overload - :162:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :163 -
Old: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[float64]`
[error] no-matching-overload - :163:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :164 -
Old: Type `dok_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[float64]`
[error] no-matching-overload - :164:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :165 -
Old: Type `lil_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[float64]`
[error] no-matching-overload - :165:13 - No overload of function `eye` matches arguments
[error] type-assertion-failure - :175 -
Old: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[float64]`
[error] no-matching-overload - :175:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :176 -
Old: Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `bsr_matrix[floating[_32Bit]]` does not match asserted type `bsr_matrix[float64]`
[error] no-matching-overload - :176:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :177 -
Old: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[float64]`
[error] no-matching-overload - :177:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :178 -
Old: Type `csc_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `csc_matrix[floating[_32Bit]]` does not match asserted type `csc_matrix[float64]`
[error] no-matching-overload - :178:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :179 -
Old: Type `csr_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `csr_matrix[floating[_32Bit]]` does not match asserted type `csr_matrix[float64]`
[error] no-matching-overload - :179:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :180 -
Old: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dia_matrix[floating[_32Bit]]` does not match asserted type `dia_matrix[float64]`
[error] no-matching-overload - :180:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :181 -
Old: Type `dok_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `dok_matrix[floating[_32Bit]]` does not match asserted type `dok_matrix[float64]`
[error] no-matching-overload - :181:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :182 -
Old: Type `lil_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `lil_matrix[floating[_32Bit]]` does not match asserted type `lil_matrix[float64]`
[error] no-matching-overload - :182:13 - No overload of function `identity` matches arguments
[error] type-assertion-failure - :271 -
Old: Type `lil_array[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `lil_array[floating[_32Bit]]` does not match asserted type `lil_array[number[Any, int | float | complex] | bool[bool]]`
[error] type-assertion-failure - :314 -
Old: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[float64]`
[error] no-matching-overload - :314:13 - No overload of function `random` matches arguments
[error] type-assertion-failure - :317 -
Old: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `Unknown`
New: Type `coo_matrix[floating[_32Bit]]` does not match asserted type `coo_matrix[float64]`
[error] no-matching-overload - :317:13 - No overload of function `rand` matches arguments

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

setuptools/_vendor/typing_extensions.py

[error] invalid-type-form - :2074:29 - Variable of type `Self@__or__` is not allowed in a type expression
[error] invalid-type-form - :2077:36 - Variable of type `Self@__ror__` is not allowed in a type expression

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

strawberry/types/lazy_type.py

[error] invalid-type-form - :59:22 - Variable of type `Self@__or__` is not allowed in a type expression
[error] invalid-type-form - :59:28 - Variable of type `Other@__or__` is not allowed in a type expression

strawberry/types/field.py

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

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

references/depth/stereo/train.py

[error] unresolved-attribute - :508 -
Old: Object of type `ndarray[tuple[Any, ...], dtype[_ScalarT]]` has no attribute `load_state_dict`
New: Object of type `ndarray[tuple[Any, ...], dtype[Unknown]]` has no attribute `load_state_dict`

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

doc/examples/weather-data.ipynb:cell 3

[error] unsupported-operator - :6:36 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`

xarray/core/accessor_str.py

[error] invalid-type-form - :295 -
Old: Variable of type `def slice(self, start: int | Any | None = None, stop: int | Any | None = None, step: int | Any | None = None) -> T_DataArray@StringAccessor` is not allowed in a type expression
New: Variable of type `def slice(self, start: int | Any | None = None, stop: int | Any | None = None, step: int | Any | None = None) -> Unknown` is not allowed in a type expression

xarray/core/common.py

[error] invalid-argument-type - :1121:45 - Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `DataArray`

xarray/core/dataarray.py

[error] invalid-argument-type - :7086:22 - Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `Hashable`

xarray/core/dataset.py

[error] invalid-argument-type - :10190:22 - Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `Hashable`

xarray/core/groupby.py

[error] invalid-return-type - :281:16 - Return type does not match returned value: expected `tuple[T_DataArray@T_Group | _DummyGroup[Unknown], T_DataWithCoords@_ensure_1d, Hashable, list[Hashable]]`, found `tuple[DataArray, Any, Unknown, list[Hashable]]`
[error] invalid-argument-type - :423:34 - Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `(DataArray & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (Sequence[Hashable] & Variable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]]) | (IndexVariable & ~ndarray[tuple[object, ...], dtype[object]] & ~Top[Index[Any]] & ~Grouper & ~Top[Mapping[Unknown, object]])`
[error] invalid-argument-type - :439:26 - Argument is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `Hashable`
[error] invalid-assignment - :475:20 - Object of type `DataArray` is not assignable to `T_DataArray@T_Group | _DummyGroup[Unknown]`
[error] invalid-assignment - :488:20 - Object of type `DataArray` is not assignable to `T_DataArray@T_Group | _DummyGroup[Unknown]`
[error] invalid-argument-type - :680:28 - Argument to function `_ensure_1d` is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `DataArray`
[error] invalid-assignment - :684:13 - Object of type `None` is not assignable to attribute `group1d` of type `T_DataArray@T_Group | _DummyGroup[Unknown]`
[error] invalid-argument-type - :500:36 - Argument to bound method `__init__` is incorrect: Expected `DataArray`, found `T_DataWithCoords@_resolve_group`

xarray/groupers.py

[error] invalid-assignment - :413:21 - Object of type `DataArray` is not assignable to `T_DataArray@T_Group | _DummyGroup[Unknown]`
[warning] possibly-missing-attribute - :438:55 - Attribute `dtype` may be missing on object of type `T_DataArray@T_Group | _DummyGroup[Unknown]`
[error] invalid-argument-type - :944:46 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], str], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], str], (key: str, /) -> ndarray[tuple[int, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, ...], dtype[void]]]` cannot be called with key of type `Any | slice[Any, Any, Any]` on object of type `ndarray[tuple[int, ...], str]`
[error] no-matching-overload - :950:13 - No overload of bound method `groupby` matches arguments
[error] invalid-argument-type - :997:49 - Method `__getitem__` of type `Overload[(key: ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]] | tuple[ndarray[tuple[Any, ...], dtype[integer[Any] | bool[bool]]], ...], /) -> ndarray[tuple[Any, ...], str], (key: SupportsIndex | tuple[SupportsIndex, ...], /) -> Any, (key: SupportsIndex | slice[Any, Any, Any] | EllipsisType | ... omitted 5 union elements, /) -> ndarray[tuple[Any, ...], str], (key: str, /) -> ndarray[tuple[int, ...], dtype[Any]], (key: list[str], /) -> ndarray[tuple[int, ...], dtype[void]]]` cannot be called with key of type `Any` on object of type `ndarray[tuple[int, ...], str]`

xarray/structure/combine.py

[error] unsupported-operator - :158 -
Old: Operator `-` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]] | ExtensionArray` and `Literal[1]`
New: Operator `-` is unsupported between objects of type `ndarray[tuple[int], dtype[Any]] | ExtensionArray` and `Literal[1]`

xarray/tests/test_coding_times.py

[error] no-matching-overload - :600:22 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :616:16 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1508:11 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1530:11 - No overload of function `__new__` matches arguments

xarray/tests/test_cupy.py

[error] unsupported-operator - :24:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`

xarray/tests/test_formatting_html.py

[error] unsupported-operator - :98:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`

xarray/tests/test_groupby.py

[error] unsupported-operator - :2804:40 - Operator `/` is unsupported between objects of type `ndarray[tuple[int], dtype[GenericT]]` and `float`
[error] invalid-argument-type - :3165:46 - Argument to bound method `factorize` is incorrect: Expected `T_DataArray@T_Group | _DummyGroup[Unknown]`, found `DataArray`

xarray/tests/test_rolling.py

[error] no-matching-overload - :709:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :730:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :758:9 - No overload of function `assert_allclose` matches arguments

xarray/tests/test_ufuncs.py

[error] invalid-assignment - :37:87 - Object of type `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 4 union elements]` is not assignable to `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements]`
[error] invalid-assignment - :53:87 - Object of type `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 4 union elements]` is not assignable to `list[int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements]`
[error] unsupported-operator - :62:43 - Operator `*` is unsupported between objects of type `float` and `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements`
[error] unsupported-operator - :46:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :46:53 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :47:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :47:53 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :48:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :48:49 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :49:30 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`
[error] unsupported-operator - :49:49 - Operator `+` is unsupported between objects of type `int | float | ndarray[tuple[Any, ...], dtype[_ScalarT]] | ... omitted 3 union elements` and `Literal[1]`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/interface.py

[error] invalid-type-form - :978:22 - Variable of type `Self@__or__` is not allowed in a type expression
[error] invalid-type-form - :982:29 - Variable of type `Self@__ror__` is not allowed in a type expression