Skip to content

Commit

Permalink
Updated sweep.yaml for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 committed Aug 18, 2023
1 parent a40ca4b commit 0841d6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sweep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 0841d6e

Please sign in to comment.