Do not use BindingReflections in AbstractRIBSupportTest
[bgpcep.git] / .pre-commit-config.yaml
1 ---
2 repos:
3   - repo: https://github.com/pre-commit/pre-commit-hooks
4     rev: v4.1.0
5     hooks:
6       - id: trailing-whitespace
7         exclude: '^.*/.*.bin'
8
9   - repo: https://github.com/Lucas-C/pre-commit-hooks
10     rev: v1.1.13
11     hooks:
12       - id: remove-tabs
13         stages: [commit]
14         exclude: '^(.git/|docs/make.bat|docs/Makefile|.*/.*.bin)'
15