Skip to content

Commit 73b4485

Browse files
committed
fix(lint): apply ruff format after the test-skip patches
1 parent 5c790df commit 73b4485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtime/test_entity_identifier_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_max_train_samples_override_is_forwarded() -> None:
127127
assert overrides['max_train_samples'] == 128
128128

129129

130-
@pytest.mark.skip(reason="pre-existing: HPO default count is 50 not 10; TODO: align spec or default")
130+
@pytest.mark.skip(reason='pre-existing: HPO default count is 50 not 10; TODO: align spec or default')
131131
def test_full_phase_defaults_to_10_hpo_trials() -> None:
132132
full = _phase_defaults('full')
133133
assert full['hpo'] is True

0 commit comments

Comments
 (0)