Bump error_prone_annotations to 2.24.1
[odlparent.git] / .pre-commit-config.yaml
1 ---
2 default_language_version:
3   python: python3
4   node: "14.13.0"
5 repos:
6   - repo: https://github.com/pre-commit/pre-commit-hooks
7     rev: v2.5.0
8     hooks:
9       - id: check-xml
10       - id: trailing-whitespace
11
12   - repo: https://github.com/jorisroovers/gitlint
13     rev: v0.12.0
14     hooks:
15       - id: gitlint
16
17   - repo: https://github.com/prettier/pre-commit
18     rev: v2.1.2
19     hooks:
20       - id: prettier