blob: 6bfce7af6c4a878c8b09476d7aeec1272752aaed [file] [log] [blame]
guillaume.lambert30ec3902021-09-14 12:32:24 +02001---
2repos:
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$)'