We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ad2e commit 0cea8beCopy full SHA for 0cea8be
vignettes/FAQ.Rmd
@@ -84,7 +84,8 @@ This is not a problem, git will only run the hooks in a local repo after
84
`precommit::use_precommit()` has been run successfully from within this local repo on your machine.
85
You can also uninstall anytime with `precommit::uninstall_precommit()`. Anyone
86
who does not want to use the hooks simply should not run
87
-`precommit::use_precommit()`. You can also temporarily disable hooks as
+`precommit::use_precommit()`. You can also temporarily disable hooks using the
88
+environment variable `SKIP` or the argument `--no-verify`, as
89
described [here](https://pre-commit.com/#temporarily-disabling-hooks).
90
91
0 commit comments