[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 14:53:25 +00:00
commit c7ecbfe16d

View file

@ -718,9 +718,9 @@ def test_monitor_stats_exclude_model_lifecycle_rows():
assert "total: requests," in src
assert "total: entries.length" not in src
backend = (
WORKDIR / "studio" / "backend" / "core" / "inference" / "api_monitor.py"
).read_text(encoding = "utf-8")
backend = (WORKDIR / "studio" / "backend" / "core" / "inference" / "api_monitor.py").read_text(
encoding = "utf-8"
)
assert 'entry.kind != "lifecycle"' in backend, "the rule this mirrors"