aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/Makefile2
1 files changed, 0 insertions, 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