Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
update hook versions and configure automation to run monthly
  • Loading branch information
ConsoleCatzirl committed Dec 4, 2024
1 parent 5853909 commit b6ff6fe
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autoupdate_schedule: monthly

repos:
- repo: https://github.com/awslabs/git-secrets
rev: b9e96b3212fa06aea65964ff0d5cda84ce935f38
Expand All @@ -6,7 +9,7 @@ repos:
entry: git-secrets
args: [--scan, --recursive]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
# On Windows, git will convert all CRLF to LF,
# but only after all hooks are done executing.
Expand All @@ -18,20 +21,20 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/aws-cloudformation/cfn-python-lint
rev: v0.83.1
rev: v1.20.2
hooks:
- id: cfn-python-lint
files: .*/.*\.(json|yml|yaml)$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-tabs
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.1
rev: 0.30.0
hooks:
- id: check-github-workflows
- id: check-github-actions

0 comments on commit b6ff6fe

Please sign in to comment.