From d00d50ff738d5582a86d0c8ee1509da259b42211 Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Mon, 13 Oct 2025 09:59:12 -0400 Subject: [PATCH] chore(pre-commit): remove pre-commit hook, moving to zenable-io/ai-guardrails --- .pre-commit-hooks.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml deleted file mode 100644 index c19581b..0000000 --- a/.pre-commit-hooks.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- id: zenable-check - name: Run a Zenable check on all changed files - language: system - entry: uvx zenable-mcp@latest check - pass_filenames: true