Skip to content

Commit 86c9798

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.3.0](codespell-project/codespell@v2.2.5...v2.3.0)
1 parent 0dce26d commit 86c9798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-added-large-files
1515
files: ^DasharoModulePkg/
@@ -27,14 +27,14 @@ repos:
2727
files: ^DasharoModulePkg/
2828

2929
- repo: https://github.com/talos-systems/conform
30-
rev: v0.1.0-alpha.27
30+
rev: v0.1.0-alpha.30
3131
hooks:
3232
- id: conform
3333
stages:
3434
- commit-msg
3535

3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.2.5
37+
rev: v2.3.0
3838
hooks:
3939
- id: codespell
4040
files: ^DasharoModulePkg/

0 commit comments

Comments
 (0)