Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jul 7, 2024
1 parent 078e786 commit 52e9661
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
Expand Up @@ -2,12 +2,12 @@
repos:

- repo: https://github.com/ansible-community/ansible-lint
rev: v6.22.2
rev: v24.6.1
hooks:
- id: ansible-lint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
Expand All @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/igorshubovych/markdownlint-cli.git
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint

Expand All @@ -32,6 +32,6 @@ repos:
- id: script-must-have-extension

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint

0 comments on commit 52e9661

Please sign in to comment.