From 62903656036de5d280b0e35e30a3336a278e3f5f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 2 Nov 2015 23:19:41 +0200 Subject: Disable pylint warning that's falselly triggered As usual, I don't want to disable it in the code, where it's a distraction. I'd rather disable it globally for the project and go without a possible benefit. For this warning, it's a really, really unimportant warning. --- pylint.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'pylint.conf') diff --git a/pylint.conf b/pylint.conf index 9ae639b7..3d08f8d4 100644 --- a/pylint.conf +++ b/pylint.conf @@ -23,6 +23,7 @@ disable= too-many-locals, too-many-public-methods, too-many-statements, + unidiomatic-typecheck, unused-argument [REPORTS] -- cgit v1.2.1