Make reflow run black.
This commit is contained in:
parent
0175344caa
commit
1ef39055f3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue