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 HEAD~1...HEAD llvm/utils/release/clear-release-notes.py
``````````

</details>

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

``````````diff
--- clear-release-notes.py      2025-08-14 15:01:41.000000 +0000
+++ clear-release-notes.py      2025-08-14 15:18:45.893883 +0000
@@ -18,11 +18,11 @@
     parser.add_argument(
         "-s",
         "--source-root",
         default=None,
         help="LLVM source root (/path/llvm-project). Defaults to the "
-             "llvm-project the script is located in.",
+        "llvm-project the script is located in.",
     )
 
     args = parser.parse_args()
 
     # Find llvm-project root

``````````

</details>


https://github.com/llvm/llvm-project/pull/153593
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to