poetry dev(deps-dev): bump ruff from 0.4.2 to 0.5.2 #81
Annotations
4 errors
app/main.py#L19
app/main.py:19:11: RUF029 Function `redirect` is declared `async`, but doesn't `await` or use `async` features.
|
app/main.py#L23
app/main.py:23:11: RUF029 Function `handler` is declared `async`, but doesn't `await` or use `async` features.
|
app/main.py#L56
app/main.py:56:5: ASYNC110 Use `anyio.Event` instead of awaiting `anyio.sleep` in a `while` loop
|
|
This job failed
Loading