aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d5ec24..7ae4ef9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ help:
.PHONY: test
test: ## Run all tests and lints
pipenv run pytest
- pipenv run mypy *.py chocula/*.py --ignore-missing-imports
+ pipenv run mypy *.py chocula/*.py chocula/*/*.py --ignore-missing-imports
.PHONY: build
build: src/*.rs src/bin/*.rs