From 485c35f22d5817e524d3252bc13694961c98521f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 7 May 2020 16:05:30 -0700 Subject: update test/lint scope --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3