@@ -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 .
The note is not visible to the blocked user.