refactor(style): fixup style

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
This commit is contained in:
nopeitsnothing
2024-07-22 15:28:06 -04:00
parent a354bfec77
commit 3c0a8ca6e1
3 changed files with 39 additions and 8 deletions
+16
View File
@@ -0,0 +1,16 @@
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