Skip to content

Commit

Permalink
🔧 config(pre-commit): remove commitizen protection branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed May 7, 2024
1 parent a22ff91 commit 540c6f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autofix_prs: false
autoupdate_commit_msg: ":arrow-up: dep-bump(pre-commit): update pre-commit hooks"

default_install_hook_types: [pre-commit, pre-push, commit-msg]
default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -47,9 +47,6 @@ repos:
hooks:
- id: commitizen
additional_dependencies: [cz-conventional-gitmoji]
- id: commitizen-branch
additional_dependencies: [cz-conventional-gitmoji]
stages: [push]

- repo: https://github.com/ljnsn/cz-conventional-gitmoji
rev: v0.3.1
Expand Down

0 comments on commit 540c6f0

Please sign in to comment.