Skip to content

Commit

Permalink
Merge pull request #936 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr committed Sep 5, 2023
2 parents 2a72b3d + 268a930 commit 8ef58be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit_hooks/check_yaml.py
Expand Up @@ -46,7 +46,7 @@ def main(argv: Sequence[str] | None = None) -> int:
'--unsafe', action='store_true',
help=(
'Instead of loading the files, simply parse them for syntax. '
'A syntax-only check enables extensions and unsafe contstructs '
'A syntax-only check enables extensions and unsafe constructs '
'which would otherwise be forbidden. Using this option removes '
'all guarantees of portability to other yaml implementations. '
'Implies --allow-multiple-documents'
Expand Down

0 comments on commit 8ef58be

Please sign in to comment.