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 .ci/compute_projects.py
.ci/compute_projects_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
--- compute_projects_test.py 2026-04-01 06:57:40.000000 +0000
+++ compute_projects_test.py 2026-04-01 07:00:33.935933 +0000
@@ -264,11 +264,14 @@
["libclc/CMakeLists.txt"], "Linux"
)
self.assertEqual(env_variables["projects_to_build"], "clang;llvm")
self.assertEqual(env_variables["project_check_targets"], "")
self.assertEqual(env_variables["runtimes_to_build"], "libclc")
- self.assertEqual(env_variables["runtimes_check_targets"],
"check-libclc-amdgcn-amd-amdhsa-llvm")
+ self.assertEqual(
+ env_variables["runtimes_check_targets"],
+ "check-libclc-amdgcn-amd-amdhsa-llvm",
+ )
self.assertEqual(env_variables["runtimes_check_targets_needs_reconfig"], "")
def test_exclude_docs(self):
env_variables = compute_projects.get_env_variables(
["llvm/docs/CIBestPractices.rst"], "Linux"
``````````
</details>
https://github.com/llvm/llvm-project/pull/189892
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits