From fd7657c200e3c96acbbc824457b9ba71763508c6 Mon Sep 17 00:00:00 2001 From: Oliver Wissett Date: Wed, 1 Mar 2023 13:25:08 +0000 Subject: [PATCH] Update .pre-commit-hooks.yaml Added cargo update - I need this for some awkward git setup --- .pre-commit-hooks.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0ffe38d..241479a 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -20,3 +20,11 @@ args: ["--", "-D", "warnings"] types: [rust] pass_filenames: false +- id: update + name: update + description: updates cargo packages and lock file + entry: cargo update + language: system + types: [rust] + pass_filenames: false +