Add pre/post lease hooks #45
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)
|