Skip to content

Commit

Permalink
pre-commit: use Stringer(x, y) intsead of Str(x, y.String())
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jan 3, 2024
1 parent ffb036a commit 80e0f99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
- id: go-staticcheck-repo-mod

- repo: https://github.com/beeper/pre-commit-go
rev: v0.2.2
rev: v0.3.0
hooks:
- id: zerolog-ban-msgf
- id: zerolog-use-stringer

0 comments on commit 80e0f99

Please sign in to comment.