diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-09-20 21:33:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-09-20 21:33:58 -0700 |
commit | 05fef2353045550657cb2e34f54b17b6dde3916c (patch) | |
tree | 09f5543c5a424dc3db731a4eb4922744ab0f0096 /python/.pylintrc | |
parent | 229cf646399d1710a84f367f1a42a7b54844f906 (diff) | |
download | sandcrawler-05fef2353045550657cb2e34f54b17b6dde3916c.tar.gz sandcrawler-05fef2353045550657cb2e34f54b17b6dde3916c.zip |
pylint can be insufferable
Diffstat (limited to 'python/.pylintrc')
-rw-r--r-- | python/.pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/.pylintrc b/python/.pylintrc index 0b3342d..4c716ea 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -1,5 +1,5 @@ [MESSAGES CONTROL] -disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck,len-as-condition +disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck,len-as-condition,consider-using-enumerate [REPORTS] output-format=colorized |