Skip to content

Commit ca99b25

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/talos-systems/conform: v0.1.0-alpha.27 → v0.1.0-alpha.31](siderolabs/conform@v0.1.0-alpha.27...v0.1.0-alpha.31) - [github.com/3mdeb/hooks: v0.1.7 → v0.2.2](3mdeb/hooks@v0.1.7...v0.2.2)
1 parent e4f7fa4 commit ca99b25

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: v6.0.0
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-merge-conflict
@@ -24,7 +24,7 @@ repos:
2424
- id: mixed-line-ending
2525

2626
- repo: https://github.com/talos-systems/conform
27-
rev: v0.1.0-alpha.27
27+
rev: v0.1.0-alpha.31
2828
hooks:
2929
- id: conform
3030
stages:
@@ -46,7 +46,7 @@ repos:
4646
types: [file]
4747

4848
- repo: https://github.com/3mdeb/hooks
49-
rev: v0.1.7
49+
rev: v0.2.2
5050
# Can be triggered manually with command:
5151
# pre-commit run --hook-stage pre-push check-upstream-status
5252
hooks:

0 commit comments

Comments
 (0)