1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

added mypy to all target

This commit is contained in:
Bastian Venthur
2022-08-31 22:57:30 +02:00
parent 10f84ebb16
commit 2adc7b3bd4

View File

@@ -14,7 +14,7 @@ endif
.PHONY: all
all: lint test
all: lint mypy test
$(VENV): requirements.txt requirements-dev.txt setup.py
$(PY) -m venv $(VENV)