Skip to content

Commit 87cba23

Browse files
ci: add test to conventional commit allowed types (#1478)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 68bce8d commit 87cba23

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
repos:
88
- repo: https://github.com/espressif/conventional-precommit-linter
9-
rev: v1.2.1
9+
rev: v1.7.0
1010
hooks:
1111
- id: conventional-precommit-linter
1212
stages: [commit-msg]
13+
args:
14+
- --types=feat,fix,docs,style,refactor,perf,test,chore,ci,build,revert
1315

1416
- repo: https://github.com/codespell-project/codespell
1517
rev: v2.4.1

0 commit comments

Comments
 (0)