Skip to content

Adding system configuration & event logging to Hydrant #71

Adding system configuration & event logging to Hydrant

Adding system configuration & event logging to Hydrant #71

Triggered via pull request December 28, 2025 02:47
Status Failure
Total duration 8s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F405): src/hydrant/hydrant.py#L229
src/hydrant/hydrant.py:229:78: F405 `DEFAULT_BB1_IP` may be undefined, or defined from star imports
Ruff (F405): src/hydrant/hydrant.py#L227
src/hydrant/hydrant.py:227:77: F405 `DEFAULT_FC_IP` may be undefined, or defined from star imports
Ruff (E711): src/hydrant/hydrant.py#L24
src/hydrant/hydrant.py:24:25: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): src/hydrant/hydrant.py#L18
src/hydrant/hydrant.py:18:1: F403 `from .hydrant_system_config import *` used; unable to detect undefined names
Ruff (F401): src/hydrant/hydrant.py#L10
src/hydrant/hydrant.py:10:30: F401 `lmp.firmware_log.FirmwareLog` imported but unused
Ruff (F401): src/hydrant/hydrant.py#L6
src/hydrant/hydrant.py:6:8: F401 `ipaddress` imported but unused
Ruff (I001): src/hydrant/hydrant.py#L1
src/hydrant/hydrant.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): src/hydrant/eeprom_generate.py#L1
src/hydrant/eeprom_generate.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): src/hydrant/__init__.py#L11
src/hydrant/__init__.py:11:21: F401 `pathlib.Path` imported but unused
Ruff (I001): src/hydrant/__init__.py#L1
src/hydrant/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
ruff
Could not parse version from /home/runner/work/limewire/limewire/pyproject.toml. Using latest version.