[pre-commit.ci] pre-commit autoupdate #1864
Annotations
2 errors and 1 warning
pyright:
reacnetgenerator/_matrix.py#L76
Argument of type "int | list[int] | list[list[int]] | list[list[list[Any]]]" cannot be assigned to parameter "iter2" of type "Iterable[_T2@__new__]" in function "__new__"
Type "int | list[int] | list[list[int]] | list[list[list[Any]]]" is incompatible with type "Iterable[_T2@__new__]"
"int" is incompatible with protocol "Iterable[_T2@__new__]"
"__iter__" is not present (reportArgumentType)
|
pyright
1 error
|
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|