Open mithro opened 4 years ago
These should do the following;
make format
make format-check
Might be able to steal something from prjxray and other repos.
These should do the following;
make format
run yapf and convert the formatting to the correct style.make format-check
checks that the style is correct. Ifmake format-check
succeeds thenmake format
should do nothing.Might be able to steal something from prjxray and other repos.