Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daemon #807

Merged
merged 2 commits into from
Dec 1, 2024
Merged

Daemon #807

merged 2 commits into from
Dec 1, 2024

Conversation

KotlinIsland
Copy link
Owner

@KotlinIsland KotlinIsland commented Nov 5, 2024

resolves #755
resolves #430

This comment has been minimized.

@KotlinIsland KotlinIsland mentioned this pull request Nov 6, 2024
@KotlinIsland KotlinIsland force-pushed the daemon branch 2 times, most recently from 7fa01f3 to 2b021ec Compare November 7, 2024 07:37

This comment has been minimized.

This comment has been minimized.

@KotlinIsland KotlinIsland marked this pull request as ready for review November 8, 2024 05:59

This comment has been minimized.

.mypy/baseline.json Show resolved Hide resolved
.mypy/baseline.json Show resolved Hide resolved
mypy/errors.py Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Dec 1, 2024

Diff from mypy_primer, showing the effect of this PR on open source code:

optuna (https://github.com/optuna/optuna)
- tests/samplers_tests/tpe_tests/test_parzen_estimator.py:25:9: error: Expression type contains "Any" (has type "(float | ndarray[Untyped, Untyped], float | ndarray[Untyped, Untyped])")  [no-any-expr]
+ tests/samplers_tests/tpe_tests/test_parzen_estimator.py:25:9: error: Expression type contains "Any" (has type "(ndarray[Untyped, Untyped] | float, ndarray[Untyped, Untyped] | float)")  [no-any-expr]
- tests/samplers_tests/tpe_tests/test_parzen_estimator.py:25:9: error: Expression type contains "Any" (has type "float | ndarray[Untyped, Untyped]")  [no-any-expr]
+ tests/samplers_tests/tpe_tests/test_parzen_estimator.py:25:9: error: Expression type contains "Any" (has type "ndarray[Untyped, Untyped] | float")  [no-any-expr]
- tests/samplers_tests/tpe_tests/test_parzen_estimator.py:25:31: error: Expression type contains "Any" (has type "zip[(float | ndarray[Untyped, Untyped], float | ndarray[Untyped, Untyped])]")  [no-any-expr]
+ tests/samplers_tests/tpe_tests/test_parzen_estimator.py:25:31: error: Expression type contains "Any" (has type "zip[(ndarray[Untyped, Untyped] | float, ndarray[Untyped, Untyped] | float)]")  [no-any-expr]
- tests/samplers_tests/tpe_tests/test_parzen_estimator.py:26:53: error: Expression type contains "Any" (has type "float | ndarray[Untyped, Untyped]")  [no-any-expr]
+ tests/samplers_tests/tpe_tests/test_parzen_estimator.py:26:53: error: Expression type contains "Any" (has type "ndarray[Untyped, Untyped] | float")  [no-any-expr]
- tests/samplers_tests/tpe_tests/test_parzen_estimator.py:26:71: error: Expression type contains "Any" (has type "float | ndarray[Untyped, Untyped]")  [no-any-expr]
+ tests/samplers_tests/tpe_tests/test_parzen_estimator.py:26:71: error: Expression type contains "Any" (has type "ndarray[Untyped, Untyped] | float")  [no-any-expr]

scikit-learn (https://github.com/scikit-learn/scikit-learn)
- sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:5: error: Expression type contains "Any" (has type "(Untyped | ndarray[Any, dtype[signedinteger[Any]]], Untyped | ndarray[Any, dtype[signedinteger[Any]]])")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:5: error: Expression type contains "Any" (has type "(ndarray[Any, dtype[signedinteger[Any]]] | Untyped, ndarray[Any, dtype[signedinteger[Any]]] | Untyped)")  [no-any-expr]
- sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:5: error: Expression type contains "Any" (has type "Untyped | ndarray[Any, dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:5: error: Expression type contains "Any" (has type "ndarray[Any, dtype[signedinteger[Any]]] | Untyped")  [no-any-expr]
- sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:19: error: Expression type contains "Any" (has type "product[(Untyped | ndarray[Any, dtype[signedinteger[Any]]], Untyped | ndarray[Any, dtype[signedinteger[Any]]])]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:19: error: Expression type contains "Any" (has type "product[(ndarray[Any, dtype[signedinteger[Any]]] | Untyped, ndarray[Any, dtype[signedinteger[Any]]] | Untyped)]")  [no-any-expr]
- sklearn/metrics/tests/test_pairwise_distances_reduction.py:1267:12: error: Expression type contains "Any" (has type "Untyped | ndarray[Any, dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1267:12: error: Expression type contains "Any" (has type "ndarray[Any, dtype[signedinteger[Any]]] | Untyped")  [no-any-expr]
- sklearn/metrics/tests/test_pairwise_distances_reduction.py:1267:24: error: Expression type contains "Any" (has type "Untyped | ndarray[Any, dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1267:24: error: Expression type contains "Any" (has type "ndarray[Any, dtype[signedinteger[Any]]] | Untyped")  [no-any-expr]
- sklearn/metrics/tests/test_pairwise_distances_reduction.py:1270:13: error: Expression type contains "Any" (has type "Untyped | ndarray[Any, dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1270:13: error: Expression type contains "Any" (has type "ndarray[Any, dtype[signedinteger[Any]]] | Untyped")  [no-any-expr]
- sklearn/metrics/tests/test_pairwise_distances_reduction.py:1271:13: error: Expression type contains "Any" (has type "Untyped | ndarray[Any, dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1271:13: error: Expression type contains "Any" (has type "ndarray[Any, dtype[signedinteger[Any]]] | Untyped")  [no-any-expr]
- sklearn/tree/tests/test_tree.py:613:5: error: Expression type contains "Any" (has type "(int | None, Any (from omitted generics))")  [no-any-expr]
+ sklearn/tree/tests/test_tree.py:613:5: error: Expression type contains "Any" (has type "(None | int, Any (from omitted generics))")  [no-any-expr]
- sklearn/tree/tests/test_tree.py:613:33: error: Expression type contains "Any" (has type "product[(int | None, Any (from omitted generics))]")  [no-any-expr]
+ sklearn/tree/tests/test_tree.py:613:33: error: Expression type contains "Any" (has type "product[(None | int, Any (from omitted generics))]")  [no-any-expr]
- sklearn/tree/tests/test_tree.py:644:5: error: Expression type contains "Any" (has type "(int | None, Any (from omitted generics))")  [no-any-expr]
+ sklearn/tree/tests/test_tree.py:644:5: error: Expression type contains "Any" (has type "(None | int, Any (from omitted generics))")  [no-any-expr]
- sklearn/tree/tests/test_tree.py:644:33: error: Expression type contains "Any" (has type "product[(int | None, Any (from omitted generics))]")  [no-any-expr]
+ sklearn/tree/tests/test_tree.py:644:33: error: Expression type contains "Any" (has type "product[(None | int, Any (from omitted generics))]")  [no-any-expr]
- sklearn/tree/tests/test_tree.py:823:5: error: Expression type contains "Any" (has type "(int | None, Any (from omitted generics))")  [no-any-expr]
+ sklearn/tree/tests/test_tree.py:823:5: error: Expression type contains "Any" (has type "(None | int, Any (from omitted generics))")  [no-any-expr]
- sklearn/tree/tests/test_tree.py:823:33: error: Expression type contains "Any" (has type "product[(int | None, Any (from omitted generics))]")  [no-any-expr]
+ sklearn/tree/tests/test_tree.py:823:33: error: Expression type contains "Any" (has type "product[(None | int, Any (from omitted generics))]")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:320:22: error: Expression type contains "Any" (has type "product[(list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]], list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]])]")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:324:5: error: Expression type contains "Any" (has type "(list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]], list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]])")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:324:5: error: Expression type contains "Any" (has type "list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]]")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:324:39: error: Expression type contains "Any" (has type "product[(list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]], list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]])]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:320:22: error: Expression type contains "Any" (has type "product[(Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float], Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float])]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:324:5: error: Expression type contains "Any" (has type "(Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float], Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float])")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:324:5: error: Expression type contains "Any" (has type "Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:324:39: error: Expression type contains "Any" (has type "product[(Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float], Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float])]")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:326:27: error: Expression type contains "Any" (has type "list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:326:27: error: Expression type contains "Any" (has type "Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float]")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:326:41: error: Expression type contains "Any" (has type "list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:326:41: error: Expression type contains "Any" (has type "Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float]")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:328:27: error: Expression type contains "Any" (has type "list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:328:27: error: Expression type contains "Any" (has type "Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float]")  [no-any-expr]
- sklearn/utils/tests/test_multiclass.py:328:41: error: Expression type contains "Any" (has type "list[int] | ndarray[Any, dtype[Any]] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | _NotAnArray | list[str] | list[list[int]] | list[list[str]] | Any (from error) | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:328:41: error: Expression type contains "Any" (has type "Any (from error) | list[list[int]] | ndarray[Any, dtype[Any]] | _NotAnArray | list[int] | ndarray[Any, dtype[signedinteger[_8Bit]]] | ndarray[Any, dtype[unsignedinteger[_8Bit]]] | ndarray[Any, dtype[floating[_32Bit]]] | list[str] | list[list[Any (from error)]] | list[()] | list[ndarray[Any, dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[str]] | list[float] | list[int | float]")  [no-any-expr]

xarray (https://github.com/pydata/xarray)
- xarray/core/concat.py:264:16: error: Value of type variable "T_DataArray" of "_dataarray_concat" cannot be "T_DataArray@concat | T_Dataset@concat"  [type-var]
+ xarray/core/concat.py:264:16: error: Value of type variable "T_DataArray" of "_dataarray_concat" cannot be "T_Dataset@concat | T_DataArray@concat"  [type-var]
- xarray/core/concat.py:277:16: error: Value of type variable "T_Dataset" of "_dataset_concat" cannot be "T_DataArray@concat | T_Dataset@concat"  [type-var]
+ xarray/core/concat.py:277:16: error: Value of type variable "T_Dataset" of "_dataset_concat" cannot be "T_Dataset@concat | T_DataArray@concat"  [type-var]

setuptools (https://github.com/pypa/setuptools)
- version: 2.8.0+dev.8a3926219e89c55019d6fcd9a07bc090493d731d
+ version: 2.8.0+dev.b2b81071b2cbf018efee97abb4fe398f55d09934
- KeyError: <mypy.nodes.NameExpr object at 0x7f9628879e10>
+ KeyError: <mypy.nodes.NameExpr object at 0x7f4422a39e10>

pydantic (https://github.com/pydantic/pydantic)
- version: 2.8.0+dev.8a3926219e89c55019d6fcd9a07bc090493d731d
+ version: 2.8.0+dev.b2b81071b2cbf018efee97abb4fe398f55d09934

ibis (https://github.com/ibis-project/ibis)
- ibis/backends/tests/test_numeric.py:1067:17: error: Expression type contains "Any" (has type "list[Any | int]")  [no-any-expr]
+ ibis/backends/tests/test_numeric.py:1067:17: error: Expression type contains "Any" (has type "list[int | Any]")  [no-any-expr]
- ibis/backends/tests/test_numeric.py:1067:22: error: Expression type contains "Any" (has type "map[Any | int]")  [no-any-expr]
+ ibis/backends/tests/test_numeric.py:1067:22: error: Expression type contains "Any" (has type "map[int | Any]")  [no-any-expr]
- ibis/backends/tests/test_numeric.py:1085:17: error: Expression type contains "Any" (has type "list[Any | int]")  [no-any-expr]
+ ibis/backends/tests/test_numeric.py:1085:17: error: Expression type contains "Any" (has type "list[int | Any]")  [no-any-expr]
- ibis/backends/tests/test_numeric.py:1085:22: error: Expression type contains "Any" (has type "map[Any | int]")  [no-any-expr]
+ ibis/backends/tests/test_numeric.py:1085:22: error: Expression type contains "Any" (has type "map[int | Any]")  [no-any-expr]

sympy (https://github.com/sympy/sympy)
- sympy/solvers/solvers.py:3623:38: error: Expression type contains "Any" (has type "dict[Dummy | Any, Any]")  [no-any-expr]
+ sympy/solvers/solvers.py:3623:38: error: Expression type contains "Any" (has type "dict[Any | Dummy, Any]")  [no-any-expr]
- sympy/solvers/solvers.py:3623:43: error: Expression type contains "Any" (has type "zip[(Dummy | Any, Any)]")  [no-any-expr]
+ sympy/solvers/solvers.py:3623:43: error: Expression type contains "Any" (has type "zip[(Any | Dummy, Any)]")  [no-any-expr]
- sympy/physics/units/dimensions.py:505:38: error: Item "None" of "Any (from error) | None" has no attribute "row_join"  [union-attr]
+ sympy/physics/units/dimensions.py:505:38: error: Item "None" of "None | Any (from error)" has no attribute "row_join"  [union-attr]
- sympy/physics/units/dimensions.py:524:16: error: Item "None" of "Any (from error) | None" has no attribute "inv"  [union-attr]
+ sympy/physics/units/dimensions.py:524:16: error: Item "None" of "None | Any (from error)" has no attribute "inv"  [union-attr]
- sympy/physics/units/dimensions.py:524:36: error: Item "None" of "Any (from error) | None" has no attribute "row_join"  [union-attr]
+ sympy/physics/units/dimensions.py:524:36: error: Item "None" of "None | Any (from error)" has no attribute "row_join"  [union-attr]
- sympy/polys/agca/modules.py:1282:36: error: Item "None" of "Any (from error) | None" has no attribute "intersect"  [union-attr]
+ sympy/polys/agca/modules.py:1282:36: error: Item "None" of "None | Any (from error)" has no attribute "intersect"  [union-attr]
- sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(int, (Any, Infinity | int | Any (unannotated) | None))")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(int, (Any, None | Infinity | Any (unannotated) | int))")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(Any, Infinity | int | Any (unannotated) | None)")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(Any, None | Infinity | Any (unannotated) | int)")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "Infinity | int | Any (unannotated) | None")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "None | Infinity | Any (unannotated) | int")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:27: error: Expression type contains "Any" (has type "enumerate[(Any, Infinity | int | Any (unannotated) | None)]")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:27: error: Expression type contains "Any" (has type "enumerate[(Any, None | Infinity | Any (unannotated) | int)]")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:37: error: Expression type contains "Any" (has type "zip[(Any, Infinity | int | Any (unannotated) | None)]")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:37: error: Expression type contains "Any" (has type "zip[(Any, None | Infinity | Any (unannotated) | int)]")  [no-any-expr]
- sympy/series/tests/test_limits.py:459:20: error: Expression type contains "Any" (has type "None | bool | Any (unannotated)")  [no-any-expr]
+ sympy/series/tests/test_limits.py:459:20: error: Expression type contains "Any" (has type "bool | None | Any (unannotated)")  [no-any-expr]
- sympy/series/tests/test_limits.py:459:46: error: Expression type contains "Any" (has type "Infinity | int | Any (unannotated) | None")  [no-any-expr]
+ sympy/series/tests/test_limits.py:459:46: error: Expression type contains "Any" (has type "None | Infinity | Any (unannotated) | int")  [no-any-expr]
- sympy/series/tests/test_limits.py:491:5: error: Expression type contains "Any" (has type "(int, ((Any (from error), Any (unannotated) | float | None, str), Infinity | int | None))")  [no-any-expr]
+ sympy/series/tests/test_limits.py:491:5: error: Expression type contains "Any" (has type "(int, ((Any (from error), Any (unannotated) | float | None, str), None | Infinity | int))")  [no-any-expr]
- sympy/series/tests/test_limits.py:491:5: error: Expression type contains "Any" (has type "((Any (from error), Any (unannotated) | float | None, str), Infinity | int | None)")  [no-any-expr]
+ sympy/series/tests/test_limits.py:491:5: error: Expression type contains "Any" (has type "((Any (from error), Any (unannotated) | float | None, str), None | Infinity | int)")  [no-any-expr]
- sympy/series/tests/test_limits.py:491:27: error: Expression type contains "Any" (has type "enumerate[((Any (from error), Any (unannotated) | float | None, str), Infinity | int | None)]")  [no-any-expr]
+ sympy/series/tests/test_limits.py:491:27: error: Expression type contains "Any" (has type "enumerate[((Any (from error), Any (unannotated) | float | None, str), None | Infinity | int)]")  [no-any-expr]
- sympy/series/tests/test_limits.py:491:37: error: Expression type contains "Any" (has type "zip[((Any (from error), Any (unannotated) | float | None, str), Infinity | int | None)]")  [no-any-expr]
+ sympy/series/tests/test_limits.py:491:37: error: Expression type contains "Any" (has type "zip[((Any (from error), Any (unannotated) | float | None, str), None | Infinity | int)]")  [no-any-expr]
- sympy/geometry/tests/test_point.py:389:9: error: Incompatible types in assignment (expression has type "(Point | list[int] | (int, int), Point | list[int] | (int, int))", variable has type "(int, int) | list[int] | Point")  [assignment]
+ sympy/geometry/tests/test_point.py:389:9: error: Incompatible types in assignment (expression has type "((int, int) | Point | list[int], (int, int) | Point | list[int])", variable has type "(int, int) | list[int] | Point")  [assignment]

rich (https://github.com/Textualize/rich): 2.19x faster (48.1s -> 21.9s in a single noisy sample)

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen): 2.00x slower (46.1s -> 92.4s in a single noisy sample)

openlibrary (https://github.com/internetarchive/openlibrary)
- openlibrary/plugins/upstream/addbook.py:83:17: error: Expression type contains "Any" (has type "(str | Untyped, str | Untyped)")  [no-any-expr]
+ openlibrary/plugins/upstream/addbook.py:83:17: error: Expression type contains "Any" (has type "(Untyped | str, Untyped | str)")  [no-any-expr]
- openlibrary/plugins/upstream/addbook.py:83:17: error: Expression type contains "Any" (has type "str | Untyped")  [no-any-expr]
+ openlibrary/plugins/upstream/addbook.py:83:17: error: Expression type contains "Any" (has type "Untyped | str")  [no-any-expr]
- openlibrary/plugins/upstream/addbook.py:84:21: error: Expression type contains "Any" (has type "str | Untyped")  [no-any-expr]
+ openlibrary/plugins/upstream/addbook.py:84:21: error: Expression type contains "Any" (has type "Untyped | str")  [no-any-expr]
- openlibrary/plugins/upstream/addbook.py:84:26: error: Expression type contains "Any" (has type "str | Untyped")  [no-any-expr]
+ openlibrary/plugins/upstream/addbook.py:84:26: error: Expression type contains "Any" (has type "Untyped | str")  [no-any-expr]
- openlibrary/plugins/upstream/addbook.py:85:26: error: Expression type contains "Any" (has type "zip[(str | Untyped, str | Untyped)]")  [no-any-expr]
+ openlibrary/plugins/upstream/addbook.py:85:26: error: Expression type contains "Any" (has type "zip[(Untyped | str, Untyped | str)]")  [no-any-expr]

Expression (https://github.com/cognitedata/Expression)
- tests/test_result.py:671:12: error: Expression type contains "Any" (has type "Any | int")  [no-any-expr]
+ tests/test_result.py:671:12: error: Expression type contains "Any" (has type "int | Any")  [no-any-expr]
- tests/test_result.py:671:12: error: Expression type contains "Any" (has type "Any | bool")  [no-any-expr]
+ tests/test_result.py:671:12: error: Expression type contains "Any" (has type "bool | Any")  [no-any-expr]

core (https://github.com/home-assistant/core)
- version: 2.8.0+dev.8a3926219e89c55019d6fcd9a07bc090493d731d
+ version: 2.8.0+dev.b2b81071b2cbf018efee97abb4fe398f55d09934

jax (https://github.com/google/jax)
- jax/example_libraries/stax.py:306:5: error: Expression type contains "Any" (has type "(Any, Any (unannotated), Any | None)")  [no-any-expr]
+ jax/example_libraries/stax.py:306:5: error: Expression type contains "Any" (has type "(Any, Any (unannotated), None | Any)")  [no-any-expr]
- jax/example_libraries/stax.py:306:5: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
+ jax/example_libraries/stax.py:306:5: error: Expression type contains "Any" (has type "None | Any")  [no-any-expr]
- jax/example_libraries/stax.py:306:28: error: Expression type contains "Any" (has type "zip[(Any, Any (unannotated), Any | None)]")  [no-any-expr]
+ jax/example_libraries/stax.py:306:28: error: Expression type contains "Any" (has type "zip[(Any, Any (unannotated), None | Any)]")  [no-any-expr]
- jax/example_libraries/stax.py:307:39: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
+ jax/example_libraries/stax.py:307:39: error: Expression type contains "Any" (has type "None | Any")  [no-any-expr]
- jax/example_libraries/stax.py:336:12: error: Expression type contains "Any" (has type "(Any, Any (unannotated), Any (unannotated), Any | None)")  [no-any-expr]
+ jax/example_libraries/stax.py:336:12: error: Expression type contains "Any" (has type "(Any, Any (unannotated), Any (unannotated), None | Any)")  [no-any-expr]
- jax/example_libraries/stax.py:336:12: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
+ jax/example_libraries/stax.py:336:12: error: Expression type contains "Any" (has type "None | Any")  [no-any-expr]
- jax/example_libraries/stax.py:336:25: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
+ jax/example_libraries/stax.py:336:25: error: Expression type contains "Any" (has type "None | Any")  [no-any-expr]
- jax/example_libraries/stax.py:336:56: error: Expression type contains "Any" (has type "zip[(Any, Any (unannotated), Any (unannotated), Any | None)]")  [no-any-expr]
+ jax/example_libraries/stax.py:336:56: error: Expression type contains "Any" (has type "zip[(Any, Any (unannotated), Any (unannotated), None | Any)]")  [no-any-expr]

mkdocs (https://github.com/mkdocs/mkdocs)
- mkdocs/tests/config/config_tests.py:215:9: error: Expression type contains "Any" (has type "(dict[str, str] | dict[str, dict[str, str]] | dict[str, dict[str, None | Untyped]] | dict[str, dict[str, str | Untyped]] | dict[str, dict[str, str | list[str] | bool]], dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]])")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:215:9: error: Expression type contains "Any" (has type "(dict[str, str] | dict[str, dict[str, str]] | dict[str, dict[str, None | Untyped]] | dict[str, dict[str, str | Untyped]] | dict[str, dict[str, str | list[str] | bool]], dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]])")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:215:9: error: Expression type contains "Any" (has type "dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:215:9: error: Expression type contains "Any" (has type "dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]]")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:215:40: error: Expression type contains "Any" (has type "zip[(dict[str, str] | dict[str, dict[str, str]] | dict[str, dict[str, None | Untyped]] | dict[str, dict[str, str | Untyped]] | dict[str, dict[str, str | list[str] | bool]], dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]])]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:215:40: error: Expression type contains "Any" (has type "zip[(dict[str, str] | dict[str, dict[str, str]] | dict[str, dict[str, None | Untyped]] | dict[str, dict[str, str | Untyped]] | dict[str, dict[str, str | list[str] | bool]], dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]])]")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:222:54: error: Expression type contains "Any" (has type "dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:222:54: error: Expression type contains "Any" (has type "dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]]")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:222:54: error: Expression type contains "Any" (has type "list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None] | list[Untyped | str] | dict[str, None | Locale] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:222:54: error: Expression type contains "Any" (has type "list[Untyped | str] | list[str] | dict[str, None | Locale] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:223:70: error: Expression type contains "Any" (has type "dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:223:70: error: Expression type contains "Any" (has type "dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]]")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:223:70: error: Expression type contains "Any" (has type "list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None] | list[Untyped | str] | dict[str, None | Locale] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:223:70: error: Expression type contains "Any" (has type "list[Untyped | str] | list[str] | dict[str, None | Locale] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:224:55: error: Expression type contains "Any" (has type "dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:224:55: error: Expression type contains "Any" (has type "dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | dict[str, list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[Untyped | str] | list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]] | dict[str, list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]]")  [no-any-expr]
- mkdocs/tests/config/config_tests.py:224:55: error: Expression type contains "Any" (has type "list[str] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None] | list[Untyped | str] | dict[str, None | Locale] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:224:55: error: Expression type contains "Any" (has type "list[Untyped | str] | list[str] | dict[str, None | Locale] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]")  [no-any-expr]

trio (https://github.com/python-trio/trio)
- src/trio/_core/_tests/test_run.py:458:18: error: Value of type variable "ExcT_1" of "RaisesGroup" cannot be "KeyError | Cancelled"  [type-var]
+ src/trio/_core/_tests/test_run.py:458:18: error: Value of type variable "ExcT_1" of "RaisesGroup" cannot be "Cancelled | KeyError"  [type-var]

scipy (https://github.com/scipy/scipy)
- scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "(ndarray[Any, dtype[floating[_64Bit]]] | None | Any, ndarray[Any, dtype[floating[_64Bit]]] | None | Any)")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "(None | Any | ndarray[Any, dtype[floating[_64Bit]]], None | Any | ndarray[Any, dtype[floating[_64Bit]]])")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "ndarray[Any, dtype[floating[_64Bit]]] | None | Any")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "None | Any | ndarray[Any, dtype[floating[_64Bit]]]")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:72:21: error: Expression type contains "Any" (has type "product[(ndarray[Any, dtype[floating[_64Bit]]] | None | Any, ndarray[Any, dtype[floating[_64Bit]]] | None | Any)]")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:72:21: error: Expression type contains "Any" (has type "product[(None | Any | ndarray[Any, dtype[floating[_64Bit]]], None | Any | ndarray[Any, dtype[floating[_64Bit]]])]")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:73:42: error: Expression type contains "Any" (has type "ndarray[Any, dtype[floating[_64Bit]]] | None | Any")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:73:42: error: Expression type contains "Any" (has type "None | Any | ndarray[Any, dtype[floating[_64Bit]]]")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:73:45: error: Expression type contains "Any" (has type "ndarray[Any, dtype[floating[_64Bit]]] | None | Any")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:73:45: error: Expression type contains "Any" (has type "None | Any | ndarray[Any, dtype[floating[_64Bit]]]")  [no-any-expr]
- scipy/fft/tests/test_backend.py:56:49: error: Expression type contains "Any" (has type "zip[(partial[Any (from error)] | None, def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], s: None | Sequence[int]=..., axes: None | Sequence[int]=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]]=...) -> ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]] | def (a: _SupportsArray[dtype[numpy.bool] | dtype[number[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool] | dtype[number[Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[floating[_64Bit]]]=...) -> ndarray[Any, dtype[floating[_64Bit]]] | partial[Any (from error)] | def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], s: None | Sequence[int]=..., axes: None | Sequence[int]=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[floating[_64Bit]]]=...) -> ndarray[Any, dtype[floating[_64Bit]]] | def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]]=...) -> ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]] | partial[None] | def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[floating[_64Bit]]]=...) -> ndarray[Any, dtype[floating[_64Bit]]] | def (x: Untyped, s: Untyped=..., axes: Untyped=..., norm: Untyped=..., overwrite_x: bool=..., workers: Untyped=..., *, plan: Untyped = ...) -> None, _MockFunction)]")  [no-any-expr]
+ scipy/fft/tests/test_backend.py:56:49: error: Expression type contains "Any" (has type "zip[(None | partial[Any (from error)], partial[Any (from error)] | def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], s: None | Sequence[int]=..., axes: None | Sequence[int]=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]]=...) -> ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]] | partial[None] | def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[floating[_64Bit]]]=...) -> ndarray[Any, dtype[floating[_64Bit]]] | def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], s: None | Sequence[int]=..., axes: None | Sequence[int]=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[floating[_64Bit]]]=...) -> ndarray[Any, dtype[floating[_64Bit]]] | def (x: Untyped, s: Untyped=..., axes: Untyped=..., norm: Untyped=..., overwrite_x: bool=..., workers: Untyped=..., *, plan: Untyped = ...) -> None | def (a: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]]=...) -> ndarray[Any, dtype[complexfloating[_64Bit, _64Bit]]] | def (a: _SupportsArray[dtype[numpy.bool] | dtype[number[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool] | dtype[number[Any]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[Any, dtype[floating[_64Bit]]]=...) -> ndarray[Any, dtype[floating[_64Bit]]], _MockFunction)]")  [no-any-expr]
- scipy/optimize/tests/test_optimize.py:1016:24: error: Incompatible types in assignment (expression has type "BFGS | Any (from error)", variable has type "type[BFGS] | str")  [assignment]
+ scipy/optimize/tests/test_optimize.py:1016:24: error: Incompatible types in assignment (expression has type "Any (from error) | BFGS", variable has type "str | type[BFGS]")  [assignment]
- scipy/signal/tests/test_short_time_fft.py:426:5: error: Expression type contains "Any" (has type "tuple[None | str | int | Any, ...]")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:426:5: error: Expression type contains "Any" (has type "tuple[Any | None | str | int, ...]")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:426:5: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:426:5: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:426:46: error: Expression type contains "Any" (has type "product[tuple[None | str | int | Any, ...]]")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:426:46: error: Expression type contains "Any" (has type "product[tuple[Any | None | str | int, ...]]")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:427:12: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:427:12: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:427:12: error: Expression type contains "Any" (has type "bool | Any")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:427:38: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:427:38: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:429:51: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:429:51: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:429:51: error: Argument "fft_mode" to "ShortTimeFFT" has incompatible type "None | str | int | Any"; expected "'twosided' | 'centered' | 'onesided' | 'onesided2X'"  [arg-type]
+ scipy/signal/tests/test_short_time_fft.py:429:51: error: Argument "fft_mode" to "ShortTimeFFT" has incompatible type "Any | None | str | int"; expected "'twosided' | 'centered' | 'onesided' | 'onesided2X'"  [arg-type]
- scipy/signal/tests/test_short_time_fft.py:429:63: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:429:63: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:429:63: error: Argument "mfft" to "ShortTimeFFT" has incompatible type "None | str | int | Any"; expected "int | None"  [arg-type]
+ scipy/signal/tests/test_short_time_fft.py:429:63: error: Argument "mfft" to "ShortTimeFFT" has incompatible type "Any | None | str | int"; expected "int | None"  [arg-type]
- scipy/signal/tests/test_short_time_fft.py:430:37: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:430:37: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:430:37: error: Argument "scale_to" to "ShortTimeFFT" has incompatible type "None | str | int | Any"; expected "'magnitude' | 'psd' | None"  [arg-type]
+ scipy/signal/tests/test_short_time_fft.py:430:37: error: Argument "scale_to" to "ShortTimeFFT" has incompatible type "Any | None | str | int"; expected "'magnitude' | 'psd' | None"  [arg-type]
- scipy/signal/tests/test_short_time_fft.py:430:58: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:430:58: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:430:58: error: Argument "phase_shift" to "ShortTimeFFT" has incompatible type "None | str | int | Any"; expected "int | None"  [arg-type]
+ scipy/signal/tests/test_short_time_fft.py:430:58: error: Argument "phase_shift" to "ShortTimeFFT" has incompatible type "Any | None | str | int"; expected "int | None"  [arg-type]
- scipy/signal/tests/test_short_time_fft.py:435:27: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:435:27: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:435:37: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:435:37: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:435:46: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:435:46: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_short_time_fft.py:435:58: error: Expression type contains "Any" (has type "None | str | int | Any")  [no-any-expr]
+ scipy/signal/tests/test_short_time_fft.py:435:58: error: Expression type contains "Any" (has type "Any | None | str | int")  [no-any-expr]
- scipy/signal/tests/test_filter_design.py:659:9: error: Expression type contains "Any" (has type "(Any | list[float | int], list[float | int], list[complex] | list[float])")  [no-any-expr]
+ scipy/signal/tests/test_filter_design.py:659:9: error: Expression type contains "Any" (has type "(Any | list[float | int], list[float | int], list[float] | list[complex])")  [no-any-expr]
- scipy/signal/tests/test_filter_design.py:659:30: error: Expression type contains "Any" (has type "zip[(Any | list[float | int], list[float | int], list[complex] | list[float])]")  [no-any-expr]
+ scipy/signal/tests/test_filter_design.py:659:30: error: Expression type contains "Any" (has type "zip[(Any | list[float | int], list[float | int], list[float] | list[complex])]")  [no-any-expr]

@KotlinIsland KotlinIsland merged commit 7f51192 into master Dec 1, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vscode extension's preferDaemon setting doesn't work cache file with baselined errors
2 participants