From 89695a699fb2f0bb05901a78624683c9069d2e18 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 20 Jan 2022 11:20:06 +0100 Subject: [PATCH] Upgrade pre-commit --- .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 0b55a50..522cce9 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.0.1 + rev: v4.1.0 hooks: - id: check-added-large-files - id: check-ast @@ -27,7 +27,7 @@ repos: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v5.2.1 + rev: v5.3.2 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)