Merge "Upgrade pre-commit hook repos to latest"
[releng/global-jjb.git] / .pre-commit-config.yaml
1 ---
2 repos:
3   - repo: https://github.com/pre-commit/pre-commit-hooks
4     rev: v2.4.0
5     hooks:
6       - id: trailing-whitespace
7
8   - repo: https://github.com/prettier/prettier
9     rev: 1.19.1
10     hooks:
11       - id: prettier
12
13   - repo: https://github.com/jumanjihouse/pre-commit-hooks
14     rev: 1.11.2
15     hooks:
16       - id: shellcheck