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.9007 β†’ v0.4.0](lorenzwalthert/precommit@v0.3.2.9007...v0.4.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.4.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)
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 8c082a4 commit be2b5a0
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 @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9007
rev: v0.4.0
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
- id: no-debug-statement
- id: deps-in-desc
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=200']
Expand All @@ -56,7 +56,7 @@ repos:
- id: end-of-file-fixer
exclude: '\.Rd'
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
rev: v1.5.1
rev: v1.6.1
hooks:
# Only reuiqred when https://pre-commit.ci is used for config validation
- id: check-pre-commit-ci-config
Expand Down

0 comments on commit be2b5a0

Please sign in to comment.