From aaa01b690a9bfe88fb1626285898fe0255563751 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 3 Jul 2024 15:04:28 +1000 Subject: [PATCH] Update name for fmt hook Is now more consistent with the name for other hooks --- hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks.yaml b/hooks.yaml index 8c60d0d..ad1f8d4 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -1,5 +1,5 @@ - id: fmt - name: fmt + name: cargo fmt description: Format files with cargo fmt. entry: cargo fmt -- language: system