chore: check-yaml chokes on mkdocs.yml custom tag #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
check-yamlfrompre-commit/pre-commit-hooksfails onmkdocs.yml:Fix
Add
args: [--unsafe]to thecheck-yamlhook entry (or scope it toexclude: mkdocs.yml).--unsafeis the documented mkdocs-material workaround.Context
Pre-existing - the v0.2.8 bump just surfaced it. Skipped during #31 commit.