From a9c3b9a3a0b82ff2f9e0a8616485d4f276fb0432 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 1 Jan 2024 11:59:12 +0000 Subject: [PATCH] Update version of pre-commit-rust to include clippy and test running --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9eb1322..ee4805f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,9 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://git.xenia.me.uk/utils/pre-commit-rust - rev: v1.1 + rev: v1.2 hooks: - id: fmt - id: cargo-check + - id: cargo-clippy + - id: cargo-test