-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Do not run suggestion
pre-commit
hook multiple times
#12521
Conversation
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
…t#12521) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…t#12521) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: Isotr0py <2037008807@qq.com>
…t#12521) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…t#12521) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…t#12521) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…t#12521) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
…t#12521) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Prevents the message
To bypass pre-commit hooks, add --no-verify to git commit.
from being printed once for each changed file.