Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/lorenzwalthert/precommit: v0.3.2 → v0.3.2.9027](lorenzwalthert/precommit@v0.3.2...v0.3.2.9027)
- [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/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent e8e6ee1 commit dbddddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:
# R specific hooks
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2
rev: v0.3.2.9027
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:

# Check large files, add newline to end of file, and trim trailing whitespace
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ["--maxkb=200"]
Expand All @@ -66,7 +66,7 @@ repos:

# Style markdown and yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [yaml, markdown]
Expand Down

0 comments on commit dbddddd

Please sign in to comment.