Skip to content

Commit

Permalink
chore: added .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Nov 26, 2024
1 parent ce0d65a commit 9758e07
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: v3.6.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [--verbose]

0 comments on commit 9758e07

Please sign in to comment.