From 3e8f1d8934aa4592cd5b62414b49e98959b75704 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 9 May 2017 19:14:15 +0300 Subject: [PATCH] - Updated version of shell pre-commit hook. --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ceccdb8..877eb4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,8 @@ - id: flake8 files: \.pythonstartup|Documents/Shore/cleanup/vagrant-.* - repo: https://www.shore.co.il/git/shell-pre-commit/ - sha: v0.4.0 + sha: v0.5.0 + sha: master hooks: - id: shell-lint files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh|install -- GitLab