From b2b6aedd3084826d33167797821ba70a847370f4 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 15 Dec 2022 22:49:32 +0100 Subject: [PATCH] Bump pre-commit tools version --- .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 8ecef7d..16f1ebf 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.3.0 + rev: v4.4.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.8.6 + rev: v6.10.0 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)