From caa6d70a816718c182a1c4c90a03263f4405989c Mon Sep 17 00:00:00 2001 From: Jordan Padams <33492486+jordanpadams@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:49:25 -0800 Subject: [PATCH] Update .pre-commit-config.yaml to ignore plugin Getting numerous failures in Java repo for this experimental plugin. This now matches what we have here: https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Git-and-Github-Guide#detect-secrets --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22cf928..843efb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,6 +25,8 @@ repos: args: - '--baseline' - '.secrets.baseline' + - '--disable-plugin' + - 'AbsolutePathDetectorExperimental' - --exclude-files '\.secrets..*' - --exclude-files '\.git.*' - --exclude-files 'target'