thgtoa/.pre-commit-config.yaml
nopeitsnothing 3c0a8ca6e1
refactor(style): fixup style
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
2024-07-22 15:28:06 -04:00

17 lines
373 B
YAML

repos:
- hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
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