Bump strawberry-graphql from 0.232.2 to 0.234.0 in /07_uns_graphql #4282
Annotations
10 errors
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 (F401):
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L1
src/uns_graphql/queries/uns_events.py:1:8: F401 `logging` imported but unused
|
Ruff (F401):
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L2
src/uns_graphql/queries/uns_events.py:2:22: F401 `datetime.datetime` imported but unused
|
Ruff (F401):
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L3
src/uns_graphql/queries/uns_events.py:3:20: F401 `typing.Optional` imported but unused
|
Ruff (F401):
07_uns_graphql/src/uns_graphql/queries/uns_events.py#L5
src/uns_graphql/queries/uns_events.py:5:8: F401 `strawberry` imported but unused
|
Ruff (RUF029):
07_uns_graphql/src/uns_graphql/subscriptions/kafka.py#L65
src/uns_graphql/subscriptions/kafka.py:65:19: RUF029 Function `kafka_listener` is declared `async`, but doesn't `await` or use `async` features.
|
Ruff (F401):
07_uns_graphql/test/test_uns_graphql_app.py#L20
test/test_uns_graphql_app.py:20:8: F401 `pytest` imported but unused
|
Ruff (F401):
07_uns_graphql/test/test_uns_graphql_app.py#L21
test/test_uns_graphql_app.py:21:8: F401 `pytest_asyncio` imported but unused
|
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)
|