[llvm] [TEST DO NOT MERGE] (PR #67238)

via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 23 06:47:04 PDT 2023


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 cefc31c9213a82879254006ef479ed5ef6af7e69..2d1cd468f37dfb74426ecf8bf180a5a28041c945 lldb/test/API/functionalities/watchpoint/modify-watchpoints/TestModifyWatchpoint.py lldb/test/API/linux/aarch64/sme_core_file/TestAArch64LinuxSMECoreFile.py mlir/python/mlir/dialects/transform/sparse_tensor.py mlir/test/python/dialects/transform_sparse_tensor_ext.py libc/utils/mathtools/ryu_tablegen.py libcxx/utils/libcxx/test/config.py libcxx/utils/run.py libcxx/utils/ssh.py lldb/test/API/commands/process/attach/TestProcessAttach.py lldb/test/API/commands/register/register/aarch64_dynamic_regset/TestArm64DynamicRegsets.py lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py lldb/test/API/commands/register/register/aarch64_za_register/za_save_restore/TestZARegisterSaveRestore.py lldb/test/API/commands/register/register/register_command/TestRegisters.py lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py lldb/test/API/commands/watchpoints/watch_tagged_addr/TestWatchTaggedAddress.py lldb/test/API/functionalities/gdb_remote_client/TestNoWatchpointSupportInfo.py lldb/test/API/functionalities/watchpoint/large-watchpoint/TestLargeWatchpoint.py lldb/test/API/functionalities/watchpoint/unaligned-spanning-two-dwords/TestUnalignedSpanningDwords.py lldb/test/API/python_api/default-constructor/sb_target.py lldb/test/API/python_api/run_locker/TestRunLocker.py lldb/test/API/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py lldb/test/API/tools/lldb-vscode/evaluate/TestVSCode_evaluate.py llvm/utils/UpdateTestChecks/asm.py llvm/utils/git/code-format-helper.py mlir/python/mlir/dialects/_memref_transform_ops_ext.py mlir/python/mlir/dialects/_scf_ops_ext.py mlir/python/mlir/dialects/_structured_transform_ops_ext.py mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py mlir/test/python/dialects/transform_memref_ext.py mlir/test/python/dialects/transform_structured_ext.py mlir/test/python/ir/value.py
``````````

</details>

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

``````````diff
--- llvm/utils/git/code-format-helper.py	2023-09-23 13:44:31.000000 +0000
+++ llvm/utils/git/code-format-helper.py	2023-09-23 13:46:59.154197 +0000
@@ -15,11 +15,12 @@
 from functools import cached_property
 
 import github
 from github import IssueComment, PullRequest
 
-foo =    ' bar'
+foo = " bar"
+
 
 class FormatHelper:
     COMMENT_TAG = "<!--LLVM CODE FORMAT COMMENT: {fmt}-->"
     name = "unknown"
 

``````````

</details>


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


More information about the llvm-commits mailing list