Skip to content

Type checker

Type checker #1866

Triggered via merge group December 23, 2024 18:11
Status Failure
Total duration 2m 13s
Artifacts

pyright.yml

on: merge_group
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