From 4555313c11dd1dd3ae85a98ae8a234965aad8a23 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 14 Sep 2017 09:28:04 +0300 Subject: [PATCH] - Updated pre-commit hooks. --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eb1c24..6267f4a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ - repo: https://github.com/pre-commit/pre-commit-hooks - sha: v0.9.1 + sha: v0.9.3 hooks: - id: check-added-large-files - id: check-json @@ -9,11 +9,11 @@ - id: flake8 - id: check-symlinks - repo: https://github.com/adarnimrod/ansible-pre-commit.git - sha: v0.6.0 + sha: v0.7.0 hooks: - id: ansible-syntax-check - repo: https://github.com/willthames/ansible-lint - sha: v3.4.13 + sha: v3.4.15 hooks: - id: ansible-lint files: tests/playbook.yml -- GitLab