This is an automated email from the ASF dual-hosted git repository.
sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 129015ba Add 3 more official pre-commit hooks (#316)
129015ba is described below
commit 129015bacf382bc496fe0abd0b5e88d52166c59b
Author: John Bampton <[email protected]>
AuthorDate: Wed Jun 10 07:40:55 2026 +1000
Add 3 more official pre-commit hooks (#316)
https://github.com/pre-commit/pre-commit-hooks
---
.pre-commit-config.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 40f8d928..76978df0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,11 +8,14 @@ repos:
rev: v6.0.0
hooks:
- id: check-ast
+ - id: check-builtin-literals
- id: check-case-conflict
- id: check-illegal-windows-names
- id: check-json
- id: check-merge-conflict
+ - id: check-xml
- id: check-yaml
+ - id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
files: \.(cgi|json|md|plist|py|rb|rdf|service|sh|template|ya?ml)$