[flang-commits] [clang] [clang-tools-extra] [flang] [lld] [llvm] [LLVM][utils] Add script to clear release notes (PR #153593)
via flang-commits
flang-commits at lists.llvm.org
Thu Aug 14 08:19:16 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/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
More information about the flang-commits
mailing list