update_rev_in_config {precommit}R Documentation

Updates the hook version ref of {precommit} in a .pre-commit-config file

Description

This is useful in the release process because when releasing a new version, we must make sure the template that is used with precommit::use_precommit() is up-to date. Also, after we pushed the release to GitHub, we want to update the hooks from our own hook repo in the source repo too (we could also do that with precommit::autoupdate() though).

Usage

update_rev_in_config(new_version, path = "inst/pre-commit-config.yaml")

Arguments

new_version

The version string of the new version.

path

The path to a pre-commit config file.


[Package precommit version 0.4.2 Index]