Unverified Commit 72c2b68d authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[Misc] Move pre-commit suggestion back to the end (#13114)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent 14ecab5b
...@@ -116,13 +116,6 @@ repos: ...@@ -116,13 +116,6 @@ repos:
language: python language: python
types: [python] types: [python]
exclude: 'vllm/third_party/.*' exclude: 'vllm/third_party/.*'
- id: suggestion
name: Suggestion
entry: bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
language: system
verbose: true
pass_filenames: false
exclude: 'vllm/third_party/.*'
- id: check-filenames - id: check-filenames
name: Check for spaces in all filenames name: Check for spaces in all filenames
entry: bash entry: bash
...@@ -133,3 +126,12 @@ repos: ...@@ -133,3 +126,12 @@ repos:
always_run: true always_run: true
pass_filenames: false pass_filenames: false
exclude: 'vllm/third_party/.*' exclude: 'vllm/third_party/.*'
# Keep `suggestion` last
- id: suggestion
name: Suggestion
entry: bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
language: system
verbose: true
pass_filenames: false
exclude: 'vllm/third_party/.*'
# Insert new entries above the `suggestion` entry
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment