Skip to content

Commit 75a4569

Browse files
committed
feat(pre-commit): use our python hook
1 parent ab853c3 commit 75a4569

File tree

4 files changed

+4
-199
lines changed

4 files changed

+4
-199
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ repos:
33
hooks:
44
- id: conventional-pre-commit
55
name: Conventional Commit (local)
6-
entry: conventional-pre-commit.sh
7-
language: script
6+
entry: conventional-pre-commit
7+
language: python
88
stages: [commit-msg]

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- id: conventional-pre-commit
22
name: Conventional Commit
3-
entry: conventional-pre-commit.sh
4-
language: script
3+
entry: conventional-pre-commit
4+
language: python
55
description: Checks commit message for Conventional Commits formatting
66
always_run: true
77
stages: [commit-msg]

conventional-pre-commit.sh

Lines changed: 0 additions & 65 deletions
This file was deleted.

tests.sh

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)