Skip to content

Commit

Permalink
Fix pre-commit GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleCatzirl authored and jesusaurus committed Sep 26, 2024
1 parent 2c2c1f2 commit 7054adf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
# On Windows, git will convert all CRLF to LF, but only after all hooks are done executing.
# yamllint will fail before git has a chance to convert line endings, so line endings must be explicitly converted before yamllint
Expand All @@ -11,11 +11,11 @@ repos:
- id: trailing-whitespace
- id: check-ast
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.54.2
rev: v1.15.1
hooks:
- id: cfn-python-lint
files: template\.(json|yml|yaml)$
Expand Down

0 comments on commit 7054adf

Please sign in to comment.