From 4a3ed22a7816ddd5ede1c1ee84e8356e5bfc8e6f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 30 Jun 2018 22:55:05 +0300 Subject: [PATCH] Update pre-commit hooks for this repo. --- .pre-commit-config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab7f371..0044f2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,13 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - sha: v1.1.1 + rev: v1.3.0 hooks: - id: check-added-large-files - id: check-yaml - id: check-merge-conflict - repo: https://www.shore.co.il/git/shell-pre-commit/ - sha: v0.5.4 + rev: v0.6.0 hooks: - id: shell-lint - files: shell-lint - id: shellcheck - files: shell-lint -- GitLab