You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pyright python/prd/*py
/home/sirfuser/devel/PRDdefinition/python/prd/_binary.py
/home/sirfuser/devel/PRDdefinition/python/prd/_binary.py:635:16 - error: Object of type "Annotated" is not callable (reportCallIssue)
/home/sirfuser/devel/PRDdefinition/python/prd/_binary.py:659:16 - error: Object of type "Annotated" is not callable (reportCallIssue)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:23:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:24:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:25:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:26:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:27:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:28:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:29:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:30:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:31:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:32:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:33:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:34:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/_dtypes.py:35:5 - error: Argument of type "Annotated" cannot be assigned to parameter "key" of type "type | GenericAlias" in function "__setitem__"
Type "Annotated" is not assignable to type "type | GenericAlias"
"Annotated" is not assignable to "type"
"Annotated" is not assignable to "GenericAlias" (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/types.py
/home/sirfuser/devel/PRDdefinition/python/prd/types.py:261:29 - error: Variable not allowed in type expression (reportInvalidTypeForm)
/home/sirfuser/devel/PRDdefinition/python/prd/yardl_types.py
/home/sirfuser/devel/PRDdefinition/python/prd/yardl_types.py:273:29 - error: Argument of type "void" cannot be assigned to parameter "iter1" of type "Iterable[_T1@__new__]" in function "__new__"
"void" is incompatible with protocol "Iterable[_T1@__new__]"
"__iter__" is not present (reportArgumentType)
/home/sirfuser/devel/PRDdefinition/python/prd/yardl_types.py:273:32 - error: Argument of type "void" cannot be assigned to parameter "iter2" of type "Iterable[_T2@__new__]" in function "__new__"
"void" is incompatible with protocol "Iterable[_T2@__new__]"
"__iter__" is not present (reportArgumentType)
The text was updated successfully, but these errors were encountered:
https://github.com/ETSInitiative/PRDdefinition/tree/a279d316d47f073768dd4d63bb668051d9e445e2
The text was updated successfully, but these errors were encountered: