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: []