From 3145290de97b7f1df3d80cafb0bc740adc42b9ce Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 22 Jul 2019 13:00:13 +0300 Subject: [PATCH] Remove unused pre-commit check. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e94b4e..5e282f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,6 @@ repos: rev: v2.2.3 hooks: - id: check-added-large-files - - id: check-executables-have-shebangs - id: check-merge-conflict - id: detect-private-key - id: trailing-whitespace -- GitLab