Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Dec 31, 2024
2 parents 873768e + 66ee691 commit 45704d3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/awslabs/git-secrets
rev: b9e96b3212fa06aea65964ff0d5cda84ce935f38
Expand All @@ -7,7 +9,7 @@ repos:
entry: git-secrets
args: [--scan, --recursive]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.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 @@ -21,15 +23,15 @@ repos:
- id: check-json
- id: check-ast
- repo: https://github.com/adrienverge/yamllint
rev: v1.29.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.5
hooks:
- id: remove-tabs
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.21.0
rev: 0.29.4
hooks:
- id: check-github-workflows
- id: check-github-actions
Expand Down

0 comments on commit 45704d3

Please sign in to comment.