{precommit} v0.3.1 (2022-06-15)
User visible changes
.pre-commit-config.yamltemplates now contain hook to validate the pre-commit.ci configuration (#407).- {git2r} is no longer needed for user side (#417).
Bug fixes
- Fix bug that prevented pkg load outside directories with precommit files (@mpadge, #413).
- Ensure sorting for
spell-checkhook is case-insensitive on all operating systems. This may re-order your wholeinst/WORDLIST(#405). - hook
forbid-to-commitin template.pre-commit-config.yamlhas now the correctexclude-filesregular expression to ignore.csv,.RData,.Rds,.rdsand.Rhistory(#410).
Internals
options(install.packages.compile.from.source = "never")is used in
the CI to avoid failing builds due to missing build-time deps
(#412).- All (R)md files in that repo are now formatted in a pandoc-compliant
way (#415).
Thanks to @danielinteractive and @mpadge for their contributions.