From 01cec96cfab725ce1a87304b8a7ebb8ed306f1aa Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:57:13 +0200 Subject: [PATCH] feat: use own pre-commit-rust fork --- .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 fe5ad4d..8a28bb1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,8 +11,8 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - id: trailing-whitespace - - repo: https://github.com/doublify/pre-commit-rust - rev: v1.0 + - repo: https://github.com/winapps-org/pre-commit-rust + rev: v1.1 hooks: - id: fmt - id: clippy