Merge "Fix release file detection"
[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/jorisroovers/gitlint
14     rev: v0.12.0
15     hooks:
16       - id: gitlint
17
18   - repo: https://github.com/jumanjihouse/pre-commit-hooks
19     rev: 1.11.2
20     hooks:
21       - id: shellcheck