From 0168710e9b56ab046cd2cf34b60866805ec41f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Go=C3=A1s=20Aguililla?= Date: Tue, 19 Dec 2023 15:14:49 +0100 Subject: [PATCH] fix: remove `no-commit-to-branch` hook (#209) --- .../.pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/{{ cookiecutter.__package_name_kebab_case }}/.pre-commit-config.yaml b/{{ cookiecutter.__package_name_kebab_case }}/.pre-commit-config.yaml index e9754304..3da7ccef 100644 --- a/{{ cookiecutter.__package_name_kebab_case }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.__package_name_kebab_case }}/.pre-commit-config.yaml @@ -40,9 +40,6 @@ repos: - id: mixed-line-ending - id: name-tests-test args: [--pytest-test-first] - {%- if cookiecutter.development_environment == "strict" %} - - id: no-commit-to-branch - {%- endif %} - id: trailing-whitespace types: [python] - repo: local