Add tqdm to project dependencies
#26
format.yml
on: pull_request
quality
12s
auto-format
10s
Annotations
22 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/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
|
|
Ruff (E402):
tests/core.py#L38
tests/core.py:38:1: E402 Module level import not at top of file
|
|
Ruff (F401):
tests/core.py#L37
tests/core.py:37:8: F401 `tempfile` imported but unused
|
|
Ruff (F811):
tests/core.py#L37
tests/core.py:37:8: F811 Redefinition of unused `tempfile` from line 3
|
|
Ruff (E402):
tests/core.py#L37
tests/core.py:37:1: E402 Module level import not at top of file
|
|
Ruff (F401):
tests/core.py#L36
tests/core.py:36:8: F401 `os` imported but unused
|
|
Ruff (F811):
tests/core.py#L36
tests/core.py:36:8: F811 Redefinition of unused `os` from line 2
|
|
Ruff (E402):
tests/core.py#L36
tests/core.py:36:1: E402 Module level import not at top of file
|
|
Ruff (F401):
tests/core.py#L35
tests/core.py:35:8: F401 `pytest` imported but unused
|
|
Ruff (F811):
tests/core.py#L35
tests/core.py:35:8: F811 Redefinition of unused `pytest` from line 1
|
|
Ruff (E402):
tests/core.py#L35
tests/core.py:35:1: E402 Module level import not at top of file
|
|
quality
Process completed with exit code 1.
|