[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 03:42:55 +00:00 committed by Daniel Han
commit 587a33894c

View file

@ -1232,9 +1232,7 @@ def test_seeded_bootstrap_file_ends_with_a_newline(monkeypatch, tmp_path):
).fetchone()
finally:
conn.close()
assert studio_mod._pbkdf2_hex(
raw.decode("utf-8").strip(), salt.encode("utf-8")
) == pwd_hash
assert studio_mod._pbkdf2_hex(raw.decode("utf-8").strip(), salt.encode("utf-8")) == pwd_hash
# ── non-interactive --password / UNSLOTH_STUDIO_PASSWORD / stdin ──────