This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch wave-test
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/wave-test by this push:
new de4b10e Update pre-commit
de4b10e is described below
commit de4b10ef2561ca5b3d72c86a043feb3083e8518e
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Nov 29 14:17:03 2025 -0800
Update pre-commit
---
.pre-commit-config.yaml | 4 ++--
content/highlight/github.min.css | 2 +-
content/highlight/highlight.min.js | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 559c147..309e30a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
- id: check-vcs-permalinks
- id: check-yaml
- id: detect-private-key
- # - id: end-of-file-fixer
+ - id: end-of-file-fixer
- id: fix-byte-order-marker
- id: forbid-submodules
- id: mixed-line-ending
@@ -35,7 +35,7 @@ repos:
files: ^requirements\.txt$
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- exclude: \.svg$
+ exclude: (\.svg$)
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.46.0
hooks:
diff --git a/content/highlight/github.min.css b/content/highlight/github.min.css
index 275239a..96af284 100644
--- a/content/highlight/github.min.css
+++ b/content/highlight/github.min.css
@@ -7,4 +7,4 @@ pre
code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5p
Outdated base version: https://github.com/primer/github-syntax-light
Current colors taken from GitHub's CSS
-*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta
.hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta
.hljs-string,.hljs-regexp,.hljs- [...]
\ No newline at end of file
+*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta
.hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta
.hljs-string,.hljs-regexp,.hljs- [...]
diff --git a/content/highlight/highlight.min.js
b/content/highlight/highlight.min.js
index 5d699ae..483a659 100644
--- a/content/highlight/highlight.min.js
+++ b/content/highlight/highlight.min.js
@@ -1210,4 +1210,4 @@ begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt
\\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0
aliases:["yml"],contains:l}}});const He=ae;for(const e of Object.keys(Ke)){
const n=e.replace("grmr_","").replace("_","-");He.registerLanguage(n,Ke[e])}
return He}()
-;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);
\ No newline at end of file
+;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]