Skip to content

Commit b5342b3

Browse files
committed
check-yaml fix
1 parent 907b788 commit b5342b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: check-json
66
- id: check-xml
77
- id: check-yaml
8-
exclude: ^mkdocs.yml$
8+
args: [--unsafe] # allow !!python/name:... tags in mkdocs.yml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)