mypy, and SystemMode StrEnum #4
Annotations
3 errors
Ruff (ASYNC230):
src/evohomeasync2/controlsystem.py#L353
src/evohomeasync2/controlsystem.py:353:14: ASYNC230 Async functions should not open files with blocking methods like `open`
|
Ruff (ASYNC230):
src/evohomeasync2/controlsystem.py#L440
src/evohomeasync2/controlsystem.py:440:14: ASYNC230 Async functions should not open files with blocking methods like `open`
|
lint (3.12)
Process completed with exit code 1.
|