We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ef91d commit f70da2fCopy full SHA for f70da2f
1 file changed
pre_commit_hooks/shellcheck_run_steps.py
@@ -71,8 +71,7 @@ def main(argv: Sequence[str] | None = None) -> int:
71
parser.add_argument(
72
"filenames",
73
nargs="*",
74
- help="Filenames to check. You can also pass "
75
- "arguments to shellcheck before a '--' separator.",
+ metavar="[-- SHELLCHECK ARGS -- ] FILENAMES",
76
)
77
78
"--shellcheck",
0 commit comments