diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-17 10:54:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-17 10:54:11 -0700 |
commit | fe5b29232bb214153852df399b80a6ad0ce28d26 (patch) | |
tree | 69812a437cc3efb53936566d7d991537b5bcc51a | |
parent | db3bdc61285afa612ea826a8b987f6f986eb498b (diff) | |
download | fatcat-fe5b29232bb214153852df399b80a6ad0ce28d26.tar.gz fatcat-fe5b29232bb214153852df399b80a6ad0ce28d26.zip |
ignore more pylint
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ [MESSAGES CONTROL] -disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck,unused-wildcard-import,no-member,cyclic-import,too-few-public-methods,wildcard-import,too-many-locals,too-many-ancestors +# TODO: should re-enable some of these +disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck,unused-wildcard-import,no-member,cyclic-import,too-few-public-methods,wildcard-import,too-many-locals,too-many-ancestors,unused-import [REPORTS] output-format=colorized |