Skip to content

Commit

Permalink
ci(pre-commit): Add a conventional-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Mar 1, 2024
1 parent 27b3693 commit 944cfb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# See https://pre-commit.com/hooks.html for more hooks

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/mtkennerly/pre-commit-hooks
rev: v0.3.0
hooks:
Expand Down

0 comments on commit 944cfb0

Please sign in to comment.