[llvm] Try to fix good-first-issue bot (PR #71816)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 07:38:26 PST 2023


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r dc30fa6aca4bcd275082a6fc27ce287f3444ce30..a9a4f7c6f3dd93acc8e33bf94fecf5611ff570aa llvm/utils/git/github-automation.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- github-automation.py	2023-11-09 15:23:28.000000 +0000
+++ github-automation.py	2023-11-09 15:38:18.127181 +0000
@@ -81,11 +81,10 @@
 
         comment = ""
         if team.slug == "issue-subscribers-good-first-issue":
             comment = "{}\n".format(beginner_comment)
             self.issue.create_comment(comment)
-
 
         body = escape_description(self.issue.body)
         comment = f"""
 @llvm/{team.slug}
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/71816


More information about the llvm-commits mailing list