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: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/gruntwork-io/pre-commit: v0.1.18 → v0.1.23](gruntwork-io/pre-commit@v0.1.18...v0.1.23)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 7dfc59f commit b144087
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,7 +1,7 @@
exclude: ".*/vendor/.*"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=256"]
Expand All @@ -26,12 +26,12 @@ repos:
args: ["--autofix", "--no-sort-keys", "--indent=4"]
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
files: \.(markdown|md)$
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.18
rev: v0.1.23
hooks:
- id: shellcheck
- repo: https://github.com/doublify/pre-commit-rust
Expand Down

0 comments on commit b144087

Please sign in to comment.