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

wave pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 699a60684bd64f9fb36b57647a4c4a47d5d9b1fc
Merge: 57b866bd43 08dd9f995c
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Sep 7 09:59:10 2025 -0500

    Merge pull request #420 from jbampton/pre-commit-markdown-linebreak-ext
    
    pre-commit(trailing-whitespace): add `md` files

 .pre-commit-config.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --cc .pre-commit-config.yaml
index 703c0c850f,704ceb070c..bfdb99cb60
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@@ -54,9 -54,10 +54,10 @@@ repos
          files: 
(m|M)akefile$|\.(asp|bas|bat|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|java|js|lst|m|m4|map|md|mk|mm|mod|pas|php|pl|pm|pmk|py|rc|rdf|rng|sh|ulf|vbs|xba|xcs|xcu|xdl|xhp|xlb|xmi|xml|xsd|xslt?|ya?ml)$|^ext_libraries/.*$|^test/.*$
        - id: fix-byte-order-marker
        - id: mixed-line-ending
 -        files: 
\.(asp|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|java|js|lst|m|m4|map|md|mk|mm|mod|pas|php|pl|pm|pmk|py|rc|rdf|rng|sh|ulf|xba|xcs|xcu|xdl|xhp|xlb|xmi|xsd|xslt?|ya?ml)$|^main/accessibility/.*$|^main/afms/.*$|^main/animations/.*$|^main/apache-commons/.*$|^test/testgui/.*$
 +        files: 
\.(asp|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|java|js|lst|m|m4|map|md|mk|mm|mod|pas|php|pl|pm|pmk|py|rc|rdf|rng|sh|ulf|vbs|xba|xcs|xcu|xdl|xhp|xlb|xmi|xsd|xslt?|ya?ml)$|^main/accessibility/.*$|^main/afms/.*$|^main/animations/.*$|^main/apache-commons/.*$|^test/testgui/.*$
        - id: trailing-whitespace
-         files: 
(m|M)akefile$|\.(asp|bas|bat|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|java|js|lst|m|m4|map|mk|mm|mod|pas|php|pl|pm|pmk|py|rc|rdf|rng|sh|ulf|vbs|xba|xcs|xcu|xdl|xhp|xlb|xmi|xml|xsd|ya?ml)$
+         files: 
(m|M)akefile$|\.(asp|bas|bat|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|java|js|lst|m|m4|map|md|mk|mm|mod|pas|php|pl|pm|pmk|py|rc|rdf|rng|sh|ulf|vbs|xba|xcs|xcu|xdl|xhp|xlb|xmi|xml|xsd|ya?ml)$
+         args: [--markdown-linebreak-ext=md]
    - repo: https://github.com/codespell-project/codespell
      rev: v2.4.1
      hooks:

Reply via email to