From d124bf681e0c5d987e23521e26c5412e3ab2149a Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 3 Nov 2020 19:44:14 +0100 Subject: [PATCH] Update pre-commit tools --- .travis-pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-pre-commit-config.yaml b/.travis-pre-commit-config.yaml index 592e34f..0cda0be 100644 --- a/.travis-pre-commit-config.yaml +++ b/.travis-pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: yamllint name: Check yaml files (yamllint) - repo: https://github.com/ansible/ansible-lint.git - rev: v4.3.6 + rev: v4.3.7 hooks: - id: ansible-lint name: Check yaml files (ansible-lint)