chore: add pre-commit config

This commit is contained in:
Sandro Eiler 2023-12-28 22:04:32 +01:00
parent a1cce75270
commit c5d013cb99
2 changed files with 25 additions and 0 deletions

8
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,8 @@
repos:
- hooks:
- id: commitizen
- id: commitizen-branch
stages:
- push
repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0