summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index c9e04b9e..e9cd2410 100644
--- a/pylintrc
+++ b/pylintrc
@@ -72,8 +72,11 @@ disable=
using-constant-test,
too-many-nested-blocks,
too-many-ancestors,
+ unnecessary-pass,
# Formatting stuff
superfluous-parens,bad-continuation,
+# Disable while we still support Python 2:
+ useless-object-inheritance,
# Messages that are noisy for now, eventually maybe we'll turn them on:
invalid-name,
protected-access,