mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Add install-hooks to COMMANDS_NO_GIT
Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
This commit is contained in:
parent
cc9d950601
commit
892405dece
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ os.environ.pop('__PYVENV_LAUNCHER__', None)
|
|||
|
||||
COMMANDS_NO_GIT = {
|
||||
'clean', 'gc', 'init-templatedir', 'sample-config',
|
||||
'validate-config', 'validate-manifest',
|
||||
'validate-config', 'validate-manifest', 'install-hooks',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue