From 1e978a1cfe1d51483e9b28ab36d1961d91d09cff Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 31 Oct 2017 15:51:13 +0200 Subject: [PATCH] - Corrected path in pre-commit config. --- .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 9668b6e..8934cfb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ - id: check-added-large-files - id: check-merge-conflict - id: flake8 - files: \.pythonstartup|Documents/Shore/cleanup/vagrant-.* + files: \.pythonstartup|Documents/bin/vagrant-.* - repo: https://www.shore.co.il/git/shell-pre-commit/ sha: v0.5.4 hooks: -- GitLab