From 8cc83db6ee5ab3c598e4709f4e4111d7bdeb0821 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:02:24 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../reasoning_gym_environment/reasoning_gym_environment.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environments/reasoning_gym_environment/reasoning_gym_environment.py b/environments/reasoning_gym_environment/reasoning_gym_environment.py index a2a46165..186bd927 100644 --- a/environments/reasoning_gym_environment/reasoning_gym_environment.py +++ b/environments/reasoning_gym_environment/reasoning_gym_environment.py @@ -915,7 +915,9 @@ class ReasoningGymEnv(BaseEnv): score_for_rollout = scores_container["scores"][i] failed_rollouts_with_scores_to_save.append( { - "conversation": rollout_item["messages"], # Full conversation history + "conversation": rollout_item[ + "messages" + ], # Full conversation history "score": score_for_rollout, } )