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 35b564d commit 9f5b8a0Copy full SHA for 9f5b8a0
.pre-commit-config.yaml
@@ -5,6 +5,11 @@ default_stages:
5
- pre-commit
6
7
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
+
13
- repo: https://github.com/pre-commit/pre-commit
14
rev: v4.1.0
15
hooks:
.yamlfmt
@@ -1,4 +1,4 @@
1
$schema: https://raw.githubusercontent.com/google/yamlfmt/main/schema.json
2
formatter:
3
- type: basic
4
- retain_line_breaks_single: true
+ type: basic
+ retain_line_breaks_single: true
0 commit comments