[BE] Set commit hooks to 3.10

This commit is contained in:
Nikita Shulga
2025-10-10 11:09:13 -07:00
committed by GitHub
parent a2e2e1d8c0
commit 12d7cc5cd3

View File

@ -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...")