Skip to content

Add tqdm to project dependencies #27

Add tqdm to project dependencies

Add tqdm to project dependencies #27

Triggered via pull request August 30, 2025 07:39
@RizwanMunawarRizwanMunawar
synchronize #27
tqdm
Status Success
Total duration 14s
Artifacts

format.yml

on: pull_request
quality
9s
quality
auto-format
9s
auto-format
Fit to window
Zoom out
Zoom in

Annotations

17 errors
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/plotting.py#L11
streamgrid/plotting.py:11:9: D107 Missing docstring in `__init__`
Ruff (D100): streamgrid/plotting.py#L1
streamgrid/plotting.py:1:1: D100 Missing docstring in public module
Ruff (D401): streamgrid/grid.py#L171
streamgrid/grid.py:171:9: D401 First line of docstring should be in imperative mood: "Main execution loop."
Ruff (D401): streamgrid/grid.py#L55
streamgrid/grid.py:55: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 (F401): tests/core.py#L5
tests/core.py:5:8: F401 `shutil` imported but unused
Ruff (F401): tests/core.py#L4
tests/core.py:4:8: F401 `requests` imported but unused
Ruff (F401): tests/core.py#L3
tests/core.py:3:8: F401 `tempfile` imported but unused
Ruff (F401): tests/core.py#L2
tests/core.py:2:8: F401 `os` imported but unused
Ruff (F401): tests/core.py#L1
tests/core.py:1:8: F401 `pytest` imported but unused
quality
Process completed with exit code 1.