[SDC] Update SDC docker images to 1.11.9
[oom.git] / .pre-commit-config.yaml
1 ---
2 repos:
3   - repo: https://github.com/pre-commit/pre-commit-hooks
4     rev: v4.0.1
5     hooks:
6       - id: trailing-whitespace
7         #exclude: '^ordmodels/'
8   - repo: https://github.com/jorisroovers/gitlint
9     rev: v0.17.0
10     hooks:
11       - id: gitlint
12         stages: [commit-msg]
13   - repo: https://github.com/Lucas-C/pre-commit-hooks
14     rev: v1.1.10
15     hooks:
16       - id: remove-tabs
17         stages: [commit]
18         exclude: '^(.git/|docs/make.bat|.*/Makefile$)'