Unverified Commit 47db8c2c authored by Reid's avatar Reid Committed by GitHub
Browse files

[Misc] add a tip for pre-commit (#20536)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
parent 462b2692
......@@ -170,7 +170,7 @@ repos:
# Keep `suggestion` last
- id: suggestion
name: Suggestion
entry: bash -c 'echo "To bypass pre-commit hooks, add --no-verify to git commit."'
entry: bash -c 'echo "To bypass all the pre-commit hooks, add --no-verify to git commit. To skip a specific hook, prefix the commit command with SKIP=<hook-id>."'
language: system
verbose: true
pass_filenames: false
......
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