Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughDevelopment tool versions are updated in workflow configuration and ChangesDevelopment tool version synchronization
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR synchronizes Python dev-tool version pins in this consumer repository to match the central pins managed in stranske/Workflows, keeping local CI/tooling behavior consistent with the shared baseline.
Changes:
- Updated
pyproject.tomldev optional-dependency pins forruffandmypy. - Updated
.github/workflows/autofix-versions.envto reflect the new central pin values (ruff, mypy, coverage). - Regenerated
requirements-dev.lockso the resolved dev dependency set matches the updated pins.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pyproject.toml |
Aligns dev optional-dependency pins (ruff, mypy) with the central versions. |
requirements-dev.lock |
Updates locked dev tool versions (black, coverage, mypy, pytest, ruff) to match the refreshed pins. |
.github/workflows/autofix-versions.env |
Updates the repo’s source-of-truth env pins used for dev-tool syncing. |
Automated sync from stranske/Workflows autofix-versions.env Versions hash: 7297298c3ad3 This ensures consistent dev tool versions across all repos.
b0bba16 to
08566a2
Compare
Dev Tool Version Sync
This PR updates dev tool versions in
pyproject.tomland related generated dependency files to match the central version pins from stranske/Workflows.Changes
Why
Consistent dev tool versions across repos ensures:
Source:
.github/workflows/autofix-versions.envSummary by CodeRabbit