From 3894c593f5266d8692b8b5b4ebe83c0c9ae4c946 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sat, 24 Dec 2022 15:06:39 -0500 Subject: Remove extraneous linebreaks from pylintrc --- pylintrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index 08bd6f27..ddacf9a4 100644 --- a/pylintrc +++ b/pylintrc @@ -244,9 +244,7 @@ spelling-store-unknown-words=no ignore-on-opaque-inference=n # List of module names for which member attributes should not be checked - # (useful for modules/projects where namespaces are manipulated during runtime - # and thus existing member attributes cannot be deduced by static analysis ignored-modules=typed_ast.ast3 -- cgit v1.2.1