Commit ddb2abd
fix(ci): add ruff to the python dev dependency-group (codegen format pass)
The last Python conformance failure (uncovered once the pydantic fix let the step
reach it): tests/codegen/test_cli_registry runs codegen, whose format pass
(src/metaobjects/codegen/format.py) shells out to `ruff` — but `ruff`, like pydantic,
lived only in [project.optional-dependencies], not the [dependency-groups] that
`uv run` installs. So CI failed with "No module named ruff". Add ruff to the group
and relock.
Verified via the full CI `uv run` sequence: conformance 267, validation 9,
cli-registry 5 — all green. This was the 7th and final pre-existing red layer on
main; with it, every required check passes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f5bab8c commit ddb2abd
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments