Skip to content

Commit

Permalink
Point pre-commit-golang rev to commit merging staticcheck hook
Browse files Browse the repository at this point in the history
We've merged changes adding `staticcheck` hook to the main branch of
keep-network/pre-commit-golang.git. Now we update the `rev` value in the
pre-commit-config.yaml to point to the merge commit sha.
  • Loading branch information
michalinacienciala committed Dec 7, 2022
1 parent 9dbc71d commit 8bb91b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/keep-network/pre-commit-golang.git
rev: 979f199 # update after merging https://github.com/keep-network/pre-commit-golang/pull/5
rev: 466ade9296d8445d520ec7ab246a30cfa8a07b71
hooks:
- id: go-imports
- id: go-vet
Expand Down

0 comments on commit 8bb91b4

Please sign in to comment.