REFACTOR: create python lib with CLI #5
Annotations
10 errors
Ruff (E501):
linc_convert/modalities/lsm/mosaic.py#L228
linc_convert/modalities/lsm/mosaic.py:228:89: E501 Line too long (90 > 88)
|
Ruff (D100):
tests/data/generate.py#L1
tests/data/generate.py:1:1: D100 Missing docstring in public module
|
Ruff (D100):
tests/test_lsm.py#L1
tests/test_lsm.py:1:1: D100 Missing docstring in public module
|
Ruff (ANN202):
tests/test_lsm.py#L13
tests/test_lsm.py:13:5: ANN202 Missing return type annotation for private function `_compare_zarr_archives`
|
Ruff (ANN001):
tests/test_lsm.py#L13
tests/test_lsm.py:13:28: ANN001 Missing type annotation for function argument `path1`
|
Ruff (ANN001):
tests/test_lsm.py#L13
tests/test_lsm.py:13:35: ANN001 Missing type annotation for function argument `path2`
|
Ruff (ANN202):
tests/test_lsm.py#L53
tests/test_lsm.py:53:5: ANN202 Missing return type annotation for private function `_write_test_data`
|
Ruff (ANN001):
tests/test_lsm.py#L53
tests/test_lsm.py:53:22: ANN001 Missing type annotation for function argument `directory`
|
Ruff (D101):
tests/test_lsm.py#L67
tests/test_lsm.py:67:7: D101 Missing docstring in public class
|
Ruff (ANN201):
tests/test_lsm.py#L68
tests/test_lsm.py:68:9: ANN201 Missing return type annotation for public function `test_convert`
|