Compare commits

..

1 Commits

Author SHA1 Message Date
Tal
ec6cd09f9a Update setup.py 2024-11-03 14:07:43 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@
from setuptools import setup
setup()
print("aaa")

View File

@ -5,7 +5,7 @@ REVIEW_START_WITH = '## PR Reviewer Guide 🔍\n\n<table>\n<tr><td>⏱️&nbsp;<
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
print("aaa")
NEW_FILE_CONTENT = """\
from pr_agent import cli
from pr_agent.config_loader import get_settings