summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-09 18:07:16 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-09 18:07:16 +0300
commit5c94a3234db7ca81838db344815804e2f1f0ed12 (patch)
tree39639a324c6842f2e8155092094f82dabb3f05cf
parentbf98d81372a6223b8cc14ffda7b5a79cb37bae46 (diff)
downloadick2-5c94a3234db7ca81838db344815804e2f1f0ed12.tar.gz
Change: disable no-member for pylint
-rw-r--r--pylint.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.conf b/pylint.conf
index 79d8b83..8b9289a 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -7,7 +7,7 @@ disable=
inconsistent-return-statements,
invalid-name,
missing-docstring,
- no-member,
+ no-member,q
no-self-use,
not-callable,
redefined-outer-name,