Skip to content

Commit 73ce711

Browse files
committed
Use --unsafe for check-yaml
Otherwise the xacro-specific !degrees tag will not be accepted.
1 parent 7d2c2b7 commit 73ce711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repos:
88
- id: check-merge-conflict
99
- id: check-symlinks
1010
- id: check-yaml
11+
args: ['--unsafe']
1112
- id: end-of-file-fixer
1213
- id: mixed-line-ending
1314
- id: trailing-whitespace

0 commit comments

Comments
 (0)