Skip to content

feat: Add ServerCallContext into task store operations #1621

feat: Add ServerCallContext into task store operations

feat: Add ServerCallContext into task store operations #1621

Triggered via pull request August 28, 2025 21:46
Status Failure
Total duration 47s
Artifacts

linter.yaml

on: pull_request
Lint Code Base
44s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 notices
Lint Code Base
Process completed with exit code 1.
Lint Code Base
The process '/opt/hostedtoolcache/ruff/0.12.11/x86_64/ruff' failed with exit code 1
Lint Code Base
The process '/opt/hostedtoolcache/ruff/0.12.11/x86_64/ruff' failed with exit code 1
Ruff (I001): src/a2a/server/tasks/task_store.py#L1
src/a2a/server/tasks/task_store.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (D417): src/a2a/server/tasks/task_manager.py#L29
src/a2a/server/tasks/task_manager.py:29:9: D417 Missing argument description in the docstring for `__init__`: `context`
Lint Code Base
repository contains 22 duplications. 2 duplications were part of this PR and were annotated
Copy/pasted code: src/a2a/server/request_handlers/default_request_handler.py#L153
see src/a2a/server/request_handlers/default_request_handler.py (482-497)
Copy/pasted code: src/a2a/server/request_handlers/default_request_handler.py#L482
see src/a2a/server/request_handlers/default_request_handler.py (153-167)