chore: enable the conventional-pre-commit run sucess and update to latest version (#111)

This commit is contained in:
Jason Yao 2026-02-25 18:03:20 +08:00 committed by GitHub
parent 56c5eb533e
commit 2b97fee2f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,7 @@
default_install_hook_types:
- pre-commit
- commit-msg
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.4
@ -31,14 +35,11 @@ repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.0.0
rev: v4.3.0
hooks:
- id: conventional-pre-commit
stages: [ commit-msg ]
args: [
--types, feat,fix,docs,style,refactor,test,chore,perf,ci,build,revert,
--scope-optional
]
stages: [commit-msg]
args: [--verbose]
- repo: local