Skip to content

Commit 5fbc960

Browse files
committed
update pre-commit
1 parent 609273b commit 5fbc960

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ exclude: '(\.bin|\.abi)'
33
repos:
44
- repo: local
55
hooks:
6+
- id: goimports
7+
name: Goimport all files
8+
entry: ./.githooks/goimports
9+
language: script
10+
pass_filenames: false
611
- id: go-lint
712
name: Check Go Lint
813
entry: ./.githooks/go-lint

0 commit comments

Comments
 (0)