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 
619ba920efc25aebb5e7e9e7a777964588616441...22edb94303a7358425906ca577d7f65e19cef072
 clang/bindings/python/clang/cindex.py 
clang/bindings/python/tests/cindex/test_cursor.py
``````````

</details>

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

``````````diff
--- tests/cindex/test_cursor.py 2025-03-22 09:34:03.000000 +0000
+++ tests/cindex/test_cursor.py 2025-03-22 09:38:33.638655 +0000
@@ -996,11 +996,10 @@
         pp.set_property(PrintingPolicyProperty.Bool, False)
         self.assertEqual(pp.get_property(PrintingPolicyProperty.Bool), False)
         self.assertEqual(f.pretty_printed(pp), "void f(_Bool x) {\n}\n")
 
     def test_hash(self):
-
         def accumulate_cursors(cursor: Cursor, all_cursors: list):
             all_cursors.append(cursor)
             for child in cursor.get_children():
                 all_cursors = accumulate_cursors(child, all_cursors)
             return all_cursors

``````````

</details>


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

Reply via email to