Skip to content

Commit 0cea8be

Browse files
add skip keyword
1 parent ea4ad2e commit 0cea8be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/FAQ.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ This is not a problem, git will only run the hooks in a local repo after
8484
`precommit::use_precommit()` has been run successfully from within this local repo on your machine.
8585
You can also uninstall anytime with `precommit::uninstall_precommit()`. Anyone
8686
who does not want to use the hooks simply should not run
87-
`precommit::use_precommit()`. You can also temporarily disable hooks as
87+
`precommit::use_precommit()`. You can also temporarily disable hooks using the
88+
environment variable `SKIP` or the argument `--no-verify`, as
8889
described [here](https://pre-commit.com/#temporarily-disabling-hooks).
8990

9091

0 commit comments

Comments
 (0)