From: Eric S. Raymond Date: Sun, 4 Feb 2024 15:07:58 +0000 (-0500) Subject: Make reflow run black. X-Git-Tag: 1.18~11 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=1ef39055f3e4fb7c1bd84804a994c20b87301521 Make reflow run black. --- diff --git a/Makefile b/Makefile index 9c837d2..2e81dfc 100644 --- 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.