diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-10-30 17:59:28 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-10-30 17:59:28 -0700 |
commit | e6600cca031d114577749cd4603f22a47c5001b1 (patch) | |
tree | 3bce404b98f6307bec2f03ef69f61bad8de7aca9 | |
parent | 03b92f1e3376c2ae387b046c8884d183ef1fbbb3 (diff) | |
download | sandcrawler-e6600cca031d114577749cd4603f22a47c5001b1.tar.gz sandcrawler-e6600cca031d114577749cd4603f22a47c5001b1.zip |
one more lint ignore
-rw-r--r-- | python/.pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/.pylintrc b/python/.pylintrc index 8933a69..83c7e50 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,consider-using-enumerate,too-many-return-statements,too-many-branches +disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck,len-as-condition,consider-using-enumerate,too-many-return-statements,too-many-branches,bare-except [REPORTS] output-format=colorized |