Bump ruff from 0.5.7 to 0.6.1 in /03_uns_graphdb #4989
Annotations
6 errors
Ruff (I001):
03_uns_graphdb/test/test_graphdb_config.py#L21
test/test_graphdb_config.py:21:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
03_uns_graphdb/test/test_graphdb_handler.py#L21
test/test_graphdb_handler.py:21:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
03_uns_graphdb/test/test_uns_graphdb.py#L21
test/test_uns_graphdb.py:21:1: I001 Import block is un-sorted or un-formatted
|
Ruff (C901):
02_mqtt-cluster/test/test_uns_spb_helper_metrics.py#L312
test/test_uns_spb_helper_metrics.py:312:5: C901 `test_add_metric_and_ddata_msg` is too complex (12 > 10)
|
Ruff (C901):
02_mqtt-cluster/test/test_uns_spb_helper_metrics.py#L583
test/test_uns_spb_helper_metrics.py:583:5: C901 `test_add_historical_metric_and_ddata_msg` is too complex (11 > 10)
|
Ruff (C901):
07_uns_graphql/test/type/test_sparkplugb_node.py#L466
test/type/test_sparkplugb_node.py:466:5: C901 `compare_metrics` is too complex (14 > 10)
|