chore: enable the conventional-pre-commit run sucess and update to latest version (#111)
This commit is contained in:
parent
56c5eb533e
commit
2b97fee2f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue