From f82dcc68cc1763cc204ddb555a263c4606b3c2cb Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Fri, 1 Jul 2022 14:08:23 +0530 Subject: [PATCH] chore: use pre-commit - add conventional-commit-hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pre-commit-config.yaml 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