From a4d5fb30aaa5cc442e9c0e80d353471212f3a561 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 16 Mar 2026 20:44:12 +0200 Subject: [PATCH 1/3] chore: Add 'correct' to list of imperatives --- commit_check/imperatives.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commit_check/imperatives.py b/commit_check/imperatives.py index 0b9e99c8..7a983e4f 100644 --- a/commit_check/imperatives.py +++ b/commit_check/imperatives.py @@ -46,6 +46,7 @@ "control", "convert", "copy", + "correct" "count", "create", "customize", From fa1a2966883cf0dc32fff2d920cd956aa641e52e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:45:32 +0000 Subject: [PATCH 2/3] ci: auto fixes from pre-commit.com hooks --- commit_check/imperatives.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commit_check/imperatives.py b/commit_check/imperatives.py index 7a983e4f..45b56061 100644 --- a/commit_check/imperatives.py +++ b/commit_check/imperatives.py @@ -46,8 +46,7 @@ "control", "convert", "copy", - "correct" - "count", + "correctcount", "create", "customize", "declare", From ccccf7f593e83332489d18082b5c6fc3f9a8c72f Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 16 Mar 2026 20:59:38 +0200 Subject: [PATCH 3/3] fix: Update imperatives.py --- commit_check/imperatives.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commit_check/imperatives.py b/commit_check/imperatives.py index 45b56061..53aa0594 100644 --- a/commit_check/imperatives.py +++ b/commit_check/imperatives.py @@ -46,7 +46,8 @@ "control", "convert", "copy", - "correctcount", + "correct", + "count", "create", "customize", "declare",