summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.conf')
-rw-r--r--pylint.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
index fdab256e..146a84ee 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -15,6 +15,7 @@ disable=
missing-docstring,
no-self-use,
protected-access,
+ redefined-variable-type,
star-args,
too-few-public-methods,
too-many-arguments,
@@ -25,6 +26,8 @@ disable=
too-many-public-methods,
too-many-statements,
unidiomatic-typecheck,
+ unsubscriptable-object,
+ unsupported-membership-test,
unused-argument
[REPORTS]