chore: update autofix tool pins - #2209
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 290d9ec5ae
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| BLACK_VERSION=26.5.1 | ||
| RUFF_VERSION=0.15.14 |
There was a problem hiding this comment.
Sync tool pin bumps before merging
When these two pins change without the lock-step updates, the repo's own validation fails: python -m scripts.sync_tool_versions --check now reports mismatches in pyproject.toml, requirements.lock, and both consumer/integration template env files. This check is enforced by scripts/check_branch.sh and by the dependency refresh workflow's "Verify tool pins remain aligned" step, so this commit will leave the automation red until those generated/managed files are updated together.
Useful? React with 👍 / 👎.
Automated Status SummaryHead SHA: 5957600
Coverage Overview
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeTool Version Status
Updates AvailableTasks
Acceptance criteria
source .github/workflows/autofix-versions.env
pip install "black==$BLACK_VERSION" "ruff==$RUFF_VERSION" "isort==$ISORT_VERSION" "docformatter==$DOCFORMATTER_VERSION" "mypy==$MYPY_VERSION" "pytest==$PYTEST_VERSION" "pytest-cov==$PYTEST_COV_VERSION" "coverage==$COVERAGE_VERSION"
black --check --line-length 100 .
ruff check .
mypy src tests
|
Closes #2141
Automated Status Summary
Scope
Tool Version Status
Updates Available
Tasks
Acceptance criteria
.github/workflows/autofix-versions.envwith the new versionsHead SHA: fe9b2d1
Latest Runs: ❔ in progress — Gate
Required: gate: ❔ in progress