From fb70aee0559fe19f29457c5cc67a321955bddeae Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 5 Jan 2023 11:19:48 +0530 Subject: [PATCH] chore: fix pre-commit-config --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b374b09..b2ac7630 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,8 +10,6 @@ repos: files: "lms.*" exclude: ".*json$|.*txt$|.*csv|.*md|.*svg" - id: check-yaml - - id: no-commit-to-branch - args: ['--branch', 'main'] - id: check-merge-conflict - id: check-ast - id: check-json