summaryrefslogtreecommitdiffstats
path: root/pre_commit_hooks/check_yaml.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-16 11:18:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-16 11:18:17 +0000
commit4665bcab6116fe63b2b1111d1a0bc9842cef47a5 (patch)
treefcf65faa149757e9b294c309565938eb3c6dac59 /pre_commit_hooks/check_yaml.py
parentReleasing debian version 4.4.0+dfsg-1. (diff)
downloadpre-commit-hooks-4665bcab6116fe63b2b1111d1a0bc9842cef47a5.tar.xz
pre-commit-hooks-4665bcab6116fe63b2b1111d1a0bc9842cef47a5.zip
Merging upstream version 4.5.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pre_commit_hooks/check_yaml.py')
-rw-r--r--pre_commit_hooks/check_yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre_commit_hooks/check_yaml.py b/pre_commit_hooks/check_yaml.py
index 250794e..9563347 100644
--- a/pre_commit_hooks/check_yaml.py
+++ b/pre_commit_hooks/check_yaml.py
@@ -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'