We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d449bb0 commit 43bce5eCopy full SHA for 43bce5e
1 file changed
pre_commit_hooks/shellcheck_run_steps.py
@@ -43,7 +43,7 @@ def do_shellcheck(
43
44
pkgs = [melange_cfg]
45
pkgs.extend(melange_cfg.get("subpackages", []))
46
- pipelines = []
+ pipelines: list[Mapping[str, Any]] = []
47
for pkg in pkgs:
48
pipelines.extend(pkg.get("pipeline", []))
49
if "test" in pkg.keys():
0 commit comments