Feature: Binary storage of selected types. #346
Annotations
6 errors
Ruff (B007):
dp3/bin/schema_update.py#L81
dp3/bin/schema_update.py:81:21: B007 Loop control variable `entity_updates` not used within loop body
|
Ruff (SIM118):
dp3/database/schema_cleaner.py#L137
dp3/database/schema_cleaner.py:137:17: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
Ruff (SIM118):
dp3/database/schema_cleaner.py#L664
dp3/database/schema_cleaner.py:664:59: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
Ruff (I001):
dp3/snapshots/snapshooter.py#L20
dp3/snapshots/snapshooter.py:20:1: I001 Import block is un-sorted or un-formatted
|
Ruff (B023):
tests/test_api/test_02_get_attr_value.py#L113
tests/test_api/test_02_get_attr_value.py:113:57: B023 Function definition does not bind loop variable `path`
|
Ruff (B023):
tests/test_api/test_02_get_attr_value.py#L114
tests/test_api/test_02_get_attr_value.py:114:50: B023 Function definition does not bind loop variable `expected`
|