From dc64227be0c0a8c62dfef926d9c4d6d6045baf92 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Aug 2017 21:18:57 +0300 Subject: Add: locally-disabled warning --- pylint.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/pylint.conf b/pylint.conf index 4da28ea..cd6769c 100644 --- a/pylint.conf +++ b/pylint.conf @@ -8,6 +8,7 @@ disable= blacklisted-name, cyclic-import, invalid-name, + locally-disabled, missing-docstring, no-self-use, protected-access, -- cgit v1.2.1