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