mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-28 01:28:11 +08:00
Add yapf for automatic code formatting
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
fmt:
|
||||
yapf -ir .
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
flake8
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f app/web/templates/index.html
|
||||
|
||||
Reference in New Issue
Block a user