Skip to content

Commit 5978586

Browse files
Merge pull request #556 from lorenzwalthert/rc-v0.4.2
Release {precommit} 0.4.2
2 parents 1e6d828 + f7524d7 commit 5978586

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ repos:
9393
)$
9494
- id: pkgdown
9595
- repo: https://github.com/pre-commit/pre-commit-hooks
96-
rev: v4.5.0
96+
rev: v4.6.0
9797
hooks:
9898
- id: check-added-large-files
9999
- id: end-of-file-fixer

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: precommit
22
Title: Pre-Commit Hooks
3-
Version: 0.4.1.9000
3+
Version: 0.4.2
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <[email protected]>
66
Description: Useful git hooks for R building on top of the multi-language

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# precommit 0.4.2
2+
3+
Release relax the dependency on third-party error messages in our unit tests (#555).
4+
5+
16
# precommit 0.4.1
27

38
This release ensures unit tests can handle the error messages from {styler}

cran-comments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
This is a submission due to changes in styler's error messages.
1+
This is a submission due to enable the pkgdown release since their error
2+
message changes.
23

34
## Test environments
45

inst/pre-commit-config-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.1
5+
rev: v0.4.2
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

inst/pre-commit-config-proj.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.1
5+
rev: v0.4.2
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

0 commit comments

Comments
 (0)