Skip to content

Commit 0a5467f

Browse files
committed
shellcheck_run_steps: Don't require a tty
Signed-off-by: dann frazier <dann.frazier@chainguard.dev>
1 parent b261c69 commit 0a5467f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pre_commit_hooks/shellcheck_run_steps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def main(argv: Sequence[str] | None = None) -> int:
8181
"run",
8282
f"--volume={os.getcwd()}:/mnt",
8383
"--rm",
84-
"-it",
8584
DefaultShellCheckImage,
8685
],
8786
nargs="*",

0 commit comments

Comments
 (0)