From e960718f4b4950a004dee20b02a212bd8866e499 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 1 Jan 2024 11:47:30 +0000 Subject: [PATCH] Switch to my fork of pre-commit-rust --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eedb54b..9eb1322 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - - repo: https://github.com/doublify/pre-commit-rust - rev: v1.0 + - repo: https://git.xenia.me.uk/utils/pre-commit-rust + rev: v1.1 hooks: - id: fmt - id: cargo-check