feat: Add line link generation in Bitbucket provider and improve markdown formatting in pr_code_suggestions.py and IMRPOVE.md

This commit is contained in:
mrT23
2023-11-26 17:12:02 +02:00
parent 20978402ea
commit b1c374808d
6 changed files with 14 additions and 3 deletions

View File

@ -501,7 +501,6 @@ class GithubProvider(GitProvider):
return ""
def get_line_link(self, relevant_file: str, relevant_line_start: int, relevant_line_end: int = None) -> str:
sha_file = hashlib.sha256(relevant_file.encode('utf-8')).hexdigest()
if relevant_line_end: