1
1
---
2
- # See https://pre-commit.com for more information
3
- # See https://pre-commit.com/hooks.html for more hooks
2
+ fail_fast : false
3
+
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4 .6.0
6
+ rev : 2c9f875913ee60ca25ce70243dc24d5b6415598c # 4 .6.0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : detect-aws-credentials
11
11
args : ["--allow-missing-credentials"]
12
12
- id : detect-private-key
13
13
14
- - repo : https://github.com/doublify/pre-commit-rust
15
- rev : v1.0
16
- hooks :
17
- - id : fmt
18
- args : ["--all", "--", "--check"]
19
- - id : clippy
20
- args : ["--all-targets", "--", "-D", "warnings"]
21
-
22
14
- repo : https://github.com/adrienverge/yamllint
23
- rev : v1 .35.1
15
+ rev : 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # 1 .35.1
24
16
hooks :
25
17
- id : yamllint
26
18
types : [text]
27
19
files : \.(yml|yaml)(\.j2)*$
28
20
29
21
- repo : https://github.com/igorshubovych/markdownlint-cli
30
- rev : v0.40 .0
22
+ rev : f295829140d25717bc79368d3f966fc1f67a824f # 0.41 .0
31
23
hooks :
32
24
- id : markdownlint
33
25
types : [text]
34
26
files : \.md(\.j2)*$
35
27
36
28
- repo : https://github.com/koalaman/shellcheck-precommit
37
- rev : v0 .10.0
29
+ rev : 2491238703a5d3415bb2b7ff11388bf775372f29 # 0 .10.0
38
30
hooks :
39
31
- id : shellcheck
40
32
args : ["--severity=info"]
@@ -43,9 +35,19 @@ repos:
43
35
# If you do not, you will need to delete the cached ruff binary shown in the
44
36
# error message
45
37
- repo : https://github.com/astral-sh/ruff-pre-commit
46
- rev : v0.5.1
38
+ rev : f1ebc5730d98440041cc43e4d69829ad598ae1e7 # 0.6.3
47
39
hooks :
48
40
# Run the linter.
49
41
- id : ruff
50
42
# Run the formatter.
51
43
- id : ruff-format
44
+
45
+ - repo : https://github.com/rhysd/actionlint
46
+ rev : 62dc61a45fc95efe8c800af7a557ab0b9165d63b # 1.7.1
47
+ hooks :
48
+ - id : actionlint
49
+
50
+ - repo : https://github.com/hadolint/hadolint
51
+ rev : b3555ba9c2bfd9401e79f2f0da68dd1ae38e10c7 # 2.12.0
52
+ hooks :
53
+ - id : hadolint
0 commit comments