From e000ea88b6ba9a8cf122969f164a836201e61629 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Thu, 1 May 2025 08:50:36 -0400 Subject: [PATCH] build: Remove no-commit-to-branch check from pre-commit hooks --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42228d828..f1d97d712 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,6 @@ repos: args: ['--maxkb=1000'] - id: end-of-file-fixer exclude: '^(.*\.svg)$' - - id: no-commit-to-branch - id: check-yaml args: ["--unsafe"] - id: detect-private-key