fix: hook entry
This commit is contained in:
parent
2869d1c905
commit
d00f8d4c0d
|
@ -1,7 +1,7 @@
|
|||
- id: fmt
|
||||
name: fmt
|
||||
description: Format files with rustfmt.
|
||||
entry: cargo fmt
|
||||
entry: cargo fmt --
|
||||
language: system
|
||||
files: \.rs$
|
||||
args: ['--write-mode=overwrite']
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
- id: fmt
|
||||
name: fmt
|
||||
description: Format files with rustfmt.
|
||||
entry: cargo fmt
|
||||
entry: cargo fmt --
|
||||
language: system
|
||||
files: \.rs$
|
||||
args: ['--write-mode=overwrite']
|
||||
|
|
Loading…
Reference in a new issue