thgtoa/.pre-commit-config.yaml
No 0ed8df683d
style(pre-commit): bump version
Signed-off-by: No <no@anonymousplanet.org>
2024-07-14 01:40:11 -04:00

18 lines
402 B
YAML

repos:
- hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: check-merge-conflict
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
- hooks:
- id: commitizen
- id: commitizen-branch
stages:
- push
repo: https://github.com/commitizen-tools/commitizen
rev: v3.27.0