From de9e8b27931ac3a789319ae4bda396c5a6749397 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Fri, 29 Sep 2023 11:23:42 +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 3be8319..b357b42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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