Skip to content

Commit e03916f

Browse files
authored
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
1 parent 621d217 commit e03916f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
files: ^requirements\.txt$
3636
- id: trailing-whitespace
3737
args: [--markdown-linebreak-ext=md]
38-
exclude: \.svg$
38+
exclude: (\.svg$)
3939
- repo: https://github.com/igorshubovych/markdownlint-cli
4040
rev: v0.46.0
4141
hooks:

content/highlight/github.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/highlight/highlight.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
12101210
aliases:["yml"],contains:l}}});const He=ae;for(const e of Object.keys(Ke)){
12111211
const n=e.replace("grmr_","").replace("_","-");He.registerLanguage(n,Ke[e])}
12121212
return He}()
1213-
;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);
1213+
;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
beautifulsoup4
22
Markdown
33
pelican
4+
pre-commit
45
requests

0 commit comments

Comments
 (0)