[all-commits] [llvm/llvm-project] c8387a: [lldb] Format more Python files with black (#65979)
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Sep 12 00:46:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8387a31a4adfa9c29a578cf67321f756d3b4ac1
https://github.com/llvm/llvm-project/commit/c8387a31a4adfa9c29a578cf67321f756d3b4ac1
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M lldb/bindings/python/createPythonInit.py
M lldb/bindings/python/get-python-config.py
M lldb/docs/conf.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py
M lldb/use_lldb_suite_root.py
Log Message:
-----------
[lldb] Format more Python files with black (#65979)
By running this from lldb/
$ black --exclude "third_party/|scripts/|utils/" ./
More information about the All-commits
mailing list