mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
09250c0b50
The Code Quality job runs ruff from `plugins/plugin-eval/`, so that project's `[tool.ruff]` (line-length 100) governs the `../../tools/` sources too — there is no repo-root ruff config. The previous reformat was run from the repo root, where ruff fell back to its 88-col default, so CI disagreed. Reformat from the plugin-eval cwd to match CI exactly.