streamgrid 1.0.7 Inline color calculation, remove get_color (#25)
#10
Annotations
10 errors
|
Ruff (D401):
streamgrid/grid.py#L278
streamgrid/grid.py:278:9: D401 First line of docstring should be in imperative mood: "Collects frames from multiple sources into batches and processes them together for better GPU/CPU"
|
|
Ruff (D209):
streamgrid/grid.py#L278
streamgrid/grid.py:278:9: D209 Multi-line docstring closing quotes should be on a separate line
|
|
Ruff (D205):
streamgrid/grid.py#L278
streamgrid/grid.py:278:9: D205 1 blank line required between summary line and description
|
|
Ruff (D413):
streamgrid/grid.py#L200
streamgrid/grid.py:200:9: D413 Missing blank line after last section ("Note")
|
|
Ruff (D401):
streamgrid/grid.py#L137
streamgrid/grid.py:137:9: D401 First line of docstring should be in imperative mood: "Downloads demo videos from GitHub releases if they don't exist locally."
|
|
Ruff (D413):
streamgrid/grid.py#L50
streamgrid/grid.py:50:9: D413 Missing blank line after last section ("Args")
|
|
Ruff (D413):
streamgrid/grid.py#L26
streamgrid/grid.py:26:5: D413 Missing blank line after last section ("Attributes")
|
|
Ruff (D100):
streamgrid/grid.py#L1
streamgrid/grid.py:1:1: D100 Missing docstring in public module
|
|
Ruff (D401):
streamgrid/analytics.py#L13
streamgrid/analytics.py:13:9: D401 First line of docstring should be in imperative mood: "Initialization method."
|
|
Ruff (D100):
streamgrid/analytics.py#L1
streamgrid/analytics.py:1:1: D100 Missing docstring in public module
|