aboutsummaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: a2e0d4c6b95e91cf0a30869ebf7e1f8ed3f3a825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    hooks:
      - id: trailing-whitespace
        exclude: '.patch$'
        # trailing blanks shall not preferably be fixed in patch files
  - repo: https://github.com/Lucas-C/pre-commit-hooks
    rev: v1.4.2
    hooks:
      - id: remove-tabs
        stages: [commit]
        exclude: '^(.git/|docs/make.bat|docs/Makefile|)'