From 85a7a3efda9f8865b25c513f1efde98e51cd8684 Mon Sep 17 00:00:00 2001 From: Kozin Date: Wed, 6 Mar 2024 14:25:49 +0300 Subject: [PATCH] [~] Fixed the pre-commit settings. R: Incorrect the pre-commit no-commit-to-branch settings. FB: Changed the pre-commit no-commit-to-branch args. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0b7eb0..162a48e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: v4.5.0 hooks: - id: no-commit-to-branch - args: [-b main, -b develop] + args: [-b, main, -b, develop] - id: detect-private-key - id: trailing-whitespace args: [--markdown-linebreak-ext=md]