drgn/tests
Omar Sandoval 36068a0ea8 Fix trailing commas for Black v20.8b1
Black was recently changed to treat a trailing comma as an indicator to
put each item/argument on its own line. We have a bunch of places where
something previously had to be split into multiple lines, then was
edited to fit on one line, but Black kept the trailing comma. Now this
update wants to unnecessarily split it back up. For now, let's get rid
of these commas. Hopefully in the future Black has a way to opt out of
this.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2020-08-27 11:31:29 -07:00
..
helpers Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
__init__.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
dwarf.py Add DW_LANG to generated dwarf.py 2020-02-26 19:55:42 -08:00
dwarfwriter.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
elf.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
elfwriter.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
libdrgn.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_docs.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_dwarf.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_language_c.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_lexer.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_object.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_path.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_platform.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00
test_program.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_python.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_serialize.py Format imports with isort 2020-08-20 16:55:07 -07:00
test_type.py Fix trailing commas for Black v20.8b1 2020-08-27 11:31:29 -07:00
test_util.py Update copyright headers to Facebook and add missing headers 2020-05-15 15:13:02 -07:00