chore: tighten upkeep boundaries and static checks
tracker-policy-pr / check-pr (pull_request) Successful in 10s
test / integration-docker (pull_request) Successful in 19s
test / unit (pull_request) Successful in 53s
test / coverage (pull_request) Successful in 16s

This commit is contained in:
2026-07-26 06:42:03 +00:00
parent b8893d4c0c
commit 571ea4dbf0
7 changed files with 32 additions and 14 deletions
+6 -1
View File
@@ -11,7 +11,12 @@ import subprocess
from typing import Iterator
from ...log import die, info
from ...util import slugify
from ...util import slugify as _slugify
def slugify(name: str) -> str:
"""Compatibility wrapper; new generic callers import ``bot_bottle.util``."""
return _slugify(name)
def run_docker(