Fix pyright type errors and suppress warnings #591
ci.yml
on: pull_request
Annotations
10 errors and 4 warnings
|
Lint & Type Check:
eval_protocol/adapters/huggingface.py#L141
"load_dataset" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
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)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L184
"Forbidden" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L184
"NotFound" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L142
"bigquery" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L103
"DefaultCredentialsError" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L101
"bigquery" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L95
"service_account" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
eval_protocol/_version.py#L124
Cannot access attribute "decode" for class "str"
Attribute "decode" is unknown (reportAttributeAccessIssue)
|
|
Lint & Type Check:
eval_protocol/_version.py#L117
"dispcmd" is possibly unbound (reportPossiblyUnboundVariable)
|
|
Lint & Type Check:
examples/aime2025_chat_completion/__init__.py#L1
"main" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
|
Lint & Type Check:
eval_protocol/mcp/__init__.py#L49
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
|
Lint & Type Check:
eval_protocol/mcp/__init__.py#L49
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
|
MCP End-to-End Tests
No files were found with the provided path: coverage.xml. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-batch-eval
Expired
|
34 KB |
sha256:1bb1c2fcfe72cd0bbc77365c0a636149b1b545ca28cb36938254f69be743dd5e
|
|
|
coverage-core-3.10
Expired
|
41 KB |
sha256:77c02ab59407252a401c50084a5f0d4ebe02c43d522a2660cf90ef1808f8b9cc
|
|
|
coverage-core-3.11
Expired
|
41 KB |
sha256:71de60bf620526ff860be2b1feaad6c2e26f23ea7fe800dba6fadbecf1f161e7
|
|
|
coverage-core-3.12
Expired
|
41 KB |
sha256:c4097ea316b260b67942e6bcf96672a7a4ff885722c9aa9b20ce405ce88271c6
|
|