Run precommit and fix type errors (#145) #619
ci.yml
on: push
Annotations
10 errors and 3 warnings
|
Lint & Type Check:
eval_protocol/benchmarks/test_gpqa.py#L63
Cannot access attribute "startswith" for class "List[ChatCompletionContentPartTextParam]"
Attribute "startswith" is unknown (reportAttributeAccessIssue)
|
|
Lint & Type Check:
eval_protocol/benchmarks/test_aime25.py#L101
No parameter named "data" (reportCallIssue)
|
|
Lint & Type Check:
eval_protocol/benchmarks/test_aime25.py#L85
Argument of type "str | List[ChatCompletionContentPartTextParam]" cannot be assigned to parameter "text" of type "str" in function "_extract_boxed_text"
Type "str | List[ChatCompletionContentPartTextParam]" is not assignable to type "str"
"List[ChatCompletionContentPartTextParam]" is not assignable to "str" (reportArgumentType)
|
|
Lint & Type Check:
eval_protocol/agent/task_manager.py#L925
Argument of type "str | None" cannot be assigned to parameter "args" of type "StrPath" in function "__new__"
Type "str | None" is not assignable to type "StrPath"
Type "None" is not assignable to type "StrPath"
"None" is not assignable to "str"
"None" is incompatible with protocol "PathLike[str]"
"__fspath__" is not present (reportArgumentType)
|
|
Lint & Type Check:
eval_protocol/agent/task_manager.py#L923
Type "Path" is not assignable to declared type "str | None"
Type "Path" is not assignable to type "str | None"
"Path" is not assignable to "str"
"Path" is not assignable to "None" (reportAssignmentType)
|
|
Lint & Type Check:
eval_protocol/agent/task_manager.py#L689
Argument of type "int" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
"int" is not assignable to "str" (reportArgumentType)
|
|
Lint & Type Check:
eval_protocol/agent/task_manager.py#L688
Argument of type "int" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
"int" is not assignable to "str" (reportArgumentType)
|
|
Lint & Type Check:
eval_protocol/agent/task_manager.py#L687
Argument of type "Dict[str, Any]" cannot be assigned to parameter "value" of type "str" in function "__setitem__"
"Dict[str, Any]" is not assignable to "str" (reportArgumentType)
|
|
Lint & Type Check:
eval_protocol/adapters/langfuse.py#L16
"Langfuse" is not exported from module "langfuse"
Import from "langfuse._client.client" instead (reportPrivateImportUsage)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L197
Except clause is unreachable because exception is already handled
"Exception" is a subclass of "Exception" (reportUnusedExcept)
|
|
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
|
33.5 KB |
sha256:fa45f2a8475dd9c686bd1bbc06f7fd8935e67e999fad78e1fd649b15bc3c09ee
|
|
|
coverage-core-3.10
Expired
|
40.7 KB |
sha256:c91a588ae6d43b8631dbb9e164f07933f8364f9b4f7077999738143f4a453fdb
|
|
|
coverage-core-3.11
Expired
|
40.7 KB |
sha256:554fd9eddcf2e0e55fd19edba2f398cec6f3434d2cc1f2fb7e786b3ea37cc63a
|
|
|
coverage-core-3.12
Expired
|
40.7 KB |
sha256:f01d98e3b822f8cecc1336040464f54508d6eca85e91b8f73d60190df40856aa
|
|