Add yapf for automatic code formatting

This commit is contained in:
Matt Weiden
2019-12-19 15:19:22 -08:00
parent 176ea3bc91
commit 1eef44d5f8
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -2,6 +2,10 @@
fmt:
yapf -ir .
.PHONY: lint
lint:
flake8
.PHONY: clean
clean:
rm -f app/web/templates/index.html