From 603f2fb368f2b10b3bfc7fdc9c68232b3cc890f2 Mon Sep 17 00:00:00 2001 From: Havrileck Alexandre Date: Tue, 13 Feb 2024 21:19:44 +0100 Subject: [PATCH] chore: Upgrade pre-commit hooks --- .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 400f15f2..3d676176 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_install_hook_types: - commit-msg repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: v3.14.1 hooks: - id: commitizen stages: [commit-msg] @@ -32,7 +32,7 @@ repos: stages: [commit] - repo: https://github.com/pre-commit/mirrors-prettier # Use the sha or branch you want to point at - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier stages: [commit]