From f36c3acd2f236cebbac254fc9c71e2080cbfece2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 18 Jun 2019 22:03:24 -0400 Subject: One per line --- pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index e9cd2410..6145efc9 100644 --- a/pylintrc +++ b/pylintrc @@ -74,7 +74,8 @@ disable= too-many-ancestors, unnecessary-pass, # Formatting stuff - superfluous-parens,bad-continuation, + 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: -- cgit v1.2.1