diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
