Update .pre-commit-config.yaml: use SHA for versions#3516
Conversation
|
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 selected for processing (1)
Summary by CodeRabbit
WalkthroughUpdated commit-hash pins for multiple hooks in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3516 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 313 313
Lines 18666 18666
Branches 2383 2383
=========================================
Hits 18666 18666 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.pre-commit-config.yaml:
- Line 23: The YAML list item "- id: pyupgrade" has extra spaces after the
hyphen; update the list item formatting to use a single space after the hyphen
(e.g., "- id: pyupgrade") so it conforms to YAML list-item spacing rules and
YAMLLint; ensure other list items in the same block (if any) follow the same "-
<key>: <value>" spacing pattern and validate the file after the change.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 933ce0a4-410c-4a57-ae49-b6b2b62ecfbd
📒 Files selected for processing (1)
.pre-commit-config.yaml
|
Proposed change
Use SHA for pre-commit action versions
Type of change
holidaysfunctionality in general)Checklist
make checklocally; all checks and tests passed.