Skip to content

Commit

Permalink
Bump pre-commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Feb 20, 2024
1 parent f5f80f4 commit 72c100e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repos:
name: Check trailing whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
name: Check yaml files (yamllint)
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.22.1
rev: v24.2.0
hooks:
- id: ansible-lint
name: Check ansible files (ansible-lint)
Expand Down

0 comments on commit 72c100e

Please sign in to comment.