Upgrade pyright to 1.1.349 #13416
Annotations
4 errors
Run jakebailey/pyright-action@03ab3c98073356eb56161009632b39fc2666321b:
src/qcodes/dataset/sqlite/queries.py#L247
Argument of type "list[ParamSpecBase]" cannot be assigned to parameter "__iter1" of type "Iterable[_T1@__new__]" in function "__new__"
"list[ParamSpecBase]" is incompatible with "Iterable[Sequence[Any]]"
Type parameter "_T_co@Iterable" is covariant, but "ParamSpecBase" is not a subtype of "Sequence[Any]"
"ParamSpecBase" is incompatible with "Sequence[Any]" (reportArgumentType)
|
Run jakebailey/pyright-action@03ab3c98073356eb56161009632b39fc2666321b:
src/qcodes/dataset/sqlite/queries.py#L247
Argument of type "tuple[()]" cannot be assigned to parameter "fillvalue" of type "_T@__new__" in function "__new__"
"tuple[()]" is incompatible with "ParamSpecBase" (reportArgumentType)
|
Run jakebailey/pyright-action@03ab3c98073356eb56161009632b39fc2666321b:
src/qcodes/dataset/sqlite/queries.py#L249
"object*" is not iterable
"__iter__" method not defined (reportGeneralTypeIssues)
|
|
The logs for this run have expired and are no longer available.
Loading