Skip to content

Commit 6aa6b07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lorenzwalthert/precommit: v0.3.2 → v0.4.1](lorenzwalthert/precommit@v0.3.2...v0.4.1) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/pre-commit-ci/pre-commit-ci-config: v1.5.1 → v1.6.1](pre-commit-ci/pre-commit-ci-config@v1.5.1...v1.6.1) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent 583b813 commit 6aa6b07

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.3.2
5+
rev: v0.4.1
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -13,12 +13,12 @@ repos:
1313
- id: deps-in-desc
1414
args: [--allow_private_imports]
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.3.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: end-of-file-fixer
1919
exclude: '\.Rd'
2020
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
21-
rev: v1.5.1
21+
rev: v1.6.1
2222
hooks:
2323
# Only reuiqred when https://pre-commit.ci is used for config validation
2424
- id: check-pre-commit-ci-config
@@ -32,7 +32,7 @@ repos:
3232
exclude: "(inst/extdata|data)/.*"
3333
# `exclude: <regex>` to allow committing specific files
3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v2.7.1
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838

0 commit comments

Comments
 (0)