From ebab1a285838b06d3ce61c6856b3950c09b623da Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Tue, 2 Sep 2025 15:34:25 -0400 Subject: [PATCH] feat(pre-commit): host a pre-commit hook for checking changed files --- .pre-commit-hooks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..f48f176 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,6 @@ +--- +- id: zenable-check + name: Run a Zenable check on all changed files + language: system + entry: uvx zenable-mcp check + pass_filenames: true