Fix pyright type errors and suppress warnings #591
Annotations
10 errors and 3 warnings
|
eval_protocol/adapters/huggingface.py#L141
"load_dataset" is possibly unbound (reportPossiblyUnboundVariable)
|
|
eval_protocol/adapters/huggingface.py#L141
Type "DatasetDict | Dataset | IterableDatasetDict | IterableDataset" is not assignable to return type "Dataset | DatasetDict"
Type "DatasetDict | Dataset | IterableDatasetDict | IterableDataset" is not assignable to type "Dataset | DatasetDict"
Type "IterableDataset" is not assignable to type "Dataset | DatasetDict"
"IterableDataset" is not assignable to "Dataset"
"IterableDataset" is not assignable to "DatasetDict" (reportReturnType)
|
|
eval_protocol/adapters/bigquery.py#L184
"Forbidden" is possibly unbound (reportPossiblyUnboundVariable)
|
|
eval_protocol/adapters/bigquery.py#L184
"NotFound" is possibly unbound (reportPossiblyUnboundVariable)
|
|
eval_protocol/adapters/bigquery.py#L142
"bigquery" is possibly unbound (reportPossiblyUnboundVariable)
|
|
eval_protocol/adapters/bigquery.py#L103
"DefaultCredentialsError" is possibly unbound (reportPossiblyUnboundVariable)
|
|
eval_protocol/adapters/bigquery.py#L101
"bigquery" is possibly unbound (reportPossiblyUnboundVariable)
|
|
eval_protocol/adapters/bigquery.py#L95
"service_account" is possibly unbound (reportPossiblyUnboundVariable)
|
|
eval_protocol/_version.py#L124
Cannot access attribute "decode" for class "str"
Attribute "decode" is unknown (reportAttributeAccessIssue)
|
|
eval_protocol/_version.py#L117
"dispcmd" is possibly unbound (reportPossiblyUnboundVariable)
|
|
examples/aime2025_chat_completion/__init__.py#L1
"main" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
|
eval_protocol/mcp/__init__.py#L49
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
|
eval_protocol/mcp/__init__.py#L49
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
The logs for this run have expired and are no longer available.
Loading