diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |