Skip to content

Commit

Permalink
fix check-yaml in pre-commit on mkdocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Apr 9, 2024
1 parent 84c6e13 commit 0da628e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repos:
- id: check-toml
- id: check-vcs-permalinks
- id: check-yaml
args: [--unsafe]
- id: destroyed-symlinks
- id: detect-private-key
- id: fix-byte-order-marker
Expand All @@ -20,6 +21,7 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
exclude_types: [svg]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
Expand Down

0 comments on commit 0da628e

Please sign in to comment.