diff options
author | 2022-07-01 14:08:23 +0530 | |
---|---|---|
committer | 2022-07-01 14:10:33 +0530 | |
commit | f82dcc68cc1763cc204ddb555a263c4606b3c2cb (patch) | |
tree | 11af592bf450e7292bbf497424c98b109c8bf928 | |
parent | 2aa08e0341bb262f3c742f63eb441eec15b9130c (diff) | |
download | whatsie-f82dcc68cc1763cc204ddb555a263c4606b3c2cb.tar.gz whatsie-f82dcc68cc1763cc204ddb555a263c4606b3c2cb.zip |
chore: use pre-commit
- add conventional-commit-hook
-rw-r--r-- | .pre-commit-config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..dda0825 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/soerenschneider/conventional-pre-commit-hook + rev: v1.0.0 + hooks: + - id: conventional-commit |