{precommit} v0.3.1 (2022-06-15)
User visible changes
.pre-commit-config.yaml
templates 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-check
hook is case-insensitive on all operating systems. This may re-order your wholeinst/WORDLIST
(#405). - hook
forbid-to-commit
in template.pre-commit-config.yaml
has now the correctexclude-files
regular expression to ignore.csv
,.RData
,.Rds
,.rds
and.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.