enhance: [skip e2e]remove slow pre commit (#31397)

remove slow pre commit

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2024-03-19 16:29:06 +08:00 committed by GitHub
parent dc2cdbe387
commit 4c6aa95ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,3 @@ repos:
rev: v1.16.10
hooks:
- id: typos
- repo: https://github.com/trufflesecurity/trufflehog
rev: v3.54.3
hooks:
- id: trufflehog
name: TruffleHog
description: Detect secrets in your data.
entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail'
language: system
stages: ["commit"]