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