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 11a9773de93c31abf74d5b7c24142c9e25d4515b...582045951e7edaba35e8c6966fa40101f8d54ad9 flang/test/lit.cfg.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- lit.cfg.py 2025-01-09 14:58:48.000000 +0000 +++ lit.cfg.py 2025-01-09 19:00:23.138152 +0000 @@ -162,11 +162,11 @@ tools.append( ToolSubst("%not_todo_abort_cmd", command=FindTool("not"), unresolved="fatal") ) if config.flang_include_runtime: - config.available_features.add("flang-rt") + config.available_features.add("flang-rt") # Define some variables to help us test that the flang runtime doesn't depend on # the C++ runtime libraries. For this we need a C compiler. If for some reason # we don't have one, we can just disable the test. if config.flang_include_runtime and config.cc: `````````` </details> https://github.com/llvm/llvm-project/pull/122336 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits