updated to librdkafka 2.4.0 #721
uns_graphql-app.yml
on: push
generate_random_password
0s
build_docker
4m 8s
build_code
3m 13s
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 (PERF401):
07_uns_graphql/test/subscriptions/test_mqtt.py#L176
test/subscriptions/test_mqtt.py:176:13: PERF401 Use an async list comprehension to create a transformed list
|
Ruff (RUF100):
07_uns_graphql/test/subscriptions/test_mqtt.py#L176
test/subscriptions/test_mqtt.py:176:48: RUF100 Unused `noqa` directive (unused: `PERF402`)
|
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.
|