aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-10 17:28:33 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-10 17:28:33 +0100
commit414ea00bdb51766a27375e6ca058e4178fb71b1b (patch)
treeb455e65ba6b7c3177d0ceaf9d12ddcf855455639 /Makefile
parent45a32d7a229ea9c27c50bbf396b025d17d1a0119 (diff)
downloadfuzzycat-414ea00bdb51766a27375e6ca058e4178fb71b1b.tar.gz
fuzzycat-414ea00bdb51766a27375e6ca058e4178fb71b1b.zip
cleanup mypy cache
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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