From c7816dd46fb2491a9625def0f7b9584b4edd28ff Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:33:46 -0600 Subject: [PATCH] Update .pre-commit-config.yaml to reference other Dependent on pr: https://github.com/jenkins-x/jx-docs/pull/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 dd4894a..e5e1f58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,5 @@ repos: -- repo: https://github.com/Yelp/detect-secrets.git - 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/.*