From 601ffce76979e6a78e5bfdd26cf9504cbbb2d56a Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 23 Oct 2023 17:24:00 +0200 Subject: [PATCH] Bump pre-commit tools --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b357b42..3ceaa98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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