Python Type-Check #124
python-type-check.yml
on: push
pyright type-check
1m 43s
Annotations
3 errors
|
pyright type-check
2 errors
|
|
pyright type-check:
gguf-py/gguf/vocab.py#L697
Operator "/" not supported for types "Path" and "tuple[str, str] | Literal['tekken.json']"
Operator "/" not supported for types "Path" and "tuple[str, str]" when expected type is "Path" (reportOperatorIssue)
|
|
pyright type-check:
gguf-py/gguf/vocab.py#L689
Operator "/" not supported for types "Path" and "tuple[str, str] | Literal['tekken.json']"
Operator "/" not supported for types "Path" and "tuple[str, str]" when expected type is "str | Path" (reportOperatorIssue)
|