Bump pre-commit tools

This commit is contained in:
Faustin Lammler 2024-10-31 14:57:35 +01:00
parent 8148b8a4d9
commit 1b917d5a46
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.6.0
rev: v5.0.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: v24.2.3
rev: v24.9.2
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.6
rev: v2.3.0
hooks:
- id: codespell
name: Checks for common misspellings in text files