summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index d250e9b9..cfe67f96 100644
--- a/pylintrc
+++ b/pylintrc
@@ -83,6 +83,8 @@ disable=
bad-continuation,
# Disable while we still support Python 2:
useless-object-inheritance,
+ super-with-arguments,
+ raise-missing-from,
# Messages that are noisy for now, eventually maybe we'll turn them on:
invalid-name,
protected-access,