-
Notifications
You must be signed in to change notification settings - Fork 3
Update pre-commit hooks #716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughUpdated pre-commit hook revisions in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (4)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.pre-commit-config.yaml (1)
82-85: Optional: Add commitizen-branch hook at pre-push for branch naming checks.
Keeps commit messages and branch names aligned; low effort, good guardrail.- repo: https://github.com/commitizen-tools/commitizen rev: v4.8.4 hooks: - id: commitizen stages: [commit-msg] + - id: commitizen-branch + stages: [pre-push]
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.pre-commit-config.yaml(1 hunks)
🔇 Additional comments (1)
.pre-commit-config.yaml (1)
82-82: Bump to Commitizen v4.8.4 is correct and current (as of Sep 8, 2025).
v4.8.4 is the latest on PyPI (released Sep 5, 2025). (pypi.org)
70a90ec to
b6a1e51
Compare
b6a1e51 to
b5d2af0
Compare
b5d2af0 to
4023032
Compare
4023032 to
724e0ff
Compare
724e0ff to
2e4e928
Compare
Update versions of pre-commit hooks to latest version.
Summary by CodeRabbit