guillaume.lambert | 30ec390 | 2021-09-14 12:32:24 +0200 | [diff] [blame] | 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.15.1 | ||||
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$)' |