From f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 6 Nov 2020 19:08:57 -0800 Subject: remove unused pytype tool Having trouble getting this to install on Xenial, and we aren't even using it in tests/lint yet. Can revisit after Focal upgrade. --- python/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile index 0a97437..f808b87 100644 --- a/python/Makefile +++ b/python/Makefile @@ -18,7 +18,6 @@ lint: ## Run lints (eg, flake8, mypy) pipenv run flake8 . --select=E9,F63,F7,F82 --exit-zero pipenv run mypy *.py sandcrawler/ tests/ --ignore-missing-imports pipenv run pylint --rcfile=.pylintrc -E --jobs=4 sandcrawler tests *.py - #pipenv run pytype sandcrawler/ .PHONY: fmt fmt: ## Run code formating on all source code -- cgit v1.2.3