style: ruff format panel dry-run service

This commit is contained in:
3252a8
2026-06-01 14:22:33 +03:00
parent 2b763efef9
commit 0d932b0915
@@ -31,9 +31,7 @@ _SENSITIVE_KEY_RE = re.compile(
re.IGNORECASE,
)
# Mask opaque id-like path segments (UUIDs, long tokens) in logged endpoints.
_ENDPOINT_ID_RE = re.compile(
r"(?<=/)(?:[0-9a-fA-F]{8}-[0-9a-fA-F-]{8,}|[A-Za-z0-9_-]{24,})"
)
_ENDPOINT_ID_RE = re.compile(r"(?<=/)(?:[0-9a-fA-F]{8}-[0-9a-fA-F-]{8,}|[A-Za-z0-9_-]{24,})")
_REDACTED = "***"