From b10a4b5541a49a9436b01671de65cac9ce43a93d Mon Sep 17 00:00:00 2001 From: Fadi Hadzh Date: Tue, 31 Jul 2018 07:12:55 +0300 Subject: [PATCH] fix(pre-commit): hook --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c5da22b..f14a629 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,7 @@ - id: fmt name: fmt description: Format files with rustfmt. - entry: cargo fmt -- + entry: rustfmt -- language: system files: \.rs$ - args: ['--write-mode=overwrite'] + args: []