Skip to content

Commit 9f5b8a0

Browse files
authored
ci: add pre-commit-update (#111)
1 parent 35b564d commit 9f5b8a0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ default_stages:
55
- pre-commit
66

77
repos:
8+
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
9+
rev: v0.6.1
10+
hooks:
11+
- id: pre-commit-update
12+
813
- repo: https://github.com/pre-commit/pre-commit
914
rev: v4.1.0
1015
hooks:

.yamlfmt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$schema: https://raw.githubusercontent.com/google/yamlfmt/main/schema.json
22
formatter:
3-
type: basic
4-
retain_line_breaks_single: true
3+
type: basic
4+
retain_line_breaks_single: true

0 commit comments

Comments
 (0)