Skip to content

Commit 4c6aa95

Browse files
authored
enhance: [skip e2e]remove slow pre commit (milvus-io#31397)
remove slow pre commit Signed-off-by: zhuwenxing <[email protected]>
1 parent dc2cdbe commit 4c6aa95

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.pre-commit-config.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,3 @@ repos:
88
rev: v1.16.10
99
hooks:
1010
- id: typos
11-
- repo: https://github.com/trufflesecurity/trufflehog
12-
rev: v3.54.3
13-
hooks:
14-
- id: trufflehog
15-
name: TruffleHog
16-
description: Detect secrets in your data.
17-
entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail'
18-
language: system
19-
stages: ["commit"]

0 commit comments

Comments
 (0)