Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.35.1](adrienverge/yamllint@v1.26.3...v1.35.1)
- [github.com/awslabs/cfn-python-lint: v0.54.2 → v1.15.0](aws-cloudformation/cfn-lint@v0.54.2...v1.15.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.10...v1.5.5)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent 3482e4c commit e8a575a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,15 +11,15 @@ 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.0
hooks:
- id: cfn-python-lint
files: template\.(json|yml|yaml)$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
rev: v1.5.5
hooks:
- id: remove-tabs

0 comments on commit e8a575a

Please sign in to comment.