<<< move columns names before table names #57
Annotations
5 errors and 5 warnings
|
Lint
The process '/opt/hostedtoolcache/ruff/0.14.0/x86_64/ruff' failed with exit code 1
|
|
Ruff (F401):
larray_editor/editor.py#L741
larray_editor/editor.py:741:24: F401 `polars` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
|
Ruff (F541):
larray_editor/editor.py#L401
larray_editor/editor.py:401:47: F541 f-string without any placeholders
|
|
Ruff (E501):
larray_editor/arrayadapter.py#L3231
larray_editor/arrayadapter.py:3231:121: E501 Line too long (125 > 120)
|
|
Ruff (E501):
larray_editor/arrayadapter.py#L3218
larray_editor/arrayadapter.py:3218:121: E501 Line too long (125 > 120)
|
|
Test on 3.13
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
Test on 3.11
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
Test on 3.10
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
Test on 3.12
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
Test on 3.9
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|