From 4d67f881c926eb310adbe80e697c228c403c989e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 12 May 2017 20:01:06 +0300 Subject: [PATCH] - Updated pre-commit hooks (ansible-lint should be faster now). --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd9a4d7..13dbdf1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ hooks: - id: ansible-syntax-check - repo: https://github.com/willthames/ansible-lint - sha: v3.4.12 + sha: v3.4.13 hooks: - id: ansible-lint files: tests/playbook.yml -- GitLab