From c1558ebd4655f23c28861d9963bf4aabd27591d4 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 19 Oct 2021 16:49:32 +0200 Subject: [PATCH] Bump pre-commit hooks --- .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 e9c1f0d..0b55a50 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,12 +22,12 @@ repos: name: Check python (flake8) args: ["--ignore=E501,E226"] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.1 + rev: v1.26.3 hooks: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v5.0.11 + rev: v5.2.1 hooks: - id: ansible-lint name: Check ansible files (ansible-lint)