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 
lldb/test/API/functionalities/data-formatter/data-formatter-stl/msvcstl/string/TestDataFormatterStdString.py
 
lldb/test/API/functionalities/data-formatter/data-formatter-stl/msvcstl/u8string/TestDataFormatterStdU8String.py
 lldb/packages/Python/lldbsuite/test/dotest.py 
lldb/packages/Python/lldbsuite/test/test_categories.py
``````````

</details>

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

``````````diff
--- packages/Python/lldbsuite/test/dotest.py    2025-06-20 14:32:46.000000 +0000
+++ packages/Python/lldbsuite/test/dotest.py    2025-06-20 14:35:07.689297 +0000
@@ -856,10 +856,11 @@
             """
         )
         if not p.returncode:
             return True, "Compiling with MSVC STL"
         return (False, f"Not compiling with MSVC STL: {stderr}")
+
 
 def checkMsvcStlSupport():
     result, reason = canRunMsvcStlTests()
     if result:
         return  # msvcstl supported

``````````

</details>


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

Reply via email to