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