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 origin/main...HEAD 
lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/TestDataFormatterGenericBitset.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
--- TestDataFormatterGenericBitset.py   2026-01-12 15:48:55.000000 +0000
+++ TestDataFormatterGenericBitset.py   2026-01-12 15:51:31.227106 +0000
@@ -64,16 +64,16 @@
         self.check("medium", 70, VALUE)
         self.check("large", 1000, VALUE)
 
     @add_test_categories(["libstdcxx"])
     def test_value_libstdcpp(self):
-        self.build(dictionary={'USE_LIBSTDCPP': "1"})
+        self.build(dictionary={"USE_LIBSTDCPP": "1"})
         self.do_test_value()
 
     @add_test_categories(["libc++"])
     def test_value_libcpp(self):
-        self.build(dictionary={'USE_LIBCPP': "1"})
+        self.build(dictionary={"USE_LIBCPP": "1"})
         self.do_test_value()
 
     @add_test_categories(["msvcstl"])
     def test_value_msvcstl(self):
         self.build()
@@ -98,16 +98,16 @@
         self.check("ref", 1000, REFERENCE)
         self.check("ptr", 1000, POINTER)
 
     @add_test_categories(["libstdcxx"])
     def test_ptr_and_ref_libstdcpp(self):
-        self.build(dictionary={'USE_LIBSTDCPP': "1"})
+        self.build(dictionary={"USE_LIBSTDCPP": "1"})
         self.do_test_ptr_and_ref()
 
     @add_test_categories(["libc++"])
     def test_ptr_and_ref_libcpp(self):
-        self.build(dictionary={'USE_LIBCPP': "1"})
+        self.build(dictionary={"USE_LIBCPP": "1"})
         self.do_test_ptr_and_ref()
 
     @add_test_categories(["msvcstl"])
     def test_ptr_and_ref_msvcstl(self):
         self.build()

``````````

</details>


https://github.com/llvm/llvm-project/pull/175570
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to