Skip to content

Commit

Permalink
feat: add pre-commit-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
norman-zon committed Oct 5, 2023
1 parent 4d76c1d commit 4cec76a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [] # optional: list of Conventional Commits types to allow. If not set, standard types are allowed https://github.com/compilerla/conventional-pre-commit/blob/main/conventional_pre_commit/format.py#L4C18-L4C18

0 comments on commit 4cec76a

Please sign in to comment.