Skip to content

Commit 50140f6

Browse files
chmouelpiyush-garg
authored andcommitted
Pre-commit update
update pre-commit-config
1 parent 7567b96 commit 50140f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_install_hook_types: ["pre-push"]
44
exclude: '(^docs/themes/hugo-book|^vendor|.*golden$|^\.vale)'
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-toml
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: gitlint
2020
- repo: https://github.com/codespell-project/codespell
21-
rev: v2.2.6
21+
rev: v2.3.0
2222
hooks:
2323
- id: codespell
2424
files: "^(docs/content|pkg|test)/.*"

0 commit comments

Comments
 (0)