From 15a122ee7ca19d10702c3bac877dc0371d7c922a Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 4 Jan 2024 14:30:45 +0000 Subject: [PATCH] Remove no-commit-to-branch (#253) Running no-commit-to-branch hooks prevents us from running on pushes and will break codecov from reporting on main branch, --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2908b8a..0135a78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,8 +20,6 @@ repos: - id: check-symlinks - id: debug-statements - id: end-of-file-fixer - - id: no-commit-to-branch - args: [--branch, main] - id: trailing-whitespace - repo: https://github.com/asottile/add-trailing-comma.git