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

chmod +x pw #843

Merged
merged 1 commit into from
Dec 12, 2024
Merged

chmod +x pw #843

merged 1 commit into from
Dec 12, 2024

Conversation

jorenham
Copy link
Collaborator

fixes

$ ./pw install
zsh: permission denied: ./pw

@jorenham jorenham changed the title chmod +x pw chmod +x pw Dec 10, 2024
@KotlinIsland KotlinIsland self-requested a review December 10, 2024 14:00

This comment has been minimized.

@jorenham
Copy link
Collaborator Author

lol, what's up with the primer and the CI

@KotlinIsland
Copy link
Owner

lol, what's up with the primer and the CI

upstream broke the windows pipeline...

@KotlinIsland
Copy link
Owner

why is black trying to format it now?

@jorenham
Copy link
Collaborator Author

why is black trying to format it now?
🤷🏻

@KotlinIsland KotlinIsland force-pushed the chmod-pw branch 2 times, most recently from 5b35451 to ce0ea0b Compare December 12, 2024 01:51

This comment has been minimized.

@KotlinIsland KotlinIsland merged commit f1a7595 into KotlinIsland:master Dec 12, 2024
17 of 18 checks passed
@jorenham jorenham deleted the chmod-pw branch December 12, 2024 03:49
Copy link

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

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[tuple[int, ...], dtype[signedinteger[Any]]], Untyped | ndarray[tuple[int, ...], dtype[signedinteger[Any]]])")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:5: error: Expression type contains "Any" (has type "(ndarray[tuple[int, ...], dtype[signedinteger[Any]]] | Untyped, ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1266:5: error: Expression type contains "Any" (has type "ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[signedinteger[Any]]], Untyped | ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[signedinteger[Any]]] | Untyped, ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1267:12: error: Expression type contains "Any" (has type "ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1267:24: error: Expression type contains "Any" (has type "ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1270:13: error: Expression type contains "Any" (has type "ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[signedinteger[Any]]]")  [no-any-expr]
+ sklearn/metrics/tests/test_pairwise_distances_reduction.py:1271:13: error: Expression type contains "Any" (has type "ndarray[tuple[int, ...], dtype[signedinteger[Any]]] | Untyped")  [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:5: error: Expression type contains "Any" (has type "(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: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: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:5: error: Expression type contains "Any" (has type "(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: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: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:5: error: Expression type contains "Any" (has type "(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/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/covariance/tests/test_robust_covariance.py:97:44: error: Argument 1 to "product" has incompatible type "float | list[float] | list[list[float]] | list[list[list[Any]]]"; expected "Iterable[list[list[Any]] | list[float] | float]"  [arg-type]
- sklearn/covariance/tests/test_robust_covariance.py:97:44: error: Argument 1 to "product" has incompatible type "float | list[float] | list[list[float]] | list[list[list[Any]]]"; expected "Iterable[float | list[list[Any]] | list[float]]"  [arg-type]
+ sklearn/covariance/tests/test_robust_covariance.py:97:44: error: Argument 1 to "product" has incompatible type "float | list[float] | list[list[float]] | list[list[list[Any]]]"; expected "Iterable[list[list[Any]] | float | list[float]]"  [arg-type]
+ sklearn/covariance/tests/test_robust_covariance.py:97:57: error: Argument 2 to "product" has incompatible type "float | list[float] | list[list[float]] | list[list[list[Any]]]"; expected "Iterable[list[list[Any]] | float | list[float]]"  [arg-type]
- sklearn/covariance/tests/test_robust_covariance.py:97:57: error: Argument 2 to "product" has incompatible type "float | list[float] | list[list[float]] | list[list[list[Any]]]"; expected "Iterable[list[float] | list[list[Any]] | float]"  [arg-type]
+ sklearn/covariance/tests/test_robust_covariance.py:97:57: error: Argument 2 to "product" has incompatible type "float | list[float] | list[list[float]] | list[list[list[Any]]]"; expected "Iterable[float | list[float] | list[list[Any]]]"  [arg-type]
- sklearn/covariance/tests/test_robust_covariance.py:97:57: error: Argument 2 to "product" has incompatible type "float | list[float] | list[list[float]] | list[list[list[Any]]]"; expected "Iterable[list[list[Any]] | list[float] | float]"  [arg-type]
- sklearn/utils/tests/test_multiclass.py:320:22: error: Expression type contains "Any" (has type "product[(ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | list[str] | list[float] | list[int | float], ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | 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 "(ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | list[str] | list[float] | list[int | float], ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | 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 "ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | 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[(ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | list[str] | list[float] | list[int | float], ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | list[str] | list[float] | list[int | float])]")  [no-any-expr]
+ sklearn/utils/tests/test_multiclass.py:320:22: error: Expression type contains "Any" (has type "product[(list[int] | ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]], list[int] | ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]], list[int] | ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], 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[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]], list[int] | ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], 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 "ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | 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 "ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | 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[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], 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 "list[int] | ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], 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 "ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | 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 "ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | Any (from error) | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]] | list[list[int]] | list[list[str]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | _NotAnArray | list[int] | 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[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], 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 "list[int] | ndarray[tuple[int, ...], dtype[Any]] | ndarray[tuple[int, ...], dtype[signedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[unsignedinteger[_8Bit]]] | ndarray[tuple[int, ...], dtype[floating[_32Bit]]] | _NotAnArray | list[str] | Any (from error) | list[list[int]] | list[list[str]] | list[float] | list[int | float] | list[list[Any (from error)]] | list[()] | list[ndarray[tuple[int, ...], dtype[Any]]] | list[set[int]] | list[frozenset[int]] | list[dict[int, str]]")  [no-any-expr]

setuptools (https://github.com/pypa/setuptools)
- version: 2.9.0+dev.8f3c782a6332f878f775508c5f054ea56e6c64c6
+ version: 2.9.0+dev.af2f12ab9df074c64a63eaa6ede3c5caacef4c21
- KeyError: <mypy.nodes.NameExpr object at 0x7f8bd30b9e10>
+ KeyError: <mypy.nodes.NameExpr object at 0x7fbad4619e10>

pydantic (https://github.com/pydantic/pydantic)
- version: 2.9.0+dev.8f3c782a6332f878f775508c5f054ea56e6c64c6
+ version: 2.9.0+dev.af2f12ab9df074c64a63eaa6ede3c5caacef4c21

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_Dataset@concat | T_DataArray@concat"  [type-var]
+ 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:277:16: error: Value of type variable "T_Dataset" of "_dataset_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]

ibis (https://github.com/ibis-project/ibis)
- 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:17: error: Expression type contains "Any" (has type "list[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:1067:22: error: Expression type contains "Any" (has type "map[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:17: error: Expression type contains "Any" (has type "list[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]
+ ibis/backends/tests/test_numeric.py:1085:22: error: Expression type contains "Any" (has type "map[Any | int]")  [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, Add | Any]")  [no-any-expr]
+ sympy/solvers/solvers.py:3623:38: error: Expression type contains "Any" (has type "dict[Dummy | Any, Any | Add]")  [no-any-expr]
- sympy/solvers/solvers.py:3623:43: error: Expression type contains "Any" (has type "zip[(Dummy | Any, Add | Any)]")  [no-any-expr]
+ sympy/solvers/solvers.py:3623:43: error: Expression type contains "Any" (has type "zip[(Dummy | Any, Any | Add)]")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(int, (Any, None | Infinity | int | Any (unannotated)))")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(int, (Any, None | Any (unannotated) | Infinity | int))")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(Any, None | Infinity | int | Any (unannotated))")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "(Any, None | Any (unannotated) | Infinity | int)")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "None | Infinity | int | Any (unannotated)")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:5: error: Expression type contains "Any" (has type "None | Any (unannotated) | Infinity | int")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:27: error: Expression type contains "Any" (has type "enumerate[(Any, None | Infinity | int | Any (unannotated))]")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:27: error: Expression type contains "Any" (has type "enumerate[(Any, None | Any (unannotated) | Infinity | int)]")  [no-any-expr]
- sympy/series/tests/test_limits.py:455:37: error: Expression type contains "Any" (has type "zip[(Any, None | Infinity | int | Any (unannotated))]")  [no-any-expr]
+ sympy/series/tests/test_limits.py:455:37: error: Expression type contains "Any" (has type "zip[(Any, None | Any (unannotated) | Infinity | int)]")  [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:20: error: Expression type contains "Any" (has type "bool | Any (unannotated) | None")  [no-any-expr]
- sympy/series/tests/test_limits.py:459:46: error: Expression type contains "Any" (has type "None | Infinity | int | Any (unannotated)")  [no-any-expr]
+ sympy/series/tests/test_limits.py:459:46: error: Expression type contains "Any" (has type "None | Any (unannotated) | Infinity | 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), None | Infinity | 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), None | int | Infinity))")  [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:5: error: Expression type contains "Any" (has type "((Any (from error), Any (unannotated) | float | None, str), None | int | Infinity)")  [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:27: error: Expression type contains "Any" (has type "enumerate[((Any (from error), Any (unannotated) | float | None, str), None | int | Infinity)]")  [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/series/tests/test_limits.py:491:37: error: Expression type contains "Any" (has type "zip[((Any (from error), Any (unannotated) | float | None, str), None | int | Infinity)]")  [no-any-expr]
- sympy/geometry/tests/test_point.py:389:9: error: Incompatible types in assignment (expression has type "((int, int) | list[int] | Point, (int, int) | list[int] | Point)", 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]
- sympy/core/tests/test_arit.py:2448:5: error: Expression type contains "Any" (has type "tuple[ComplexInfinity | Any | AccumulationBounds, ...]")  [no-any-expr]
+ sympy/core/tests/test_arit.py:2448:5: error: Expression type contains "Any" (has type "tuple[AccumulationBounds | Any | ComplexInfinity, ...]")  [no-any-expr]
- sympy/core/tests/test_arit.py:2448:17: error: Expression type contains "Any" (has type "permutations[tuple[ComplexInfinity | Any | AccumulationBounds, ...]]")  [no-any-expr]
+ sympy/core/tests/test_arit.py:2448:17: error: Expression type contains "Any" (has type "permutations[tuple[AccumulationBounds | Any | ComplexInfinity, ...]]")  [no-any-expr]
- sympy/core/tests/test_arit.py:2449:18: error: Expression type contains "Any" (has type "tuple[ComplexInfinity | Any | AccumulationBounds, ...]")  [no-any-expr]
+ sympy/core/tests/test_arit.py:2449:18: error: Expression type contains "Any" (has type "tuple[AccumulationBounds | Any | ComplexInfinity, ...]")  [no-any-expr]

speedrun.com_global_scoreboard_webapp (https://github.com/Avasam/speedrun.com_global_scoreboard_webapp): 85.18x slower (0.9s -> 79.2s in a single noisy sample)

core (https://github.com/home-assistant/core)
- version: 2.9.0+dev.8f3c782a6332f878f775508c5f054ea56e6c64c6
+ version: 2.9.0+dev.af2f12ab9df074c64a63eaa6ede3c5caacef4c21

vision (https://github.com/pytorch/vision)
- torchvision/utils.py:254:5: error: Expression type contains "Any" (has type "(Any (from unimported type), (int, int, int), str, str | (int, int, int) | int)")  [no-any-expr]
+ torchvision/utils.py:254:5: error: Expression type contains "Any" (has type "(Any (from unimported type), (int, int, int), str, int | str | (int, int, int))")  [no-any-expr]
- torchvision/utils.py:254:44: error: Expression type contains "Any" (has type "zip[(Any (from unimported type), (int, int, int), str, str | (int, int, int) | int)]")  [no-any-expr]
+ torchvision/utils.py:254:44: error: Expression type contains "Any" (has type "zip[(Any (from unimported type), (int, int, int), str, int | str | (int, int, int))]")  [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[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, None | Locale]] | 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[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, 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]])")  [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[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, None | Locale]] | 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[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, 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]]")  [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[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, None | Locale]] | 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[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, 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]])]")  [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[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, None | Locale]] | 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 "list[str] | 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]] | list[Untyped | str] | dict[str, None | Locale]")  [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 | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | 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]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:222:54: error: Expression type contains "Any" (has type "list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]] | list[Untyped | str] | dict[str, None | Locale] | 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[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]]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | 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 "list[str] | 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]] | list[Untyped | str] | dict[str, None | Locale]")  [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 | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | 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]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:223:70: error: Expression type contains "Any" (has type "list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]] | list[Untyped | str] | dict[str, None | Locale] | 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[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]]] | dict[str, list[Untyped | str] | list[str] | dict[str, None | Locale]] | 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 "list[str] | 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]] | list[Untyped | str] | dict[str, None | Locale]")  [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 | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]]] | 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]]")  [no-any-expr]
+ mkdocs/tests/config/config_tests.py:224:55: error: Expression type contains "Any" (has type "list[str] | dict[str, str | bool | Locale | dict[str, None] | list[Any (from error)] | int | dict[str, int]] | list[Untyped | str] | dict[str, None | Locale] | dict[str, str | Locale | bool | dict[str, bool | None] | list[Any (from error)] | int | None]")  [no-any-expr]

trio (https://github.com/python-trio/trio)
- src/trio/_tests/type_tests/raisesgroup.py:189:12: error: "d" has type "RaisesGroup[ValueError | TypeError]" which does not implement __bool__ or __len__ so it could always be true in boolean context  [truthy-bool]
+ src/trio/_tests/type_tests/raisesgroup.py:189:12: error: "d" has type "RaisesGroup[TypeError | ValueError]" which does not implement __bool__ or __len__ so it could always be true in boolean context  [truthy-bool]

scipy (https://github.com/scipy/scipy)
- scipy/stats/_axis_nan_policy.py:224:34: error: Expression type contains "Any" (has type "finfo[floating[_64Bit | Any]] | iinfo[Any | float64]")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:224:34: error: Expression type contains "Any" (has type "finfo[floating[Any | _64Bit]] | iinfo[Any | float64]")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:224:34: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:224:34: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:224:51: error: Expression type contains "Any" (has type "finfo[floating[_64Bit | Any]] | iinfo[Any | float64]")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:224:51: error: Expression type contains "Any" (has type "finfo[floating[Any | _64Bit]] | iinfo[Any | float64]")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:224:51: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:224:51: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:227:16: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:227:16: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:229:11: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:229:11: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:229:11: error: Expression type contains "Any" (has type "floating[_64Bit | Any]")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:229:11: error: Expression type contains "Any" (has type "floating[Any | _64Bit]")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:229:22: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:229:22: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:231:33: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:231:33: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:232:38: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:232:38: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:250:28: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:250:28: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:253:12: error: Expression type contains "Any" (has type "(list[Untyped], floating[_64Bit | Any] | int)")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:253:12: error: Expression type contains "Any" (has type "(list[Untyped], floating[Any | _64Bit] | int)")  [no-any-expr]
- scipy/stats/_axis_nan_policy.py:253:25: error: Expression type contains "Any" (has type "floating[_64Bit | Any] | int")  [no-any-expr]
+ scipy/stats/_axis_nan_policy.py:253:25: error: Expression type contains "Any" (has type "floating[Any | _64Bit] | int")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "(float | list[float] | list[list[float]] | list[list[list[Any]]] | None | ndarray[tuple[int, ...], dtype[float64]], float | list[float] | list[list[float]] | list[list[list[Any]]] | None | ndarray[tuple[int, ...], dtype[float64]])")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "(None | float | list[float] | list[list[float]] | list[list[list[Any]]] | ndarray[tuple[int, ...], dtype[float64]], None | float | list[float] | list[list[float]] | list[list[list[Any]]] | ndarray[tuple[int, ...], dtype[float64]])")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "float | list[float] | list[list[float]] | list[list[list[Any]]] | None | ndarray[tuple[int, ...], dtype[float64]]")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:72:9: error: Expression type contains "Any" (has type "None | float | list[float] | list[list[float]] | list[list[list[Any]]] | ndarray[tuple[int, ...], dtype[float64]]")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:72:21: error: Expression type contains "Any" (has type "product[(float | list[float] | list[list[float]] | list[list[list[Any]]] | None | ndarray[tuple[int, ...], dtype[float64]], float | list[float] | list[list[float]] | list[list[list[Any]]] | None | ndarray[tuple[int, ...], dtype[float64]])]")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:72:21: error: Expression type contains "Any" (has type "product[(None | float | list[float] | list[list[float]] | list[list[list[Any]]] | ndarray[tuple[int, ...], dtype[float64]], None | float | list[float] | list[list[float]] | list[list[list[Any]]] | ndarray[tuple[int, ...], dtype[float64]])]")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:73:42: error: Expression type contains "Any" (has type "float | list[float] | list[list[float]] | list[list[list[Any]]] | None | ndarray[tuple[int, ...], dtype[float64]]")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:73:42: error: Expression type contains "Any" (has type "None | float | list[float] | list[list[float]] | list[list[list[Any]]] | ndarray[tuple[int, ...], dtype[float64]]")  [no-any-expr]
- scipy/linalg/tests/test_procrustes.py:73:45: error: Expression type contains "Any" (has type "float | list[float] | list[list[float]] | list[list[list[Any]]] | None | ndarray[tuple[int, ...], dtype[float64]]")  [no-any-expr]
+ scipy/linalg/tests/test_procrustes.py:73:45: error: Expression type contains "Any" (has type "None | float | list[float] | list[list[float]] | list[list[list[Any]]] | ndarray[tuple[int, ...], dtype[float64]]")  [no-any-expr]
- scipy/fft/tests/test_backend.py:56:49: error: Expression type contains "Any" (has type "zip[(None | 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[tuple[int, ...], dtype[complex128]]=...) -> ndarray[tuple[int, ...], dtype[complex128]] | 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[tuple[int, ...], dtype[complex128]]=...) -> ndarray[tuple[int, ...], dtype[complex128]] | 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], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[tuple[int, ...], dtype[float64]]=...) -> ndarray[tuple[int, ...], dtype[float64]] | 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[tuple[int, ...], dtype[float64]]=...) -> ndarray[tuple[int, ...], dtype[float64]] | def (x: Untyped, s: Untyped=..., axes: Untyped=..., norm: Untyped=..., overwrite_x: bool=..., workers: Untyped=..., *, plan: Untyped = ...) -> None | partial[None] | def (a: _SupportsArray[dtype[numpy.bool[bool]] | dtype[number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[bool]] | dtype[number[Any, int | float | complex]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[tuple[int, ...], dtype[float64]]=...) -> ndarray[tuple[int, ...], dtype[float64]], _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[None] | def (a: _SupportsArray[dtype[numpy.bool[bool]] | dtype[number[Any, int | float | complex]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[bool]] | dtype[number[Any, int | float | complex]]]] | bool | int | float | complex | _NestedSequence[bool | int | float | complex], n: None | int=..., axis: int=..., norm: None | 'backward' | 'ortho' | 'forward'=..., out: None | ndarray[tuple[int, ...], dtype[float64]]=...) -> ndarray[tuple[int, ...], dtype[float64]] | 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[tuple[int, ...], dtype[complex128]]=...) -> ndarray[tuple[int, ...], dtype[complex128]] | 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[tuple[int, ...], dtype[complex128]]=...) -> ndarray[tuple[int, ...], dtype[complex128]] | 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[tuple[int, ...], dtype[float64]]=...) -> ndarray[tuple[int, ...], dtype[float64]] | 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[tuple[int, ...], dtype[float64]]=...) -> ndarray[tuple[int, ...], dtype[float64]], _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[None | int | str | Any, ...]")  [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 "None | int | str | Any")  [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[None | int | str | Any, ...]]")  [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 "None | int | str | 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 "None | int | str | Any")  [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 "None | int | str | Any")  [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 "None | int | str | Any"; 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 "None | int | str | Any")  [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 "None | int | str | Any"; 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 "None | int | str | Any")  [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 "None | int | str | Any"; 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 "None | int | str | Any")  [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 "None | int | str | Any"; 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 "None | int | str | Any")  [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 "None | int | str | Any")  [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 "None | int | str | Any")  [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 "None | int | str | Any")  [no-any-expr]
- scipy/signal/tests/test_filter_design.py:659:9: error: Expression type contains "Any" (has type "(list[float | int] | Any, list[float | int], list[float] | list[complex])")  [no-any-expr]
+ scipy/signal/tests/test_filter_design.py:659:9: error: Expression type contains "Any" (has type "(list[float | int] | Any, 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[(list[float | int] | Any, 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[(list[float | int] | Any, list[float | int], list[complex] | list[float])]")  [no-any-expr]

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.

2 participants