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