cooljeanius / apple-gdb-1824

fork from gdb tarball(s) from opensource.apple.com
Other
6 stars 3 forks source link

run python through autopep8 #80

Closed cooljeanius closed 3 days ago

cooljeanius commented 1 month ago

Change-Id: I47e8d5cfaf6dbf8c745b7fb914ff3da515dc5e78

Note that black and autopep8 conflict with one another over the changes they make, so that makes it a one-or-the-other choice between the two...

cooljeanius commented 3 days ago

Actually this is probably fine to merge; I did a black reformatting commit in 69effa0 and it didn't introduce any merge conflicts with this PR...