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 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/kamadorueda/alejandra: 2.0.0 → 3.0.0](kamadorueda/alejandra@2.0.0...3.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent f37e9a5 commit 985701c
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 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,10 +12,10 @@ repos:
hooks:
- id: go-fmt-repo
- repo: https://github.com/kamadorueda/alejandra
rev: 2.0.0
rev: 3.0.0
hooks:
- id: alejandra-system
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3" # Use the sha or tag you want to point at
rev: "v4.0.0-alpha.8" # Use the sha or tag you want to point at
hooks:
- id: prettier

0 comments on commit 985701c

Please sign in to comment.