[Mlir-commits] [mlir] Users/makslevental/mlirpythonsupport vis pt3 (PR #173439)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Dec 23 17:30:39 PST 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 origin/main...HEAD mlir/examples/standalone/test/python/smoketest.py mlir/test/python/dialects/python_test.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
--- examples/standalone/test/python/smoketest.py	2025-12-24 01:00:17.000000 +0000
+++ examples/standalone/test/python/smoketest.py	2025-12-24 01:30:00.744304 +0000
@@ -2,8 +2,8 @@
 
 
 
 import mlir_standalone.ir
 
-print('-----')
+print("-----")
 
 import mlir.ir

``````````

</details>


https://github.com/llvm/llvm-project/pull/173439


More information about the Mlir-commits mailing list