Skip to content

feat: Implement a vertex based task store #2521

feat: Implement a vertex based task store

feat: Implement a vertex based task store #2521

Triggered via pull request March 3, 2026 17:07
Status Failure
Total duration 1m 20s
Artifacts

linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 notice
Lint Code Base
Process completed with exit code 1.
Lint Code Base
Process completed with exit code 1.
Lint Code Base
Process completed with exit code 1.
ruff (SLF001): tck/sut_agent_with_vertex_task_store.py#L32
tck/sut_agent_with_vertex_task_store.py:32:5: SLF001 Private member accessed: `_http_options`
ruff (SLF001): tck/sut_agent_with_vertex_task_store.py#L32
tck/sut_agent_with_vertex_task_store.py:32:5: SLF001 Private member accessed: `_api_client`
ruff (SLF001): tck/sut_agent_with_vertex_task_store.py#L30
tck/sut_agent_with_vertex_task_store.py:30:5: SLF001 Private member accessed: `_http_options`
ruff (SLF001): tck/sut_agent_with_vertex_task_store.py#L30
tck/sut_agent_with_vertex_task_store.py:30:5: SLF001 Private member accessed: `_api_client`
ruff (D103): tck/sut_agent_with_vertex_task_store.py#L17
tck/sut_agent_with_vertex_task_store.py:17:5: D103 Missing docstring in public function
ruff (I001): tck/sut_agent_with_vertex_task_store.py#L1
tck/sut_agent_with_vertex_task_store.py:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (D103): tck/sut_agent.py#L186
tck/sut_agent.py:186:5: D103 Missing docstring in public function
ruff (PLR0912): src/a2a/server/tasks/vertex_task_store.py#L67
src/a2a/server/tasks/vertex_task_store.py:67:9: PLR0912 Too many branches (13 > 12)
Lint Code Base
repository contains 25 duplications. 0 duplications were part of this PR and were annotated