Add qssa #26
Annotations
9 errors and 1 warning
build (3.10):
inconspiquous/dialects/qssa.py#L9
"RangeVarConstraint" is unknown import symbol (reportGeneralTypeIssues)
|
build (3.10):
inconspiquous/dialects/qssa.py#L9
Type of "RangeVarConstraint" is unknown (reportUnknownVariableType)
|
build (3.10):
inconspiquous/dialects/qssa.py#L28
Expected type arguments for generic class "RangeConstraint" (reportMissingTypeArgument)
|
build (3.10):
inconspiquous/dialects/qssa.py#L28
Type of "_T" is partially unknown
Type of "_T" is "Unknown | RangeConstraint[Unknown]" (reportUnknownVariableType)
|
build (3.10):
inconspiquous/dialects/qssa.py#L32
Argument of type "Unknown | RangeConstraint[Unknown]" cannot be assigned to parameter "constraint" of type "AttrConstraint | Attribute | Type[Attribute] | TypeVar" in function "var_operand_def"
Type "Unknown | RangeConstraint[Unknown]" cannot be assigned to type "AttrConstraint | Attribute | Type[Attribute] | TypeVar"
Type "RangeConstraint[Unknown]" cannot be assigned to type "AttrConstraint | Attribute | Type[Attribute] | TypeVar"
"RangeConstraint[Unknown]" is incompatible with "AttrConstraint"
"RangeConstraint[Unknown]" is incompatible with "Attribute"
Type "RangeConstraint[Unknown]" cannot be assigned to type "Type[Attribute]"
"RangeConstraint[Unknown]" is incompatible with "TypeVar" (reportGeneralTypeIssues)
|
build (3.10):
inconspiquous/dialects/qssa.py#L34
Argument of type "Unknown | RangeConstraint[Unknown]" cannot be assigned to parameter "constraint" of type "AttrConstraint | Attribute | Type[Attribute] | TypeVar" in function "var_result_def"
Type "Unknown | RangeConstraint[Unknown]" cannot be assigned to type "AttrConstraint | Attribute | Type[Attribute] | TypeVar"
Type "RangeConstraint[Unknown]" cannot be assigned to type "AttrConstraint | Attribute | Type[Attribute] | TypeVar"
"RangeConstraint[Unknown]" is incompatible with "AttrConstraint"
"RangeConstraint[Unknown]" is incompatible with "Attribute"
Type "RangeConstraint[Unknown]" cannot be assigned to type "Type[Attribute]"
"RangeConstraint[Unknown]" is incompatible with "TypeVar" (reportGeneralTypeIssues)
|
build (3.10):
inconspiquous/dialects/qubit.py#L35
No parameter named "default_value" (reportGeneralTypeIssues)
|
build (3.10):
inconspiquous/dialects/qubit.py#L35
Type of "alloc" is unknown (reportUnknownVariableType)
|
build (3.10)
8 errors
|
build (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|