chore: drop the lint dependency group - #502
Conversation
Remove the [dependency-groups] lint group and relock. The tools it carried are still available without it: `make typecheck` runs mypy via `uv run --with mypy`, and ruff comes from the pre-commit hooks. Also drop test_lint_group_present from .rhiza/tests/test_pyproject.py, which required the group just removed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 38 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesDependency group requirements
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR removes the lint dependency group from the project’s dependency groups, updates the UV lockfile to reflect the change, and drops the corresponding template test that asserted the presence of the lint group.
Changes:
- Removed
[dependency-groups].lintfrompyproject.toml. - Updated
uv.lockto remove thelintdev-dependency group and associated packages. - Removed the
.rhizatemplate test that required alintdependency group.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| uv.lock | Removes the lint dev-dependency group and updates the locked dependency graph. |
| pyproject.toml | Drops the lint dependency group from [dependency-groups]. |
| .rhiza/tests/test_pyproject.py | Removes the template test enforcing the presence of a lint dependency group. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removes the
lintdependency group frompyproject.tomland relocksuv.lock.Nothing referenced the group by name — CI syncs with
--all-groups, and the tools it carried remain available without it:make typecheckruns mypy viauv run --with mypy, not from the groupAlso drops
test_lint_group_presentfrom.rhiza/tests/test_pyproject.py, which asserted the group just removed.Note on
.rhiza/.rhiza/tests/test_pyproject.pyis template-owned, so the next/rhiza:updatewill restoretest_lint_group_presentunless the same change lands upstream injebel-quant/rhiza..rhiza/CONTRIBUTING.mdalso still documentsuv sync --group lint; that line is template-owned too and left untouched here.Verification
uv lock --checkpassespytest .rhiza/tests/test_pyproject.py→ 23 passeduv-lock🤖 Generated with Claude Code
Summary by CodeRabbit