Skip to content

Commit

Permalink
Pre-commit update
Browse files Browse the repository at this point in the history
update pre-commit-config
  • Loading branch information
chmouel authored and piyush-garg committed Jun 10, 2024
1 parent 7567b96 commit 50140f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_install_hook_types: ["pre-push"]
exclude: '(^docs/themes/hugo-book|^vendor|.*golden$|^\.vale)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-toml
Expand All @@ -18,7 +18,7 @@ repos:
hooks:
- id: gitlint
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
files: "^(docs/content|pkg|test)/.*"
Expand Down

0 comments on commit 50140f6

Please sign in to comment.