This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new e03916f Cleanup markdownlint and pre-commit configuration (#67)
e03916f is described below
commit e03916f95f9ac1cdc1fbb5e9cd126cc8b3e5e9e2
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Nov 29 14:19:23 2025 -0800
Cleanup markdownlint and pre-commit configuration (#67)
* Test markdown lint update
* Update .markdown-lint.yml
* Update .markdown-lint.yml
* Update .pre-commit-config.yaml
* Update draft-asf-token-standard.md
* Update .pre-commit-config.yaml
* Update requirements.txt
* Update pre-commit
---
.pre-commit-config.yaml | 2 +-
content/highlight/github.min.css | 2 +-
content/highlight/highlight.min.js | 2 +-
requirements.txt | 1 +
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 559c147..404eb7b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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);
diff --git a/requirements.txt b/requirements.txt
index fd7a77e..7d60431 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
beautifulsoup4
Markdown
pelican
+pre-commit
requests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]