From 750de92a0edd9a6fbddb5b667c584b427742b2f0 Mon Sep 17 00:00:00 2001 From: Nischal Shrestha Date: Wed, 3 Jul 2024 14:12:57 +0545 Subject: [PATCH] CI: fix: precommit hook interfaring each other --- .pre-commit-config.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80d6f5a9..16012dce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,17 +58,6 @@ repos: files: \.(json|template)$ types: [json] - - id: pretty-format-json - name: pretty format json - description: sets a standard for formatting json files. - entry: pretty-format-json - language: python - types: [text] - files: \.(json|template)$ - exclude: ^nginx/ - args: - - "--autofix" - - id: check-merge-conflict name: check for merge conflicts description: checks for files that contain merge conflict strings.