File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,6 @@ repos:
116
116
language : python
117
117
types : [python]
118
118
exclude : ' vllm/third_party/.*'
119
- - id : suggestion
120
- name : Suggestion
121
- entry : bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
122
- language : system
123
- verbose : true
124
- pass_filenames : false
125
- exclude : ' vllm/third_party/.*'
126
119
- id : check-filenames
127
120
name : Check for spaces in all filenames
128
121
entry : bash
@@ -133,3 +126,12 @@ repos:
133
126
always_run : true
134
127
pass_filenames : false
135
128
exclude : ' vllm/third_party/.*'
129
+ # Keep `suggestion` last
130
+ - id : suggestion
131
+ name : Suggestion
132
+ entry : bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
133
+ language : system
134
+ verbose : true
135
+ pass_filenames : false
136
+ exclude : ' vllm/third_party/.*'
137
+ # Insert new entries above the `suggestion` entry
You can’t perform that action at this time.
0 commit comments