From 252ab5d1d11ecdc47d08bda15693f1fe637a4bab Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 29 Dec 2016 07:56:27 +0200 Subject: [PATCH] - Added flake8 and missing symlink tests to pre-commit. --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 513d73a..4e3a830 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,8 @@ - id: check-xml - id: check-yaml - id: check-merge-conflict + - id: flake8 + - id: check-symlinks - repo: https://www.shore.co.il/git/shell-pre-commit/ sha: 604fe77b53d3514d5ad0f66764c7783850bb6e98 hooks: -- GitLab