Replace coala with pre-commit
[odlparent.git] / .pre-commit-config.yaml
1 ---
2 repos:
3   - repo: https://github.com/pre-commit/pre-commit-hooks
4     rev: v2.5.0
5     hooks:
6       - id: check-xml
7       - id: trailing-whitespace
8
9   - repo: https://github.com/jorisroovers/gitlint
10     rev: v0.12.0
11     hooks:
12       - id: gitlint
13
14   - repo: https://github.com/prettier/prettier
15     rev: 1.19.1
16     hooks:
17       - id: prettier