Skip to content

Commit 90fe9d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/lorenzwalthert/precommit: v0.3.2 → v0.3.2.9019](lorenzwalthert/precommit@v0.3.2...v0.3.2.9019) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.3](pre-commit/mirrors-prettier@v2.7.1...v3.0.3)
1 parent 0449e31 commit 90fe9d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.3.2.9019
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -13,7 +13,7 @@ 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.4.0
1717
hooks:
1818
- id: end-of-file-fixer
1919
exclude: '\.Rd'
@@ -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: v3.0.3
3636
hooks:
3737
- id: prettier
3838

0 commit comments

Comments
 (0)