pip prod(deps): bump pyright from 1.1.392.post0 to 1.1.393 #13612
Annotations
5 errors
|
Pyright:
xdsl/dialects/stencil.py#L547
Type "tuple[Any, ...] | list[Unknown]" is not assignable to declared type "list[Argument]"
Type "tuple[Any, ...] | list[Unknown]" is not assignable to type "list[Argument]"
"tuple[Any, ...]" is not assignable to "list[Argument]" (reportAssignmentType)
|
Pyright:
xdsl/dialects/stencil.py#L547
Type "tuple[Any, ...] | list[Unknown]" is not assignable to declared type "list[SSAValue]"
Type "tuple[Any, ...] | list[Unknown]" is not assignable to type "list[SSAValue]"
"tuple[Any, ...]" is not assignable to "list[SSAValue]" (reportAssignmentType)
|
Pyright:
xdsl/utils/hints.py#L113
Argument of type "type[_T@assert_isa]" cannot be assigned to parameter "hint" of type "TypeForm[_T@isa]" in function "isa"
Type "type[_T@assert_isa]" is not assignable to type "TypeForm[_T@isa]" (reportArgumentType)
|
Pyright
3 errors
|
Loading