From 064b05a2f49138a1708416b9fc1ac25c29a858ef Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 May 2021 16:40:14 -0700 Subject: makefile: add pylint -E invocation to 'make lint', to match CI --- python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/python/Makefile b/python/Makefile index 2ac7bc5f..954fdc38 100644 --- a/python/Makefile +++ b/python/Makefile @@ -14,6 +14,7 @@ dep: ## Create local virtualenv using pipenv .PHONY: lint lint: ## Run lints (eg, flake8) + pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests/*.py pipenv run flake8 *.py tests/ fatcat_web/ fatcat_tools/ --select=E9,F63,F7,F82 pipenv run flake8 *.py tests/ fatcat_web/ fatcat_tools/ --exit-zero -- cgit v1.2.3