From bfc00c567c3f69beafa2e8399997a6f63f6f8ddf Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 15 Mar 2017 14:50:01 -0700 Subject: [PATCH] Add more ignores for plint 1.5.2 --- .pylint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylint b/.pylint index c17e643..cde3d47 100644 --- a/.pylint +++ b/.pylint @@ -44,7 +44,7 @@ load-plugins= disable=pointless-except, invalid-name, super-init-not-called, fixme, star-args, too-many-instance-attributes, too-few-public-methods, too-many-arguments, too-many-locals, too-many-public-methods, duplicate-code, bad-whitespace, - locally-disabled + locally-disabled, locally-enabled, bad-continuation, wrong-import-order [REPORTS]