Skip to content

fix: fix bad "list tasks" merge for JSON-RPC #2344

fix: fix bad "list tasks" merge for JSON-RPC

fix: fix bad "list tasks" merge for JSON-RPC #2344

Triggered via pull request February 17, 2026 16:28
Status Failure
Total duration 49s
Artifacts

linter.yaml

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

Annotations

7 errors, 1 warning, and 1 notice
Lint Code Base
Process completed with exit code 1.
Lint Code Base
2 errors
Lint Code Base: src/a2a/server/request_handlers/jsonrpc_handler.py#L405
"request_id" is not defined (reportUndefinedVariable)
Lint Code Base: src/a2a/server/request_handlers/jsonrpc_handler.py#L404
Type "dict[str, Any]" is not assignable to return type "ListTasksResponse"   "dict[str, Any]" is not assignable to "ListTasksResponse" (reportReturnType)
Lint Code Base
Process completed with exit code 1.
Lint Code Base
Process completed with exit code 1.
ruff (F821): src/a2a/server/request_handlers/jsonrpc_handler.py#L405
src/a2a/server/request_handlers/jsonrpc_handler.py:405:17: F821 Undefined name `request_id`
Lint Code Base
No github_token supplied, API requests will be subject to stricter rate limiting
Lint Code Base
repository contains 46 duplications. 0 duplications were part of this PR and were annotated