refactor(tests): Add strict type hints to sixth batch of test files

This commit is contained in:
2026-02-28 19:25:54 -05:00
parent cc806d2cc6
commit f5e43c7987
10 changed files with 12 additions and 14 deletions

View File

@@ -3,8 +3,7 @@ import json
import subprocess
import os
def main():
# Debug log to stderr
def main() -> None:
sys.stderr.write(f"DEBUG: mock_gemini_cli called with args: {sys.argv}\n")
sys.stderr.write(f"DEBUG: GEMINI_CLI_HOOK_CONTEXT: {os.environ.get('GEMINI_CLI_HOOK_CONTEXT')}\n")
# Read prompt from stdin