From e34fe17957621386706febab0389d9c00985a611 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 2 Oct 2018 21:14:59 +0300 Subject: Fix: shut up pylint3 --- pylint.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pylint.conf') diff --git a/pylint.conf b/pylint.conf index 79d8b83..9216a80 100644 --- a/pylint.conf +++ b/pylint.conf @@ -4,6 +4,8 @@ persistent=no [MESSAGES CONTROL] disable= arguments-differ, + assignment-from-no-return, + broad-except, inconsistent-return-statements, invalid-name, missing-docstring, -- cgit v1.2.1