[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-03-14 00:43:19 +00:00
parent 9bd299b3ef
commit f053c77a62
2 changed files with 5 additions and 3 deletions

View file

@ -133,7 +133,7 @@
"filename": "README.md", "filename": "README.md",
"hashed_secret": "a8253456364f1bfc7da7ae4a1db5b45d106317a5", "hashed_secret": "a8253456364f1bfc7da7ae4a1db5b45d106317a5",
"is_verified": false, "is_verified": false,
"line_number": 512 "line_number": 530
} }
], ],
"SLURM.md": [ "SLURM.md": [
@ -561,5 +561,5 @@
} }
] ]
}, },
"generated_at": "2026-03-13T22:51:44Z" "generated_at": "2026-03-14T00:43:09Z"
} }

View file

@ -205,7 +205,9 @@ def test_init_requires_teacher_server_source(monkeypatch):
teacher_enabled=True, teacher_enabled=True,
teacher_top_k=0, teacher_top_k=0,
) )
with pytest.raises(ValueError, match="no teacher server configuration was provided"): with pytest.raises(
ValueError, match="no teacher server configuration was provided"
):
_ConcreteTeacherEnv( _ConcreteTeacherEnv(
config=config, config=config,
server_configs=[], server_configs=[],