From c18526a26ac6be61e3e2021e1caca4bef65d0c89 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 10:23:44 +0000 Subject: [PATCH] Initial commit: Add git-commit-message-linter project --- .pre-commit-hooks.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..db1e3a6 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,9 @@ +repos: + - repo: local + hooks: + - id: commit-linter + name: Commit Message Linter + entry: commit-linter hook + language: system + stages: [commit-msg] + pass_filenames: false