Skip to content

fix: fixing JSONRPC error mapping #1492

fix: fixing JSONRPC error mapping

fix: fixing JSONRPC error mapping #1492

Triggered via pull request August 19, 2025 22:28
Status Failure
Total duration 50s
Artifacts

linter.yaml

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

Annotations

5 errors and 2 notices
Lint Code Base
Process completed with exit code 1.
Lint Code Base
Process completed with exit code 1.
Lint Code Base
The process '/opt/hostedtoolcache/ruff/0.12.9/x86_64/ruff' failed with exit code 1
Ruff (UP006): src/a2a/server/apps/jsonrpc/jsonrpc_app.py#L159
src/a2a/server/apps/jsonrpc/jsonrpc_app.py:159:32: UP006 Use `type` instead of `Type` for type annotation
Ruff (UP035): src/a2a/server/apps/jsonrpc/jsonrpc_app.py#L8
src/a2a/server/apps/jsonrpc/jsonrpc_app.py:8:1: UP035 `typing.Type` is deprecated, use `type` instead
Lint Code Base
repository contains 21 duplications. 1 duplications were part of this PR and were annotated
Copy/pasted code: src/a2a/server/apps/jsonrpc/jsonrpc_app.py#L172
see src/a2a/server/apps/rest/rest_adapter.py (55-79)