From 0841d6e95633388666579750916ffc2d878df161 Mon Sep 17 00:00:00 2001 From: Kevin Lu Date: Fri, 18 Aug 2023 13:31:58 -0700 Subject: [PATCH 1/2] Updated sweep.yaml for pre-commit --- sweep.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sweep.yaml b/sweep.yaml index 4f98c7279d..d53229d9aa 100644 --- a/sweep.yaml +++ b/sweep.yaml @@ -10,3 +10,8 @@ gha_enabled: True description: '' # Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml +sandbox: + enabled: true + image: "Python3" + install: "python -m venv venv; . venv/bin/activate; pip install black" + formatter: ". venv/bin/activate; black {files}" \ No newline at end of file From fb80c56682f7d94c3348c1f185913daf5402cd23 Mon Sep 17 00:00:00 2001 From: Kevin Lu Date: Fri, 18 Aug 2023 13:32:36 -0700 Subject: [PATCH 2/2] Fixed sweep.yaml --- sweep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweep.yaml b/sweep.yaml index d53229d9aa..6db1a8e388 100644 --- a/sweep.yaml +++ b/sweep.yaml @@ -14,4 +14,4 @@ sandbox: enabled: true image: "Python3" install: "python -m venv venv; . venv/bin/activate; pip install black" - formatter: ". venv/bin/activate; black {files}" \ No newline at end of file + formatter: ". venv/bin/activate; black {files}"