Setup gitlint
[releng/lftools.git] / .pre-commit-config.yaml
1 ---
2 repos:
3   - repo: https://github.com/pre-commit/pre-commit-hooks
4     rev: v1.2.3
5     hooks:
6       - id: trailing-whitespace
7
8   - repo: https://github.com/ambv/black
9     rev: 19.10b0
10     hooks:
11     - id: black
12
13   - repo: https://github.com/jorisroovers/gitlint
14     rev: v0.13.1
15     hooks:
16       - id: gitlint