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