-
Notifications
You must be signed in to change notification settings - Fork 450
[BugFix] Add pre-commit to requirements-dev.txt #1611
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
[BugFix] Add pre-commit to requirements-dev.txt #1611
Conversation
|
👋 Hi! Thank you for contributing to the TileLang project. Please remember to run We appreciate you taking this step! Our team will review your contribution, and we look forward to your awesome work! 🚀 |
📝 WalkthroughWalkthroughAdded Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Poem
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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: 1
Fix all issues with AI Agents 🤖
In @requirements-dev.txt:
- Line 9: The dependency entry "pre-commit" in requirements-dev.txt should be
pinned for reproducibility and to avoid config-migration breaking changes;
update the line containing the literal symbol pre-commit to include a version
specifier such as pre-commit>=4.0.0 (or pin to the known stable
pre-commit==4.5.1) so CI/dev envs install a predictable, compatible release.
As reported in #1609, adding pre-commit to the requirements-dev.txt would simplify local development setup.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.