Apply PR " Enforce baseline Pod Security Standard with namespace labels"
[functest-kubernetes.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   - repo: https://github.com/Lucas-C/pre-commit-hooks
10     rev: v1.4.2
11     hooks:
12       - id: remove-tabs
13         stages: [commit]
14         exclude: '^(.git/|docs/make.bat|docs/Makefile|)'