.pre-commit-config
fileThis 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).
update_rev_in_config(new_version, path = "inst/pre-commit-config.yaml")
The version string of the new version.
The path to a pre-commit config file.