aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5c3706..7a5d4b5 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ check-mypy:
mypy --ignore-missing-imports $(PYTHONFILES)
tags:
- ctags -R --exclude="build/*" --exclude="cache/*" --exclude="doc/*" --exclude="results/*"
+ ctags -R --exclude="build/*" --exclude="cache/*" --exclude="doc/*" --exclude="results/*" --exclude=".mypy_cache/*"
integration-test:
python3 -m unittest discover -s tests/integration