From 9575695e9c1e3bfc5d549ad2ee2ade4afb10a28b Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 11 Jan 2024 17:24:11 +0100 Subject: [PATCH] Bump pre-commit tools versions --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ceaa98..85a734a 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.32.0 + rev: v1.33.0 hooks: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v6.21.1 + rev: v6.22.1 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)