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 a1149796 pre-commit trailing-whitespace check more file types (#302)
a1149796 is described below
commit a1149796df78954961cbb09c9f258f7a88eccf6d
Author: John Bampton <[email protected]>
AuthorDate: Thu May 21 00:33:16 2026 +1000
pre-commit trailing-whitespace check more file types (#302)
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7cfbf9a5..8a2b6d29 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -19,4 +19,4 @@ repos:
- id: forbid-submodules
- id: mixed-line-ending
- id: trailing-whitespace
- files: \.(cgi|rdf|rb)$
+ files: \.(cgi|html|json|py|rb|rdf|sh|ya?ml)$