Skip to content

Commit f8179f1

Browse files
committed
Remove extra hook ids
1 parent eb52678 commit f8179f1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,33 +69,16 @@ repos:
6969
- id: go-critic
7070
# StaticCheck
7171
- id: go-staticcheck-mod
72-
- id: go-staticcheck-pkg
73-
- id: go-staticcheck-repo-mod
74-
- id: go-staticcheck-repo-pkg
7572
# Go Build
7673
- id: go-build-mod
77-
- id: go-build-pkg
78-
- id: go-build-repo-mod
79-
- id: go-build-repo-pkg
8074
# Go Mod Tidy
8175
- id: go-mod-tidy
82-
- id: go-mod-tidy-repo
8376
# Go Test
8477
- id: go-test-mod
85-
- id: go-test-pkg
86-
- id: go-test-repo-mod
87-
- id: go-test-repo-pkg
8878
# Go Vet
8979
- id: go-vet
90-
- id: go-vet-mod
91-
- id: go-vet-pkg
92-
- id: go-vet-repo-mod
93-
- id: go-vet-repo-pkg
9480
# GoSec
9581
- id: go-sec-mod
96-
- id: go-sec-pkg
97-
- id: go-sec-repo-mod
98-
- id: go-sec-repo-pkg
9982

10083
# Shell script hooks
10184
- repo: https://github.com/cisagov/pre-commit-shfmt

0 commit comments

Comments
 (0)