1 parent 9bd8a95 commit 83998b4Copy full SHA for 83998b4
1 file changed
.pre-commit-config.yaml
@@ -2,6 +2,16 @@
2
# pre-commit install --hook-type pre-commit
3
# pre-commit install --hook-type commit-msg
4
5
+# Global exclude pattern - applies to all hooks by default
6
+exclude: |
7
+ (?x)^(
8
+ vendor/.*|
9
+ src/com/.*|
10
+ src/google/.*|
11
+ tests/snapshots-tmp/.*|
12
+ tests/snapshots/.*
13
+ )$
14
+
15
repos:
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
rev: v5.0.0
0 commit comments