Skip to content

Bump ruff from 0.4.1 to 0.4.2 in /02_mqtt-cluster #669

Bump ruff from 0.4.1 to 0.4.2 in /02_mqtt-cluster

Bump ruff from 0.4.1 to 0.4.2 in /02_mqtt-cluster #669

Triggered via push April 29, 2024 18:48
Status Success
Total duration 28m 25s
Artifacts
generate_random_password
0s
generate_random_password
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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 (RUF029): 07_uns_graphql/test/subscriptions/test_kafka.py#L63
test/subscriptions/test_kafka.py:63:15: RUF029 Function `delete_existing_topics` is declared `async`, but doesn't `await` or use `async` features.
Ruff (RUF029): 07_uns_graphql/test/subscriptions/test_kafka.py#L72
test/subscriptions/test_kafka.py:72:15: RUF029 Function `produce_messages` is declared `async`, but doesn't `await` or use `async` features.
Ruff (RUF029): 07_uns_graphql/test/subscriptions/test_mqtt.py#L193
test/subscriptions/test_mqtt.py:193:11: RUF029 Function `async_message_generator` 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