Skip to content

Commit

Permalink
fix go-fumpt args (#694)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored Dec 3, 2024
1 parent b9bb97a commit 738fdce
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
Expand Up @@ -7,7 +7,7 @@ repos:
- id: go-imports
args: ["-w", "-local", "github.com/envoyproxy/ratelimit"]
- id: go-fumpt
args: ["-w"]
args: ["-l", "-w", "."]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.4.1"
Expand Down

0 comments on commit 738fdce

Please sign in to comment.