Skip to content

fix: skip malformed template samples instead of crashing registration #67

fix: skip malformed template samples instead of crashing registration

fix: skip malformed template samples instead of crashing registration #67

Triggered via pull request July 16, 2026 18:37
Status Success
Total duration 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint / lint
Process completed with exit code 1.
ruff (E731): test/test_pipeline.py#L156
test/test_pipeline.py:156:9: E731 Do not assign a `lambda` expression, use a `def` help: Rewrite `reg` as a `def`
ruff (F401): padacioso/opm.py#L9
padacioso/opm.py:9:53: F401 `ovos_bus_client.session.Session` imported but unused help: Remove unused import: `ovos_bus_client.session.Session`