From 892ffffc4a9541d3f0029e8e7336b62fd4a20dc7 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Mon, 11 May 2026 12:53:22 +0200 Subject: [PATCH] Remove misleading comment --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f9cb0f4..c1b06567 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,8 +63,6 @@ repos: pass_filenames: false # vendor-hash keeps flakehashes.json in sync with go.mod/go.sum. - # Hot path (no input change) is a sha256 over two small files; - # only fires `go mod vendor` when the fingerprint actually drifts. - id: vendor-hash name: vendor-hash entry: nix develop --command -- go run ./cmd/vendorhash check