From 414ea00bdb51766a27375e6ca058e4178fb71b1b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 10 Nov 2020 17:28:33 +0100 Subject: cleanup mypy cache --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51aeaa2..7a0490e 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ clean: ## Clean all artifacts rm -rf fuzzycat.egg-info/ rm -rf .pytest_cache/ rm -rf .coverage + rm -rf .mypy_cache/ # Upload requires https://github.com/pypa/twine and some configuration. .PHONY: upload -- cgit v1.2.3