From 1ef39055f3e4fb7c1bd84804a994c20b87301521 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 Feb 2024 10:07:58 -0500 Subject: [PATCH] Make reflow run black. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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. -- 2.31.1