blob: 980093a7a5e2a592e852d3d6380347bd0e586202 [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
guillaume.lambert296fa7f2021-12-10 20:28:24 +01009 rev: v0.17.0
guillaume.lambert30ec3902021-09-14 12:32:24 +020010 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$)'