Format dangerous bypass SDK updates

This commit is contained in:
Ahmed Ibrahim
2026-05-15 19:48:25 -07:00
parent 2eb61fa741
commit 3cc8e7b30f
3 changed files with 7 additions and 21 deletions

View File

@@ -872,9 +872,7 @@ def _approval_mode_thread_sandbox_line(*, indent: str = " ") -> str:
return f"{indent}sandbox = _thread_sandbox_for_approval_mode(approval_mode, sandbox)"
def _approval_mode_turn_sandbox_policy_lines(
*, indent: str = " "
) -> list[str]:
def _approval_mode_turn_sandbox_policy_lines(*, indent: str = " ") -> list[str]:
"""Return the approval-mode sandbox preset for turn operations."""
return [
f"{indent}sandbox_policy = _turn_sandbox_policy_for_approval_mode(",