From 5ab94c31086615d369a6cfac2e0ffee7f9f7e76b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 23 Feb 2022 20:36:12 +0200 Subject: [PATCH] Remove unused pre-commit hooks. --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e957f2b..a51b4fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,8 @@ repos: rev: v4.0.1 hooks: - id: check-added-large-files - - id: check-executables-have-shebangs - - id: check-json - id: check-merge-conflict - id: check-shebang-scripts-are-executable - - id: check-symlinks - id: check-yaml - id: detect-private-key - id: end-of-file-fixer @@ -55,11 +52,6 @@ repos: hooks: - id: mdformat - - repo: https://github.com/shellcheck-py/shellcheck-py.git - rev: v0.7.2.1 - hooks: - - id: shellcheck - - repo: https://github.com/AleksaC/hadolint-py.git rev: v2.8.0 hooks: -- GitLab