Skip to content

Commit 4b27acf

Browse files
feat(*): bump all pre-commit hooks (#23)
1 parent 7f04b87 commit 4b27acf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-hooks-apply
77
- id: check-useless-excludes
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.0.1
9+
rev: v4.4.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -17,24 +17,24 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: check-added-large-files
1919
- repo: https://github.com/Lucas-C/pre-commit-hooks
20-
rev: v1.1.10
20+
rev: v1.4.2
2121
hooks:
2222
- id: forbid-crlf
2323
- id: remove-crlf
2424
- id: forbid-tabs
2525
- id: remove-tabs
2626
- repo: https://github.com/Yelp/detect-secrets
27-
rev: v1.1.0
27+
rev: v1.4.0
2828
hooks:
2929
- id: detect-secrets
3030
args: [--baseline, .secrets.baseline]
3131
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
32-
rev: 0.1.1
32+
rev: 0.2.2
3333
hooks:
3434
- id: yamlfmt
3535
args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '150']
3636
- repo: https://github.com/adrienverge/yamllint
37-
rev: v1.26.1
37+
rev: v1.29.0
3838
hooks:
3939
- id: yamllint
4040
args: [--format, parsable, --strict]

0 commit comments

Comments
 (0)