mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-18 11:31:46 +04:00
Add quiet mode to pre-commit run
This commit is contained in:
parent
0fd4a2ea38
commit
53670d6a7e
7 changed files with 268 additions and 29 deletions
5
testing/resources/all_statuses_hooks_repo/bin/hook.sh
Executable file
5
testing/resources/all_statuses_hooks_repo/bin/hook.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo $@
|
||||
echo 'Hello World'
|
||||
exit $1
|
||||
Loading…
Add table
Add a link
Reference in a new issue