Skip to content

test: Add quality and features TCK tests for JSON-RPC #2318

test: Add quality and features TCK tests for JSON-RPC

test: Add quality and features TCK tests for JSON-RPC #2318

Triggered via pull request February 12, 2026 12:55
Status Failure
Total duration 38s
Artifacts

linter.yaml

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

Annotations

6 errors and 1 notice
Lint Code Base
Process completed with exit code 1.
Lint Code Base
Process completed with exit code 1.
Ruff (SIM105): src/a2a/server/request_handlers/default_request_handler.py#L450
src/a2a/server/request_handlers/default_request_handler.py:450:9: SIM105 Use `contextlib.suppress(NoTaskQueue)` instead of `try`-`except`-`pass`
Ruff (BLE001): src/a2a/server/request_handlers/default_request_handler.py#L446
src/a2a/server/request_handlers/default_request_handler.py:446:16: BLE001 Do not catch blind exception: `Exception`
Ruff (S110): src/a2a/server/request_handlers/default_request_handler.py#L446
src/a2a/server/request_handlers/default_request_handler.py:446:9: S110 `try`-`except`-`pass` detected, consider logging the exception
Ruff (SIM105): src/a2a/server/request_handlers/default_request_handler.py#L444
src/a2a/server/request_handlers/default_request_handler.py:444:9: SIM105 Use `contextlib.suppress(Exception)` instead of `try`-`except`-`pass`
Lint Code Base
repository contains 24 duplications. 0 duplications were part of this PR and were annotated