chore: tighten upkeep boundaries and static checks
test / integration-macos (pull_request) Has been skipped
test / integration-docker (pull_request) Successful in 20s
tracker-policy-pr / check-pr (pull_request) Successful in 24s
test / unit (pull_request) Successful in 54s
test / integration-firecracker (pull_request) Successful in 3m59s
test / coverage (pull_request) Successful in 18s
test / publish-infra (pull_request) Has been skipped
lint / lint (push) Failing after 13m2s

This commit is contained in:
2026-07-26 06:42:03 +00:00
parent 17052cbf88
commit 99040ea0b1
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(