Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down