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