Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
72c2b68d
Unverified
Commit
72c2b68d
authored
Feb 11, 2025
by
Russell Bryant
Committed by
GitHub
Feb 11, 2025
Browse files
[Misc] Move pre-commit suggestion back to the end (#13114)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
14ecab5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
.pre-commit-config.yaml
.pre-commit-config.yaml
+9
-7
No files found.
.pre-commit-config.yaml
View file @
72c2b68d
...
...
@@ -116,13 +116,6 @@ repos:
language
:
python
types
:
[
python
]
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
name
:
Check for spaces in all filenames
entry
:
bash
...
...
@@ -133,3 +126,12 @@ repos:
always_run
:
true
pass_filenames
:
false
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment