diff options
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 |