Skip to content

Commit a53d41a

Browse files
authored
fix(go mod tidy): Don't pass filenames (#31)
Signed-off-by: Bryan Hundven <[email protected]>
1 parent c80e381 commit a53d41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
types: [go]
8484
language: 'script'
8585
description: "Runs `go mod tidy -v`. Requires golang: https://go.dev/doc/install"
86-
pass_filenames: true
86+
pass_filenames: false
8787
- id: go-mod-vendor
8888
name: 'go mod vendor'
8989
entry: pre-commit-hooks/go-mod-vendor.sh

0 commit comments

Comments
 (0)