From 0da628ef651acd1ec6132391d59e11a294085fca Mon Sep 17 00:00:00 2001 From: jorenham Date: Wed, 10 Apr 2024 01:15:01 +0200 Subject: [PATCH] fix check-yaml in pre-commit on mkdocs config --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51514cf5..154bfc45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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