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"