From 1f0574bb0265fe7e06f5e327a57ce9575cb41d5d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 15 Nov 2018 16:35:09 -0800 Subject: at least some pylint --- .gitlab-ci.yml | 4 ++-- python/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d2293fe..aa3c4e35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,8 @@ unified_test: - cd ../python - pipenv install --dev --deploy - pipenv run pytest --cov - # Still too rigorous - #- pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat + # Just errors + - pipenv run -E fatcat*.py fatcat_tools fatcat_web rust_build_release: only: diff --git a/python/README.md b/python/README.md index 0cfbab21..d8812934 100644 --- a/python/README.md +++ b/python/README.md @@ -54,4 +54,4 @@ To calculate code coverage (of python code): To run 'lint' on the code base (note that this is pretty noisy and isn't enforced by CI yet): - pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat + pipenv run pylint fatcat*.py fatcat_tools fatcat_web -- cgit v1.2.3