Skip to content

[pre-commit.ci] pre-commit autoupdate #1864

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #1864

Triggered via pull request December 16, 2024 22:18
Status Failure
Total duration 5m 6s
Artifacts

pyright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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