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
170eb350
Unverified
Commit
170eb350
authored
Jan 20, 2025
by
youkaichao
Committed by
GitHub
Jan 20, 2025
Browse files
[misc] print a message to suggest how to bypass commit hooks (#12217)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
b37d8279
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
.pre-commit-config.yaml
.pre-commit-config.yaml
+9
-4
No files found.
.pre-commit-config.yaml
View file @
170eb350
...
@@ -34,6 +34,10 @@ repos:
...
@@ -34,6 +34,10 @@ repos:
hooks
:
hooks
:
-
id
:
pymarkdown
-
id
:
pymarkdown
files
:
docs/.*
files
:
docs/.*
-
repo
:
https://github.com/rhysd/actionlint
rev
:
v1.7.6
hooks
:
-
id
:
actionlint
-
repo
:
local
-
repo
:
local
hooks
:
hooks
:
-
id
:
mypy-local
-
id
:
mypy-local
...
@@ -81,7 +85,8 @@ repos:
...
@@ -81,7 +85,8 @@ repos:
entry
:
tools/png-lint.sh
entry
:
tools/png-lint.sh
language
:
script
language
:
script
types
:
[
png
]
types
:
[
png
]
-
repo
:
https://github.com/rhysd/actionlint
-
id
:
suggestion
rev
:
v1.7.6
name
:
Suggestion
hooks
:
entry
:
bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
-
id
:
actionlint
language
:
system
verbose
:
true
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