diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 19:08:57 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 19:09:01 -0800 |
commit | f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b (patch) | |
tree | 76c16b570103549ca52a92dfeaec10c23be9351d /python/Makefile | |
parent | bd24db18a7872002d652b5ff40c87e38db70e8da (diff) | |
download | sandcrawler-f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b.tar.gz sandcrawler-f74dbcd98c52cb5aa042c4f1a0daa7eddd42820b.zip |
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.
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |