From fafeafcbe6e83c309d7594d2eeabc8de13877bad Mon Sep 17 00:00:00 2001 From: Alexander Dupuy <33216+dupuy@users.noreply.github.com> Date: Sun, 21 Jan 2024 18:06:36 -0500 Subject: [PATCH] Enable pre-commit stage for gitlint-ci hook Relates to #191, and specifically with making it easy to use gitlint with the https://pre-commit.ci CI service. --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 24fd745b..6258b334 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -13,4 +13,4 @@ entry: gitlint always_run: true pass_filenames: false - stages: [manual] + stages: [manual, pre-commit]