Bump pre-commit tools

This commit is contained in:
Faustin Lammler 2023-10-23 17:24:00 +02:00
parent 815ba33bf7
commit 601ffce769
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@ -18,7 +18,7 @@ repos:
- id: yamllint
name: Check yaml files (yamllint)
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.20.1
rev: v6.21.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.5
rev: v2.2.6
hooks:
- id: codespell
name: Checks for common misspellings in text files