second attempt #22
python-type-check.yml
on: push
pyright type-check
1m 9s
Annotations
3 errors
pyright type-check:
gguf-py/gguf/gguf_reader.py#L69
Type "int | list[int]" is not assignable to declared type "int"
Type "int | list[int]" is not assignable to type "int"
"list[int]" is not assignable to "int" (reportAssignmentType)
|
pyright type-check:
gguf-py/gguf/gguf_reader.py#L72
Type "int | list[int]" is not assignable to declared type "list[int]"
Type "int | list[int]" is not assignable to type "list[int]"
"int" is not assignable to "list[int]" (reportAssignmentType)
|
pyright type-check
2 errors
|