Bump pre-commit tools

This commit is contained in:
Faustin Lammler 2024-02-20 10:31:36 +01:00
parent f5f80f4864
commit 72c100efd8
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ repos:
name: Check trailing whitespace name: Check trailing whitespace
args: [--markdown-linebreak-ext=md] args: [--markdown-linebreak-ext=md]
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0 rev: v1.35.1
hooks: hooks:
- id: yamllint - id: yamllint
name: Check yaml files (yamllint) name: Check yaml files (yamllint)
- repo: https://github.com/ansible/ansible-lint.git - repo: https://github.com/ansible/ansible-lint.git
rev: v6.22.1 rev: v24.2.0
hooks: hooks:
- id: ansible-lint - id: ansible-lint
name: Check ansible files (ansible-lint) name: Check ansible files (ansible-lint)