mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-15 02:00:39 +08:00
Compare commits
1 Commits
mrT23-patc
...
mrT23-patc
Author | SHA1 | Date | |
---|---|---|---|
e40b58b4a4 |
1
setup.py
1
setup.py
@ -3,4 +3,3 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup()
|
setup()
|
||||||
print("aaa")
|
|
||||||
|
@ -5,7 +5,7 @@ REVIEW_START_WITH = '## PR Reviewer Guide 🔍\n\n<table>\n<tr><td>⏱️ <
|
|||||||
IMPROVE_START_WITH_REGEX_PATTERN = r'^## PR Code Suggestions ✨\n\n<!-- [a-z0-9]+ -->\n\n<table><thead><tr><td>Category</td>'
|
IMPROVE_START_WITH_REGEX_PATTERN = r'^## PR Code Suggestions ✨\n\n<!-- [a-z0-9]+ -->\n\n<table><thead><tr><td>Category</td>'
|
||||||
|
|
||||||
NUM_MINUTES = 5
|
NUM_MINUTES = 5
|
||||||
|
print("aaa")
|
||||||
NEW_FILE_CONTENT = """\
|
NEW_FILE_CONTENT = """\
|
||||||
from pr_agent import cli
|
from pr_agent import cli
|
||||||
from pr_agent.config_loader import get_settings
|
from pr_agent.config_loader import get_settings
|
||||||
|
Reference in New Issue
Block a user