Use pre-commit script instead of unsupported_script#662
Conversation
prek uses it as default.
There was a problem hiding this comment.
Pull request overview
This pull request updates the pre-commit hook configuration to use the modern script language type instead of the deprecated unsupported_script type, aligning with current pre-commit framework conventions.
Changes:
- Updated language field from
unsupported_scripttoscriptin the pre-commit hook definition
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WalkthroughThe pre-commit hook configuration for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 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 |
script instead of unsupported_scriptscript instead of unsupported_script
prek uses it as the default.