mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Merge pull request #936 from szepeviktor/patch-1
This commit is contained in:
commit
8ef58bed01
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def main(argv: Sequence[str] | None = None) -> int:
|
||||||
'--unsafe', action='store_true',
|
'--unsafe', action='store_true',
|
||||||
help=(
|
help=(
|
||||||
'Instead of loading the files, simply parse them for syntax. '
|
'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 '
|
'which would otherwise be forbidden. Using this option removes '
|
||||||
'all guarantees of portability to other yaml implementations. '
|
'all guarantees of portability to other yaml implementations. '
|
||||||
'Implies --allow-multiple-documents'
|
'Implies --allow-multiple-documents'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue