@@ -18,7 +18,7 @@ all: lint mypy test test-release
$(VENV):pyproject.toml
$(PY) -m venv $(VENV)
$(BIN)/pip install -e .['dev']
$(BIN)/pip install --upgrade -e .['dev']
touch $(VENV)
.PHONY:test
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.