[llvm] code-format: Improve the code-format-helper to be able to run as a git hook (PR #73957)
Tobias Hieta via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 00:20:43 PST 2023
================
@@ -63,17 +99,16 @@ def pr_comment_text_for_diff(self, diff: str) -> str:
</details>
"""
- def find_comment(
- self, pr: PullRequest.PullRequest
- ) -> IssueComment.IssueComment | None:
+ def find_comment(self, pr: any) -> any:
----------------
tru wrote:
Yeah, I'll add a TODO here.
https://github.com/llvm/llvm-project/pull/73957
More information about the llvm-commits
mailing list