From e7d3a029634feaf4e9da83c1e4d642f81c302e72 Mon Sep 17 00:00:00 2001 From: Rinat Sabitov Date: Wed, 3 Dec 2025 09:48:10 +0100 Subject: [PATCH] chore(pre-commit): remove deprecated no-commit-to-branch hook --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 040ff9f..63577db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,6 @@ repos: - id: trailing-whitespace - id: check-added-large-files - id: forbid-new-submodules - - id: no-commit-to-branch args: ['--branch', 'main', '--branch', 'master'] - id: check-case-conflict - id: check-merge-conflict