We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a72b3d + 268a930 commit 8ef58beCopy full SHA for 8ef58be
pre_commit_hooks/check_yaml.py
@@ -46,7 +46,7 @@ def main(argv: Sequence[str] | None = None) -> int:
46
'--unsafe', action='store_true',
47
help=(
48
'Instead of loading the files, simply parse them for syntax. '
49
- 'A syntax-only check enables extensions and unsafe contstructs '
+ 'A syntax-only check enables extensions and unsafe constructs '
50
'which would otherwise be forbidden. Using this option removes '
51
'all guarantees of portability to other yaml implementations. '
52
'Implies --allow-multiple-documents'
0 commit comments