Skip to content

Commit 4fe6961

Browse files
committedSep 4, 2024
Add --unsafe to check-yaml
1 parent 65896d3 commit 4fe6961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
exclude: '\.svg$'
2929
- id: check-json
3030
- id: check-yaml
31-
args: [--allow-multiple-documents]
31+
args: [--allow-multiple-documents, --unsafe]
3232
- id: check-toml
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)