New features #16
Annotations
10 errors and 1 warning
Lint code with Ruff:
src/palimpzest/policy.py#L1
src/palimpzest/policy.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint code with Ruff:
src/palimpzest/query/optimizer/optimizer_strategy.py#L207
src/palimpzest/query/optimizer/optimizer_strategy.py:207:9: F841 Local variable `plans` is assigned to but never used
|
Lint code with Ruff:
src/palimpzest/query/optimizer/tasks.py#L1
src/palimpzest/query/optimizer/tasks.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint code with Ruff:
src/palimpzest/query/processor/config.py#L1
src/palimpzest/query/processor/config.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint code with Ruff:
src/palimpzest/query/processor/mab_sentinel_processor.py#L1
src/palimpzest/query/processor/mab_sentinel_processor.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint code with Ruff:
src/palimpzest/query/processor/random_sampling_sentinel_processor.py#L1
src/palimpzest/query/processor/random_sampling_sentinel_processor.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint code with Ruff:
src/palimpzest/sets.py#L1
src/palimpzest/sets.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint code with Ruff:
tests/pytest/test_datasource.py#L1
tests/pytest/test_datasource.py:1:1: I001 Import block is un-sorted or un-formatted
|
Lint code with Ruff:
tests/pytest/test_datasource.py#L1
tests/pytest/test_datasource.py:1:8: F401 `pytest` imported but unused
|
Lint code with Ruff:
tests/pytest/test_datasource.py#L4
tests/pytest/test_datasource.py:4:41: F401 `palimpzest.core.lib.schemas.Schema` imported but unused
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading