[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-08 07:19:55 +00:00
commit 167fdf26b9

View file

@ -361,9 +361,7 @@ def test_vcs_url_without_egg_protected_dropped(shim):
def test_vcs_url_without_egg_with_ref_dropped(shim):
execd, _ = _run(
shim, "pip", ["git+https://github.com/unslothai/unsloth-zoo.git@main", "peft"]
)
execd, _ = _run(shim, "pip", ["git+https://github.com/unslothai/unsloth-zoo.git@main", "peft"])
assert execd == ["peft"], execd