We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7567b96 commit 50140f6Copy full SHA for 50140f6
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_install_hook_types: ["pre-push"]
4
exclude: '(^docs/themes/hugo-book|^vendor|.*golden$|^\.vale)'
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v4.6.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-toml
@@ -18,7 +18,7 @@ repos:
18
19
- id: gitlint
20
- repo: https://github.com/codespell-project/codespell
21
- rev: v2.2.6
+ rev: v2.3.0
22
23
- id: codespell
24
files: "^(docs/content|pkg|test)/.*"
0 commit comments