-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update pre-commit hooks #37
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
Conversation
Automated pre-commit hook update: - Updated hooks to latest versions using 'pre-commit autoupdate --freeze' - Migrated configuration if needed - Number of hooks updated: 2 - Generated on 2025-10-02 12:04:32 UTC - Workflow: Update Pre-commit Hooks - Run ID: 18192372489 🤖 Generated by GitHub Actions
📊 Configuration Changesdiff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index dd4977c..a60c1f3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
- ruamel.yaml==0.18.18
# --------------------- Commit‑msg validation -----------------------
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
- rev: 879f5400493f84c8b683bdeb3366a8439ca17858 # frozen: v9.22.0
+ rev: e46582c71e18e81b19f77b5c754a6816bdd6c3f5 # frozen: v9.23.0
hooks:
- id: commitlint
stages: [commit-msg]💡 Tips for TestingQuick test (recommended): pre-commit run --all-filesTest specific hooks: pre-commit run <hook-id> --all-filesUpdate hooks manually: pre-commit autoupdate |
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.
Pull Request Overview
Updates pre-commit hooks to their latest versions, specifically upgrading the commitlint-pre-commit-hook from v9.22.0 to v9.23.0 for improved code quality tooling and potential security fixes.
- Updated commitlint-pre-commit-hook to latest version v9.23.0
- Maintained frozen hash approach for reproducible builds
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
mrz1836
left a 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.
LGTM



🤖 Automated Pre-commit Hooks Update
This PR updates all pre-commit hooks to their latest versions.
📋 Changes Made
pre-commit autoupdate --freezefor reproducible builds🔍 What's Updated
All hooks in
.pre-commit-config.yamlhave been updated to their latest compatible versions.✅ Benefits
🧪 Testing Status
Pre-commit hooks were tested after update - check workflow logs for results.
📝 Next Steps
pre-commit run --all-filesif desired🔐 Security Notes
--require-hashes)🤖 Automation Details
Update Pre-commit Hookschore/update-pre-commit-hooks-20251002-1204(timestamped for uniqueness)Note: This PR was created automatically. To customize updates:
.pre-commit-config.yamlmanuallychore/update-pre-commit-hooks-20251002-1204branch