Multi-bbox timeseries querying #9969
Annotations
8 errors
Ruff (I001):
test.ipynb#L8
test.ipynb:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
test.ipynb#L19
test.ipynb:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (ANN201):
test.ipynb#L22
test.ipynb:1:1: ANN201 Missing return type annotation for public function `plot`
|
Ruff (ANN001):
test.ipynb#L24
test.ipynb:1:1: ANN001 Missing type annotation for function argument `indices_to_plot`
|
Ruff (ANN001):
test.ipynb#L25
test.ipynb:1:1: ANN001 Missing type annotation for function argument `show`
|
Ruff (ANN003):
test.ipynb#L26
test.ipynb:1:1: ANN003 Missing type annotation for `**kwargs`
|
ruff
Process completed with exit code 1.
|
mypy
Process completed with exit code 1.
|