From bd429a2b27f2b7d8a9d26bedbfc24c2be0fa7a64 Mon Sep 17 00:00:00 2001 From: Nefo Fortressia Date: Thu, 11 Nov 2021 06:15:48 +0700 Subject: [PATCH] chore: pin pre-commit repos to their latest version --- .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 faf9a85..42d12f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/commitizen-tools/commitizen - rev: master + rev: v2.20.0 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/doublify/pre-commit-rust - rev: master + rev: v1.0 hooks: - id: fmt - id: cargo-check