add a token mager, use async-click #16
Annotations
3 errors
Ruff (ASYNC110):
src/evohomeasync/base.py#L116
src/evohomeasync/base.py:116:9: ASYNC110 Use `anyio.Event` instead of awaiting `anyio.sleep` in a `while` loop
|
Ruff (ASYNC109):
tests/tests_rf/helpers.py#L288
tests/tests_rf/helpers.py:288:5: ASYNC109 Async function definition with a `timeout` parameter
|
lint (3.12)
Process completed with exit code 1.
|