Run tests and publish to PyPI.org #7
Annotations
5 errors
|
Ruff (PLC0206):
dp3/database/snapshots.py#L249
dp3/database/snapshots.py:249:9: PLC0206 Extracting value from dictionary without calling `.items()`
|
|
Ruff (PLC0206):
tests/test_api/test_get_distinct_attr_values.py#L25
tests/test_api/test_get_distinct_attr_values.py:25:9: PLC0206 Extracting value from dictionary without calling `.items()`
|
|
Ruff (PLC0206):
tests/test_example/dps_gen.py#L61
tests/test_example/dps_gen.py:61:1: PLC0206 Extracting value from dictionary without calling `.items()`
|
|
Ruff (PLC0206):
tests/test_example/dps_gen_realtime.py#L73
tests/test_example/dps_gen_realtime.py:73:5: PLC0206 Extracting value from dictionary without calling `.items()`
|
|
Ruff (PLC0206):
tests/test_example/dps_gen_realtime.py#L90
tests/test_example/dps_gen_realtime.py:90:9: PLC0206 Extracting value from dictionary without calling `.items()`
|