From 4c73f098f3bbfc28fc3b266acf2c002f31ddccb3 Mon Sep 17 00:00:00 2001 From: cleveragents-auto Date: Fri, 29 May 2026 05:03:02 -0400 Subject: [PATCH] chore: worker ruff auto-fix (pre-push lint gate) --- src/cleveragents/a2a/agent_card.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cleveragents/a2a/agent_card.py b/src/cleveragents/a2a/agent_card.py index bbf8b305f..b825ba8ba 100644 --- a/src/cleveragents/a2a/agent_card.py +++ b/src/cleveragents/a2a/agent_card.py @@ -241,7 +241,9 @@ def build_agent_card( # Also include diagnostics operations in health skill diag_ops = [op for op in operations if op.startswith("_cleveragents/diagnostics/")] - if diag_ops and not any(s.id == "health-diagnostics" for s in skills): # pragma: no cover + if diag_ops and not any( + s.id == "health-diagnostics" for s in skills + ): # pragma: no cover skills.append( AgentCardSkill( id="health-diagnostics",