summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
Diffstat (limited to 'testenv')
-rw-r--r--testenv/linters/pylint.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini
index be542999..a07b9221 100644
--- a/testenv/linters/pylint.ini
+++ b/testenv/linters/pylint.ini
@@ -32,6 +32,7 @@ disable =
too-many-ancestors,
no-else-return,
len-as-condition,
+ raise-missing-from,
[REPORTS]
msg-template = {symbol} -- {path}:{line}({obj}): {msg}