diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-16 21:57:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-16 21:57:12 +0200 |
commit | f9ea89db9b38c64469c1dc8b75659e7b74917236 (patch) | |
tree | 9960390098af505c9f9ca43e557fb83918c25536 | |
parent | 2fcc535f66085b2f2d99e738757a8e463652a3e5 (diff) |
Remove conventional commit hook
-rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c40133..572aabe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,9 +3,3 @@ repos: rev: v0.11.3 hooks: - id: stylua - - repo: https://github.com/compilerla/conventional-pre-commit - rev: v1.2.0 - hooks: - - id: conventional-pre-commit - stages: [commit-msg] - args: [] |