Bump pre-commit tools versions

This commit is contained in:
Faustin Lammler 2022-11-09 10:27:13 +01:00
parent 86cd0b4cfc
commit 44b74604e0
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ repos:
- 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.8.1 rev: v6.8.6
hooks: hooks:
- id: ansible-lint - id: ansible-lint
name: Check ansible files (ansible-lint) name: Check ansible files (ansible-lint)
@ -28,7 +28,7 @@ repos:
exclude_types: [markdown, shell] exclude_types: [markdown, shell]
types: [yaml] types: [yaml]
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: v2.2.1 rev: v2.2.2
hooks: hooks:
- id: codespell - id: codespell
name: Checks for common misspellings in text files name: Checks for common misspellings in text files