diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-07 16:05:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-07 16:05:30 -0700 |
commit | 485c35f22d5817e524d3252bc13694961c98521f (patch) | |
tree | 751ad88110104095dc1236de3110099995cf7e00 /Makefile | |
parent | 1cc8332841236cb78565a6407a798b654b0359e2 (diff) | |
download | chocula-485c35f22d5817e524d3252bc13694961c98521f.tar.gz chocula-485c35f22d5817e524d3252bc13694961c98521f.zip |
update test/lint scope
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |