Code cleanup using panda-bears

This commit is contained in:
2020-01-16 20:24:29 +01:00
committed by Xeniac
parent 95f5e0b920
commit 0d3c47d8b3
31 changed files with 59 additions and 1117 deletions

View File

@@ -16,7 +16,7 @@ all: cleanup migrate testserver
venv: $(VENV_PATH)/bin/activate
$(VENV_PATH)/bin/activate:
@test -d $(VENV_PATH) || python3.5 -m venv --clear $(VENV_PATH)
@test -d $(VENV_PATH) || python3 -m venv --clear $(VENV_PATH)
dev-requirements: venv ${DEV_REQUIREMENTS}
${PYTHON} -m pip install -qU pip