forked from Decentrala/website
[Gobal] added flake8 and did format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: build events dev stop help prep
|
||||
.PHONY: build events dev stop help prep lint format
|
||||
|
||||
help:
|
||||
@echo "Available commands:"
|
||||
@@ -29,3 +29,9 @@ dev:
|
||||
stop:
|
||||
nginx -p . -s stop
|
||||
|
||||
lint:
|
||||
./.venv/bin/flake8 . --config .flake8 --exclude .venv
|
||||
|
||||
format:
|
||||
./.venv/bin/black .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user