-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsweep.yaml
21 lines (17 loc) · 1.25 KB
/
sweep.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Sweep AI turns bug fixes & feature requests into code changes (https://sweep.dev)
# For details on our config file, check out our docs at https://docs.sweep.dev
# If you use this be sure to frequently sync your default branch(main, master) to dev.
branch: 'master'
# By default Sweep will read the logs and outputs from your existing Github Actions. To disable this, set this to false.
gha_enabled: True
# This is the description of your project. It will be used by sweep when creating PRs. You can tell Sweep what's unique about your project, what frameworks you use, or anything else you want.
# Here's an example: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: 'The cloud authentication save system for your python applications ! Control everything from one place and distribute all clients without effort.'
docs:
upsonic: ["https://docs.upsonic.co/upsonic_cloud.html", "The Upsonic_Cloud, Upsonic_Cloud_Pro and Upsonic_Cloud_Dedicated documents."]
# 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}"