Skip to content

Commit 009b3d1

Browse files
latest pre-commit
1 parent e9dfce3 commit 009b3d1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_stages: [commit]
44

55
repos:
66
- repo: https://github.com/lorenzwalthert/precommit
7-
rev: v0.1.3.9139
7+
rev: v0.2.2.9006
88
hooks:
99
- id: style-files
1010
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -78,7 +78,7 @@ repos:
7878
tests/testthat/.*\.R(md)?
7979
)$
8080
- repo: https://github.com/pre-commit/pre-commit-hooks
81-
rev: v4.0.1
81+
rev: v4.1.0
8282
hooks:
8383
- id: check-added-large-files
8484
args: ['--maxkb=200']

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@
3232

3333
* Piped function without brackets `substitute(x %>% y)` don't get `()` added
3434
anymore, as this can change outcome of the code (#876).
35+
* Add vignette on distributing style guide (#846, #861).
3536
* Alignment detection respects stylerignore (#850).
37+
* `Warning: Unknown or uninitialised column:` was fixed (#885).
3638
* Unaligned expressions with quoted key (e.g. `c("x" = 2)`) are now correctly
3739
detected (#881).
38-
* Add vignette on distributing style guide (#846, #861).
3940
* ensure a trailing blank line also if the input is cached (#867).
4041
* Preserve trailing blank line in roxygen examples to simplify concatenation of examples (#880).
4142
* Fix argument name `filetype` in Example for `style_dir()` (#855).
4243
* An error is now thrown on styling if input unicode characters can't be
4344
correctly parsed for Windows and R < 4.2 (#883).
4445

46+
4547
**Infrastructure**
4648

4749
* Remove dependency on {xfun} (#866).

0 commit comments

Comments
 (0)