From ede2cc2c326501f34b860ec27dd337c4f7cc03b3 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Sun, 6 Oct 2024 04:39:31 +0200 Subject: [PATCH] chore(pre-commit): add conventional commits hook --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fda0b9..a5a6120 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,3 +3,9 @@ repos: rev: v1.0 hooks: - id: fmt +- repo: https://github.com/compilerla/conventional-pre-commit + rev: v3.4.0 + hooks: + - id: conventional-pre-commit + stages: [commit-msg] + args: []