blob: bcbafe5d5f50901de15f61c7f6479c1dc8249c45 [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
Andreas Geissler13f79592023-02-13 09:40:16 +01009 rev: v0.18.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$)'