deps: sync dev tool versions - #5798
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. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 59 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ 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)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR synchronizes the pinned Ruff version across the repo’s dev dependency definitions and the generated lockfile, aligning with the central tool pin file used by CI/autofix workflows.
Changes:
- Bump
rufffrom0.16.1→0.16.2inpyproject.tomldev dependencies. - Update
requirements.lockto reflectruff==0.16.2. - Update
.github/workflows/autofix-versions.envto pinRUFF_VERSION=0.16.2for automation consistency.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| requirements.lock | Updates the resolved/pinned Ruff entry to 0.16.2. |
| pyproject.toml | Bumps the dev dependency pin for Ruff to 0.16.2. |
| .github/workflows/autofix-versions.env | Updates the central automation pin RUFF_VERSION to 0.16.2. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Automated sync from stranske/Workflows autofix-versions.env Versions hash: 69b135912235 This ensures consistent dev tool versions across all repos.
bba9146 to
ae84526
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.envSettled source commit:
d49a90808881026ad7daf2ab841bb138c6a3f419