milvus/.pre-commit-config.yaml
zhuwenxing b1df1d1516
enhance: [cherry-pick][skip e2e]remove slow pre commit (#31424)
pr: https://github.com/milvus-io/milvus/pull/31397
remove slow pre commit

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-03-20 20:53:23 +08:00

11 lines
259 B
YAML

repos:
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.0
hooks:
- id: golangci-lint
args: [--config=.golangci.yml, --timeout=3m]
- repo: https://github.com/crate-ci/typos
rev: v1.16.10
hooks:
- id: typos