2
2
3
3
This is a pre-release for ` v0.2.0 ` and imposes a minimal version requirement
4
4
on the [ pre-commit framework] ( https://pre-commit.com/ ) (` v2.13.0 ` ). Please see
5
- * Installation* below for how to satisfy it. This will ensure future releases of
6
- {precommit} building on the newly supported
5
+ * Installation/Update * below for how to satisfy it. This will ensure future
6
+ releases of {precommit} building on the newly supported
7
7
[ ` language: r ` ] ( https://pre-commit.com/#r ) will work out of the box instead of
8
8
issuing messages that are confusing for most end-users. We aspire the transition
9
9
to ` language: r ` due to the following benefits: No more manual dependency management
@@ -12,11 +12,12 @@ enable the easy use of continuous integration services (enforcing hooks and
12
12
auto-fixing problems with pre-commit.ci, GitHub Actions).
13
13
14
14
15
- ** Installation**
15
+ ** Installation/Update **
16
16
17
- Please follow the instructions in the [ README] ( https://lorenzwalthert.github.io/precommit/dev/ )
18
- if you are a new user of pre-commit or if you want to update a current
19
- installation.
17
+ Please follow the
18
+ [ update instructions] ( https://lorenzwalthert.github.io/precommit/dev/#update ) or
19
+ [ installation instructions] ( https://lorenzwalthert.github.io/precommit/dev/#installation )
20
+ depending on whether or not you previously used pre-commit.
20
21
21
22
** API changes**
22
23
@@ -41,7 +42,7 @@ installation.
41
42
` .R ` files (#216 ).
42
43
- In order to avoid multiple installations of the pre-commit framework, a
43
44
warning is issued if multiple are found so the user can remove them (#266 ,
44
- #273 , #277 ).
45
+ #273 , #277 , # 278 ).
45
46
- The cache for the roxygen2 hook is now also invalidated for changes in formals
46
47
if there are no changes in roxygen comments (#214 ).
47
48
- ` {renv} ` infra files are not checked anymore by default in the template config
0 commit comments