From 595b8c25c1e19369a92a4eb750124e7cbc89acc9 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 24 Jan 2024 18:23:20 +0100 Subject: [PATCH] Add typos for source code spellchecking. --- Hooked.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Hooked.toml b/Hooked.toml index 390bd11..79640ea 100644 --- a/Hooked.toml +++ b/Hooked.toml @@ -1,3 +1,7 @@ [[pre_commit]] name = "Cargo Complete Check" command = "cargo make complete-check" + +[[pre_commit]] +name = "Typos" +command = "typos"