Bump ruff from 0.4.1 to 0.4.2 in /07_uns_graphql #3970
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
|