From a6422841168748b3d8227ed02bc5ea3a39607e58 Mon Sep 17 00:00:00 2001 From: Martin Mirchev Date: Thu, 24 Apr 2025 15:05:41 +0800 Subject: [PATCH 1/2] Hotpatch --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 70f6fa89081..85aed857203 100644 --- a/app/main.py +++ b/app/main.py @@ -180,7 +180,7 @@ def set_swe_parser_args(parser: ArgumentParser) -> None: parser.add_argument( "--reproduce-and-review", action="store_true", - default=True, + default=False, help="Experimental: for swe-bench tasks, reproduce and review the generated patch", ) parser.add_argument( From c8f7e5617b59253f249e8b6e3d9b08bbe209e793 Mon Sep 17 00:00:00 2001 From: Martin Mirchev Date: Thu, 24 Apr 2025 15:09:03 +0800 Subject: [PATCH 2/2] Update style_check.yml --- .github/workflows/style_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index 8853a437007..81da0e7b83e 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.11' # Replace '3.x' with the Python version you're using cache: 'pip'