From d5ce70bd3e61410b9d0ebcb8bf6577bf2941c360 Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:37:59 -0600 Subject: [PATCH] Update .pre-commit-config.yaml to reference other Dependent on pr: jenkins-x/jx-docs#3749 --- .pre-commit-config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c576d8f41..e5e1f58f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,5 @@ repos: -- repo: git@github.com:Yelp/detect-secrets - rev: v0.12.4 +- repo: https://github.com/jenkins-x/jx-docs.git + rev: main hooks: - id: detect-secrets - args: ['--baseline', '.secrets.baseline'] - exclude: .*/tests/.*