diff --git a/scripts/setup_hooks.py b/scripts/setup_hooks.py index e8effe7f8232..9c885556d4bb 100644 --- a/scripts/setup_hooks.py +++ b/scripts/setup_hooks.py @@ -89,7 +89,7 @@ if venv_dir.exists(): print("Removing existing hook venv...") shutil.rmtree(venv_dir) -run(["uv", "venv", str(venv_dir), "--python", "3.9"]) +run(["uv", "venv", str(venv_dir), "--python", "3.10"]) # Install lintrunner in the isolated environment print("Installing lintrunner in isolated environment...")