Skip to content

Add pre/post lease hooks #45

Add pre/post lease hooks

Add pre/post lease hooks #45

Triggered via pull request January 21, 2026 21:29
Status Failure
Total duration 21s
Artifacts

lint.yaml

on: pull_request
lint-go
0s
lint-go
lint-helm
0s
lint-helm
lint-protobuf
lint-protobuf
lint-python
7s
lint-python
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint-python
The process '/opt/hostedtoolcache/ruff/0.9.2/x86_64/ruff' failed with exit code 1
Ruff (C901): python/packages/jumpstarter/jumpstarter/exporter/hooks.py#L217
python/packages/jumpstarter/jumpstarter/exporter/hooks.py:217:27: C901 `read_pty_output` is too complex (11 > 10)
Ruff (C901): python/packages/jumpstarter/jumpstarter/exporter/hooks.py#L154
python/packages/jumpstarter/jumpstarter/exporter/hooks.py:154:15: C901 `_execute_hook_process` is too complex (24 > 10)
Ruff (C901): python/packages/jumpstarter-cli/jumpstarter_cli/shell.py#L160
python/packages/jumpstarter-cli/jumpstarter_cli/shell.py:160:11: C901 `_shell_with_signal_handling` is too complex (12 > 10)
Ruff (E501): python/packages/jumpstarter-cli-common/jumpstarter_cli_common/opt.py#L19
python/packages/jumpstarter-cli-common/jumpstarter_cli_common/opt.py:19:121: E501 Line too long (124 > 120)