Skip to content

Commit b6ff6fe

Browse files
update pre-commit
update hook versions and configure automation to run monthly
1 parent 5853909 commit b6ff6fe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
autoupdate_schedule: monthly
3+
14
repos:
25
- repo: https://github.com/awslabs/git-secrets
36
rev: b9e96b3212fa06aea65964ff0d5cda84ce935f38
@@ -6,7 +9,7 @@ repos:
69
entry: git-secrets
710
args: [--scan, --recursive]
811
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
12+
rev: v5.0.0
1013
hooks:
1114
# On Windows, git will convert all CRLF to LF,
1215
# but only after all hooks are done executing.
@@ -18,20 +21,20 @@ repos:
1821
- id: end-of-file-fixer
1922
- id: trailing-whitespace
2023
- repo: https://github.com/adrienverge/yamllint
21-
rev: v1.32.0
24+
rev: v1.35.1
2225
hooks:
2326
- id: yamllint
2427
- repo: https://github.com/aws-cloudformation/cfn-python-lint
25-
rev: v0.83.1
28+
rev: v1.20.2
2629
hooks:
2730
- id: cfn-python-lint
2831
files: .*/.*\.(json|yml|yaml)$
2932
- repo: https://github.com/Lucas-C/pre-commit-hooks
30-
rev: v1.5.4
33+
rev: v1.5.5
3134
hooks:
3235
- id: remove-tabs
3336
- repo: https://github.com/sirosen/check-jsonschema
34-
rev: 0.27.1
37+
rev: 0.30.0
3538
hooks:
3639
- id: check-github-workflows
3740
- id: check-github-actions

0 commit comments

Comments
 (0)