Skip to content

Port to Python

Port to Python #3

Triggered via pull request February 19, 2026 16:39
@SalamandarSalamandar
synchronize #94
python
Status Failure
Total duration 24s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint
The process '/opt/hostedtoolcache/ruff/0.15.1/x86_64/ruff' failed with exit code 1
ruff (F841): ynh_dev/ynh_dev_guest.py#L384
ynh_dev/ynh_dev_guest.py:384:5: F841 Local variable `ip` is assigned to but never used
ruff (E501): ynh_dev/ynh_dev_guest.py#L189
ynh_dev/ynh_dev_guest.py:189:121: E501 Line too long (121 > 120)
ruff (FURB171): ynh_dev/libincus.py#L23
ynh_dev/libincus.py:23:12: FURB171 Membership test against single-item container
ruff (E501): ynh_dev/catalog_manager.py#L46
ynh_dev/catalog_manager.py:46:121: E501 Line too long (137 > 120)
ruff (BLE001): ynh_dev/catalog_manager.py#L39
ynh_dev/catalog_manager.py:39:20: BLE001 Do not catch blind exception: `Exception`
ruff (PLW2901): ynh_dev/catalog_manager.py#L36
ynh_dev/catalog_manager.py:36:13: PLW2901 `for` loop variable `app` overwritten by assignment target