aboutsummaryrefslogtreecommitdiffstats
path: root/python/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-15 16:35:09 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-15 16:35:09 -0800
commit1f0574bb0265fe7e06f5e327a57ce9575cb41d5d (patch)
tree4b88760e1023ffc8c7b30f9fdb55e861f1e8d907 /python/README.md
parentbb28a3fc1cc900f2dde31e1dbc492d9661034f41 (diff)
downloadfatcat-1f0574bb0265fe7e06f5e327a57ce9575cb41d5d.tar.gz
fatcat-1f0574bb0265fe7e06f5e327a57ce9575cb41d5d.zip
at least some pylint
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md2
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