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 5ced5ec commit b1ded7aCopy full SHA for b1ded7a
vignettes/FAQ.Rmd
@@ -18,6 +18,15 @@ knitr::opts_chunk$set(
18
)
19
```
20
21
+## It's broken. Missing packages etc.
22
+
23
+Update the hook revisions with
24
+`$ pre-commit autoupdate`. This does not help, please follow the
25
+Update instructions in the README. If that does not work, run
26
+`$ pre-commit clean` to clean the
27
+pre-commit cache.
28
29
30
## How does it work? What's the magic?
31
32
No magic. Git [provides a mechanism for pre-commit
0 commit comments