Make reflow run black.

This commit is contained in:
Eric S. Raymond 2024-02-04 10:07:58 -05:00
parent 0175344caa
commit 1ef39055f3

View file

@ -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.