configure ruff #260
Draft
configure ruff #260
Annotations
4 errors
Run jakebailey/pyright-action@v2:
dpgen2/flow/dpgen_loop.py#L446
Argument of type "bool" cannot be assigned to parameter "_if" of type "str | ArgoVar" in function "if_expression"
Type "bool" cannot be assigned to type "str | ArgoVar"
"bool" is incompatible with "str"
"bool" is incompatible with "ArgoVar" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v2:
dpgen2/flow/dpgen_loop.py#L451
Argument of type "bool" cannot be assigned to parameter "_if" of type "str | ArgoVar" in function "if_expression"
Type "bool" cannot be assigned to type "str | ArgoVar"
"bool" is incompatible with "str"
"bool" is incompatible with "ArgoVar" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v2:
dpgen2/flow/dpgen_loop.py#L456
Argument of type "bool" cannot be assigned to parameter "_if" of type "str | ArgoVar" in function "if_expression"
Type "bool" cannot be assigned to type "str | ArgoVar"
"bool" is incompatible with "str"
"bool" is incompatible with "ArgoVar" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v2
3 errors
|
Loading