Make reflow run black.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 4 Feb 2024 15:07:58 +0000 (10:07 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 4 Feb 2024 15:07:58 +0000 (10:07 -0500)
Makefile

index 9c837d26e6608aae653e471e0b8ccfdd774796d9..2e81dfc3bb862e6c959869a6667cb58a87d7dae5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ check: advent cheat
 
 reflow:
        @clang-format --style="{IndentWidth: 8, UseTab: ForIndentation}" -i $$(find . -name "*.[ch]")
+       @black --quiet *.py
 
 # Requires gcov, lcov, libasan6, and libubsan1
 # The last two are Ubuntu names, might vary on other distributions.