diff options
author | Martin Czygan <martin@archive.org> | 2021-05-28 20:18:46 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2021-05-28 20:18:46 +0000 |
commit | 6a0a25e219f39530efeefd136c7abc298c89388d (patch) | |
tree | 1e318f5251429df0d2d7a8649beb57bfb0fe81b3 /python/Makefile | |
parent | a7a3cc1f8de8f38d98cf878282bd26ec4d76771f (diff) | |
parent | 064b05a2f49138a1708416b9fc1ac25c29a858ef (diff) | |
download | fatcat-6a0a25e219f39530efeefd136c7abc298c89388d.tar.gz fatcat-6a0a25e219f39530efeefd136c7abc298c89388d.zip |
Merge branch 'bnewbold-lint-fixes' into 'master'
various lint fixes; should un-break CI
See merge request webgroup/fatcat!106
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |