Skip to content

Commit a0fd8f4

Browse files
pre-commit: autoupdate hooks
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/talos-systems/conform: v0.1.0-alpha.27 → v0.1.0-alpha.30](siderolabs/conform@v0.1.0-alpha.27...v0.1.0-alpha.30) - [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](codespell-project/codespell@v2.2.5...v2.4.1) - [github.com/adrienverge/yamllint: v1.32.0 → v1.37.1](adrienverge/yamllint@v1.32.0...v1.37.1) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.36.0...v0.45.0) - [github.com/koalaman/shellcheck-precommit: v0.9.0 → v0.11.0](koalaman/shellcheck-precommit@v0.9.0...v0.11.0) - [github.com/scop/pre-commit-shfmt: v3.9.0-1 → v3.12.0-2](scop/pre-commit-shfmt@v3.9.0-1...v3.12.0-2)
1 parent f31942f commit a0fd8f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-merge-conflict
@@ -22,37 +22,37 @@ repos:
2222
- id: mixed-line-ending
2323

2424
- repo: https://github.com/talos-systems/conform
25-
rev: v0.1.0-alpha.27
25+
rev: v0.1.0-alpha.30
2626
hooks:
2727
- id: conform
2828
stages:
2929
- commit-msg
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.2.5
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535

3636
- repo: https://github.com/adrienverge/yamllint
37-
rev: v1.32.0
37+
rev: v1.37.1
3838
hooks:
3939
- id: yamllint
4040
args: [-c=.yamllint]
4141

4242
- repo: https://github.com/igorshubovych/markdownlint-cli
43-
rev: v0.36.0
43+
rev: v0.45.0
4444
hooks:
4545
- id: markdownlint
4646
- id: markdownlint-fix
4747

4848
- repo: https://github.com/koalaman/shellcheck-precommit
49-
rev: v0.9.0
49+
rev: v0.11.0
5050
hooks:
5151
- id: shellcheck
5252
args: ["--severity=warning"]
5353

5454
- repo: https://github.com/scop/pre-commit-shfmt
55-
rev: v3.9.0-1
55+
rev: v3.12.0-2
5656
hooks:
5757
- id: shfmt
5858
args: ["-i", "2", "-w"]

0 commit comments

Comments
 (0)