This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a467de  Add a lint to ensure that hooks apply
2a467de is described below

commit 2a467de83ced88bd81d8b5b44d2af2ce47f48104
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Nov 28 21:13:42 2025 +0000

    Add a lint to ensure that hooks apply
---
 .pre-commit-config.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a8d4905..66f1fe7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,10 @@
 exclude: ^node_modules/
 repos:
+- repo: meta
+  hooks:
+    - id: check-hooks-apply
+      name: run check hooks apply
+      description: check that all the hooks apply to the repository
 - repo: https://github.com/pre-commit/pre-commit-hooks
   rev: v6.0.0
   hooks:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to