help2man $(BIN)/blag --no-info -n "blog-aware, static site generator" -o debian/blag.1
.PHONY:benchmark
benchmark:$(VENV)
$(BIN)/pytest --no-cov -rP tests/benchmark.py
.PHONY:clean
clean:
rm -rf build dist *.egg-info
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.