updated to librdkafka 2.4.0 #721
Annotations
10 errors
Run all type of tests:
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
|
Run all type of tests:
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
|
Run all type of tests:
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
|
Run all type of tests:
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
|
Run all type of tests:
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.
|
Run all type of tests:
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.
|
Run all type of tests:
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.
|
Run all type of tests:
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
|
Run all type of tests:
07_uns_graphql/test/subscriptions/test_mqtt.py#L176
test/subscriptions/test_mqtt.py:176:48: RUF100 Unused `noqa` directive (unused: `PERF402`)
|
Run all type of tests:
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.
|
Loading