(self, changed_files: List[str], args: FormatArgs)
| 74 | raise NotImplementedError() |
| 75 | |
| 76 | def format_run(self, changed_files: List[str], args: FormatArgs) -> Optional[str]: |
| 77 | raise NotImplementedError() |
| 78 | |
| 79 | def pr_comment_text_for_diff(self, diff: str) -> str: |
| 80 | return f""" |