[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-28 17:08:59 +00:00
commit 51cfde7b23

View file

@ -847,9 +847,7 @@ def test_cached_repo_settings_are_keyed_by_the_repo_id():
path (hub/services/cache_inventory.py), while the chat picker and the
auto-switch index key it by repo_id. Keying the Hub's settings by the load id
saved them where no other load looks, so they silently never applied."""
config_page = " ".join(
_read("features/model-picker/components/model-config-page.tsx").split()
)
config_page = " ".join(_read("features/model-picker/components/model-config-page.tsx").split())
assert "const configId = target.configId ?? target.id;" in config_page
for call in (
"resolveInitialConfig(configId, target.ggufVariant)",