mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2024-10-01 01:25:56 -04:00
17 lines
373 B
YAML
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.28.0
|