Skip to content

streamgrid 1.0.8 release: improve codebase and add OpenVINO inference support #11

streamgrid 1.0.8 release: improve codebase and add OpenVINO inference support

streamgrid 1.0.8 release: improve codebase and add OpenVINO inference support #11

Triggered via pull request August 3, 2025 08:20
Status Failure
Total duration 16s
Artifacts

format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors
auto-format
Process completed with exit code 1.
Ruff (D107): streamgrid/stream.py#L16
streamgrid/stream.py:16:9: D107 Missing docstring in `__init__`
Ruff (D100): streamgrid/stream.py#L1
streamgrid/stream.py:1:1: D100 Missing docstring in public module
Ruff (D107): streamgrid/plot.py#L11
streamgrid/plot.py:11:9: D107 Missing docstring in `__init__`
Ruff (D100): streamgrid/plot.py#L1
streamgrid/plot.py:1:1: D100 Missing docstring in public module
Ruff (D401): streamgrid/grid.py#L141
streamgrid/grid.py:141:9: D401 First line of docstring should be in imperative mood: "Main execution loop."
Ruff (D401): streamgrid/grid.py#L51
streamgrid/grid.py:51:9: D401 First line of docstring should be in imperative mood: "Setup video writer for saving output."
Ruff (D107): streamgrid/grid.py#L18
streamgrid/grid.py:18:9: D107 Missing docstring in `__init__`
Ruff (D100): streamgrid/grid.py#L1
streamgrid/grid.py:1:1: D100 Missing docstring in public module
Ruff (D107): streamgrid/analytics.py#L12
streamgrid/analytics.py:12:9: D107 Missing docstring in `__init__`
Ruff (D100): streamgrid/analytics.py#L1
streamgrid/analytics.py:1:1: D100 Missing docstring in public module
quality
Process completed with exit code 1.
Ruff (E722): streamgrid/utils.py#L13
streamgrid/utils.py:13:5: E722 Do not use bare `except`
Ruff (E722): streamgrid/stream.py#L121
streamgrid/stream.py:121:9: E722 Do not use bare `except`
Ruff (E722): streamgrid/__init__.py#L26
streamgrid/__init__.py:26:13: E722 Do not use bare `except`
quality
Process completed with exit code 1.