From 10ee27a490b537f29b6a0fd6f899060131561ea1 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Fri, 7 Oct 2022 14:47:17 -0400 Subject: [PATCH] build(git): update pre-commit repositories --- .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 70641aa..6ef495a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - hooks: - id: "commitizen" repo: https://github.com/commitizen-tools/commitizen - rev: master + rev: v2.35.0 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: @@ -29,7 +29,7 @@ repos: types: [python] args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git - rev: master + rev: v1.28.0 hooks: - id: yamllint exclude: vault\.yml|\.pre-commit-config.yaml