refactor: telegram modules and tighten linting (#111)

This commit is contained in:
banteg
2026-01-13 05:14:26 +04:00
committed by GitHub
parent f060d3b59c
commit c1205cd5a8
63 changed files with 3257 additions and 3073 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ from ..schemas import acme as acme_schema
logger = logging.getLogger(__name__)
ENGINE: EngineId = EngineId("acme")
ENGINE: EngineId = "acme"
_RESUME_RE = re.compile(
r"(?im)^\s*`?acme\s+--resume\s+(?P<token>[^`\s]+)`?\s*$"
)