From 8d64bf54aabaf7fd9411a0304e9455770cfba3a9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Dec 2020 23:34:51 -0800 Subject: python makefile: don't duplicate 'lint' commands during 'test' --- python/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/Makefile b/python/Makefile index f808b87..9593ab4 100644 --- a/python/Makefile +++ b/python/Makefile @@ -25,8 +25,6 @@ fmt: ## Run code formating on all source code .PHONY: test test: ## Run all tests and lints - pipenv run flake8 . --select=E9,F63,F7,F82 --exit-zero - pipenv run mypy *.py sandcrawler/ tests/ --ignore-missing-imports pipenv run pytest .PHONY: coverage -- cgit v1.2.3