From 9014f2fc7899f1dcfc4c197deab77385e2372a45 Mon Sep 17 00:00:00 2001 From: morre Date: Fri, 1 Mar 2024 19:41:28 +0100 Subject: [PATCH] chore(deps): move back to release version (#982) --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index faa6f708..06e0b7e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,7 @@ default_stages: [commit] repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - # Waiting for new release, see https://github.com/alessandrojcm/commitlint-pre-commit-hook/issues/152 - rev: 46ad8d10517771202384ef846ec4a5aa17e6ad26 + rev: v9.13.0 hooks: - id: commitlint stages: [commit-msg]