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/pre-commit/pre-commit-hooks: v3.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.2.0...v5.0.0)
- [github.com/gruntwork-io/pre-commit: v0.1.10 → v0.1.23](gruntwork-io/pre-commit@v0.1.10...v0.1.23)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.2.1...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 5ace0cd commit 6c9a25a
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=500"]
Expand All @@ -24,14 +24,14 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.10
rev: v0.1.23
hooks:
- id: shellcheck
exclude: |
(?x)^(
gradlew
)$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier

0 comments on commit 6c9a25a

Please sign in to comment.