mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 20:30:41 +08:00
Added GitPython to requirements. Changed default review path (aesthetics)
This commit is contained in:
@ -41,7 +41,7 @@ class LocalGitProvider(GitProvider):
|
|||||||
self.description_path = settings.get('local.description_path') \
|
self.description_path = settings.get('local.description_path') \
|
||||||
if settings.get('local.description_path') is not None else self.repo_path / 'description.md'
|
if settings.get('local.description_path') is not None else self.repo_path / 'description.md'
|
||||||
self.review_path = settings.get('local.review_path') \
|
self.review_path = settings.get('local.review_path') \
|
||||||
if settings.get('local.review_path') is not None else self.repo_path / 'review_path.md'
|
if settings.get('local.review_path') is not None else self.repo_path / 'review.md'
|
||||||
# inline code comments are not supported for local git repositories
|
# inline code comments are not supported for local git repositories
|
||||||
settings.pr_reviewer.inline_code_comments = False
|
settings.pr_reviewer.inline_code_comments = False
|
||||||
|
|
||||||
|
@ -10,3 +10,4 @@ python-gitlab==3.15.0
|
|||||||
pytest~=7.4.0
|
pytest~=7.4.0
|
||||||
aiohttp~=3.8.4
|
aiohttp~=3.8.4
|
||||||
atlassian-python-api==3.39.0
|
atlassian-python-api==3.39.0
|
||||||
|
GitPython~=3.1.32
|
Reference in New Issue
Block a user