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 4ca2acd1 pre-commit configure end of file fixer more file types (#314)
4ca2acd1 is described below

commit 4ca2acd1d6b798fe1d110e5d3d839c8c7a181316
Author: John Bampton <[email protected]>
AuthorDate: Wed Jun 10 02:52:55 2026 +1000

    pre-commit configure end of file fixer more file types (#314)
---
 .pre-commit-config.yaml       | 2 +-
 UBUNTU.md                     | 1 -
 config/secretary-workbench.md | 1 -
 www/test/dataflow-schema.json | 2 +-
 4 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c8dca6ac..40f8d928 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
     - id: check-yaml
     - id: detect-private-key
     - id: end-of-file-fixer
-      files: \.(cgi|rb|ya?ml|py)$
+      files: \.(cgi|json|md|plist|py|rb|rdf|service|sh|template|ya?ml)$
     - id: fix-byte-order-marker
     - id: forbid-submodules
     - id: mixed-line-ending
diff --git a/UBUNTU.md b/UBUNTU.md
index acce5531..e133a1fc 100644
--- a/UBUNTU.md
+++ b/UBUNTU.md
@@ -54,4 +54,3 @@ like the following:
     sudo systemctl restart apache2
 
 Visit [http://whimsy.local/](http://whimsy.local/)
-
diff --git a/config/secretary-workbench.md b/config/secretary-workbench.md
index faca9adc..699cf7e1 100644
--- a/config/secretary-workbench.md
+++ b/config/secretary-workbench.md
@@ -25,4 +25,3 @@ Install pdftk
 -------------
 
 Download from [pdflabs](https://www.pdflabs.com/tools/pdftk-server/).
-
diff --git a/www/test/dataflow-schema.json b/www/test/dataflow-schema.json
index 826bc7f8..5a778f2a 100644
--- a/www/test/dataflow-schema.json
+++ b/www/test/dataflow-schema.json
@@ -44,4 +44,4 @@
         "datafile"
     ],
     "type": "object"
-}
\ No newline at end of file
+}

Reply via email to