autoupdate {precommit} | R Documentation |
Auto-update your hooks
Description
Runs pre-commit autoupdate
.
Usage
autoupdate(root = here::here())
Arguments
root |
The path to the root directory of your project. |
Value
The exit status from pre-commit autoupdate
(invisibly).
Examples
## Not run:
autoupdate()
## End(Not run)
[Package precommit version 0.4.3 Index]