From ea346f7b8dd7d3aa616e029e5828bd904f6c0c50 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 17:57:16 +0300 Subject: Fix: errors/warnings from pylint --- pylint.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'pylint.conf') diff --git a/pylint.conf b/pylint.conf index 43750b5..25f7976 100644 --- a/pylint.conf +++ b/pylint.conf @@ -5,6 +5,7 @@ persistent=no disable= invalid-name, missing-docstring, + no-self-use, unused-argument [REPORTS] -- cgit v1.2.1