Skip to content

Commit

Permalink
feat: Add conventional commit pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Shadowbroker committed Feb 7, 2024
1 parent 3b5fdcf commit 8043545
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@ repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0
hooks:
- id: reuse
- id: reuse
stages:
- pre-commit
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages:
- commit-msg
args: []

0 comments on commit 8043545

Please sign in to comment.