Skip to content

Commit

Permalink
Merge pull request #622 from kevinlu1248/main
Browse files Browse the repository at this point in the history
Updated sweep.yaml for pre-commit
  • Loading branch information
pbharrin authored Aug 18, 2023
2 parents a40ca4b + fb80c56 commit 16af9b5
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 16af9b5

Please sign in to comment.