Skip to content

Commit 186aca4

Browse files
committed
fix: make pre-commit consistent with gh action
1 parent 59d0d2f commit 186aca4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ repos:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- id: check-yaml
14-
- repo: https://github.com/compilerla/conventional-pre-commit
15-
rev: v3.2.0
14+
- repo: local
1615
hooks:
17-
- id: conventional-pre-commit
16+
- id: commitlint
17+
name: commitlint
18+
entry: commitlint --edit
19+
language: node
1820
stages: [commit-msg]
21+
additional_dependencies:
22+
- '@commitlint/cli@17.8.1'
23+
- '@commitlint/config-conventional@17.8.1'

0 commit comments

Comments
 (0)