Skip to content

Commit 43bce5e

Browse files
committed
shellcheck_run_steps: Add typing info for pipelines var
Signed-off-by: dann frazier <dann.frazier@chainguard.dev>
1 parent d449bb0 commit 43bce5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit_hooks/shellcheck_run_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def do_shellcheck(
4343

4444
pkgs = [melange_cfg]
4545
pkgs.extend(melange_cfg.get("subpackages", []))
46-
pipelines = []
46+
pipelines: list[Mapping[str, Any]] = []
4747
for pkg in pkgs:
4848
pipelines.extend(pkg.get("pipeline", []))
4949
if "test" in pkg.keys():

0 commit comments

Comments
 (0)