[clang-tools-extra] [llvm] [llvm] add tool to verify mustache library (PR #111487)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 11:01:55 PDT 2025
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/docs/conf.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- conf.py 2025-04-03 17:58:33.000000 +0000
+++ conf.py 2025-04-03 18:00:43.209785 +0000
@@ -285,11 +285,11 @@
# Split the name out of the title.
try:
name, description = title.split(" - ", 1)
except:
raise ValueError(title)
-
+
man_pages.append(
(file_subpath.replace(".rst", ""), name, description, man_page_authors, 1)
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/111487
More information about the llvm-commits
mailing list