-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[lldb] Format Python files in scripts and utils #66053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Using: black --exclude "third_party/" ./lldb/
@llvm/pr-subscribers-lldb ChangesUsing:
|
Have (should we) we documented that we format all python code with black somewhere and how to install the tool? |
https://llvm.org/docs/CodingStandards.html#python-version-and-source-code-formatting |
Oh nice! I was unsuccessfully looking in the LLDb subdir because I had assumed this was LLDB-specific! |
I'll be cheeky and assume this is fine to go in. |
Using: black --exclude "third_party/" ./lldb/
Using: black --exclude "third_party/" ./lldb/
Local branch amd-gfx f337c8e Merged main:f8f934e22c4a into amd-gfx:bd63dc7b6e97 Remote branch main 602e47c [lldb] Format Python files in scripts and utils (llvm#66053)
Using:
black --exclude "third_party/" ./lldb/