Bump pre-commit tools

This commit is contained in:
Faustin Lammler 2023-09-29 11:23:42 +02:00
parent e646328e5b
commit de9e8b2793
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ repos:
name: Check trailing whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.32.0
hooks:
- id: yamllint
name: Check yaml files (yamllint)
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.13.1
rev: v6.20.1
hooks:
- id: ansible-lint
name: Check ansible files (ansible-lint)
@ -28,7 +28,7 @@ repos:
exclude_types: [markdown, shell]
types: [yaml]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
name: Checks for common misspellings in text files