J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F
c9243b1143
Some checks failed
continuous-integration/drone/push Build is failing
19 lines
393 B
YAML
19 lines
393 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/commitizen-tools/commitizen
|
|
rev: 3.5.3
|
|
hooks:
|
|
- id: commitizen
|
|
- id: commitizen-branch
|
|
stages: [push]
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.10.0
|
|
hooks:
|
|
- id: black
|