update #4
python-type-check.yml
on: push
python type-check
2m 35s
Annotations
2 errors
|
python type-check
Process completed with exit code 1.
|
|
ty (unsupported-operator):
convert_hf_to_gguf.py#L12951
convert_hf_to_gguf.py:12951:8: unsupported-operator: Operator `in` is not supported between objects of type `Literal["Sarashina"]` and `None | Any`
convert_hf_to_gguf.py:12951:8: Has type `Literal["Sarashina"]`
convert_hf_to_gguf.py:12951:23: Has type `None | Any`
info: Operation fails because operator `in` is not supported between objects of type `Literal["Sarashina"]` and `None`
info: rule `unsupported-operator` is enabled by default
|