From 2adc7b3bd4d51cba9b3946267fc4cc1d3c85e011 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Wed, 31 Aug 2022 22:57:30 +0200 Subject: [PATCH] added mypy to all target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3199902..87cec44 100644 --- a/Makefile +++ b/Makefile @@ -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)