From b386e59c3e918e7cd5fe4a8fb513b1275eedcc00 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 1 Nov 2022 12:27:55 +0100 Subject: [PATCH] Start using Hooked! --- Hooked.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Hooked.toml diff --git a/Hooked.toml b/Hooked.toml new file mode 100644 index 0000000..390bd11 --- /dev/null +++ b/Hooked.toml @@ -0,0 +1,3 @@ +[[pre_commit]] +name = "Cargo Complete Check" +command = "cargo make complete-check"