[Lldb-commits] [PATCH] D114509: [lldb] Introduce PlatformQemuUser

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 25 03:41:24 PST 2021


labath added a comment.

In D114509#3151035 <https://reviews.llvm.org/D114509#3151035>, @mgorny wrote:

> That said, I wonder if we should use some formatter (e.g. `black`) for Python files. While I can't really say I like black's coding style, it's quite popular and using some formatter would be consistent with using clang-format for C++ code.

lldb python files were formatted with autopep8 during the Great Reformat. I don't know what the output of black looks like, but autopep8 is not that good.

Overall I would be supportive of using (any) automated python formatter. I think the main thing missing is for some one to set up the integration.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114509/new/

https://reviews.llvm.org/D114509



More information about the lldb-commits mailing list