mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
e969793083
The static/quality format job runs in check mode on push and was failing on main: `ruff format --check .` flagged 5 unformatted Python files under examples/showcases/a2ui-pdf-analyst/agent (main.py, src/dynamic_agent.py, src/fixed_agent.py, src/multimodal_middleware.py, src/pdf_tools.py). The oxfmt JS/TS check already passes, so this is ruff-only drift. Applied `ruff format` (pinned 0.15.13, matching CI); diff is formatting-only.