[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-29 08:26:33 +00:00
commit c99241ea75
2 changed files with 2 additions and 6 deletions

View file

@ -613,9 +613,7 @@ def test_studio_default_exposes_parallel_option():
@pytest.mark.parametrize("value", [1, 4, 8, 64])
def test_in_venv_path_passes_parallel_to_run_server(
monkeypatch, value, stub_tool_policy_state
):
def test_in_venv_path_passes_parallel_to_run_server(monkeypatch, value, stub_tool_policy_state):
"""In-venv path must forward --parallel to
run_server(llama_parallel_slots=N), not the old hardcoded 4."""
studio_mod = _load_run_command()

View file

@ -244,9 +244,7 @@ class _RunServerCaptured(SystemExit):
self.kwargs = dict(kwargs)
def test_run_in_venv_passes_secure_and_forces_host(
monkeypatch, tmp_path, stub_tool_policy_state
):
def test_run_in_venv_passes_secure_and_forces_host(monkeypatch, tmp_path, stub_tool_policy_state):
import types
studio_mod = _studio()