From d61d50fbabf810f8415bb9c3fe9d543ace019b66 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 12 May 2019 16:29:13 -0400 Subject: Use pylint 2.x --- pylintrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index c9e04b9e..e9cd2410 100644 --- a/pylintrc +++ b/pylintrc @@ -72,8 +72,11 @@ disable= using-constant-test, too-many-nested-blocks, too-many-ancestors, + unnecessary-pass, # Formatting stuff superfluous-parens,bad-continuation, +# Disable while we still support Python 2: + useless-object-inheritance, # Messages that are noisy for now, eventually maybe we'll turn them on: invalid-name, protected-access, -- cgit v1.2.1