From 9f2e31b35429a04675b19fb33ffbae4b0865d3db Mon Sep 17 00:00:00 2001 From: Oliver Silvester Date: Fri, 20 Sep 2024 13:42:27 +0100 Subject: [PATCH] Remove 'no commit to main' from pre-commit hooks --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2822b0802..0cfda6138 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,6 @@ repos: exclude: ^helmchart/ - id: check-merge-conflict - id: end-of-file-fixer - - id: no-commit-to-branch - name: "Don't commit to 'main'" - repo: local hooks: