chore: enforce ruff config and fix lint findings

This commit is contained in:
2026-08-15 20:45:02 +01:00
parent 06ce53bc44
commit dbbea1a95f
12 changed files with 42 additions and 26 deletions
+1 -2
View File
@@ -34,8 +34,7 @@ matters.
from __future__ import annotations
import asyncio
import time
from typing import Dict, List, Sequence, Tuple
from typing import List, Sequence, Tuple
OFF = (0, 0, 0)