build(Testing-with-pre-commit): Not yet

This commit is contained in:
Anne de Jong 2023-07-18 17:17:28 +02:00
parent 9f81db8eeb
commit 37048c54fa
1 changed files with 15 additions and 4 deletions

View File

@ -1,8 +1,19 @@
---
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: master
rev: 3.5.3
hooks:
- id: commitizen
- id: commitizen-branch
stages: [push]
- id: commitizen
- id: commitizen-branch
stages: [push]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black