Skip to content

Commit af4dadd

Browse files
committed
chore: update pre-commit hook to use conventional-pre-commit
1 parent cc7f833 commit af4dadd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.pre-commit-config.yaml

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
fail_fast: true
22
default_language_version:
3-
python: python3.8
4-
default_stages: [pre-commit, pre-push]
3+
python: python3.9
4+
default_stages:
5+
- commit-msg
6+
- pre-commit
7+
- pre-push
8+
59
repos:
10+
- repo: https://github.com/compilerla/conventional-pre-commit
11+
rev: v4.0.0
12+
hooks:
13+
- id: conventional-pre-commit
14+
stages: [commit-msg]
15+
args: []
616
- repo: local
717
hooks:
818
- id: lint_package_update

0 commit comments

Comments
 (0)