Skip to content

Commit de4b10e

Browse files
committed
Update pre-commit
1 parent 00982bd commit de4b10e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ repos:
2727
- id: check-vcs-permalinks
2828
- id: check-yaml
2929
- id: detect-private-key
30-
# - id: end-of-file-fixer
30+
- id: end-of-file-fixer
3131
- id: fix-byte-order-marker
3232
- id: forbid-submodules
3333
- id: mixed-line-ending
3434
- id: requirements-txt-fixer
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);

0 commit comments

Comments
 (0)