From 89ae94a44a9fc5ecbfcda575f0a9db3e6922a45f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 15 Aug 2015 07:13:59 -0400 Subject: Cyclic import warnings are not helpful --- pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index fba8b40b..ea4f2745 100644 --- a/pylintrc +++ b/pylintrc @@ -79,7 +79,8 @@ disable= # Messages that are noisy for now, eventually maybe we'll turn them on: # C0103:256:coverage.morf_filename: Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) # W0212: 86:Reporter.report_files: Access to a protected member _analyze of a client class - C0103,W0212 + C0103,W0212, + cyclic-import msg-template={path}:{line}: {msg} ({symbol}) -- cgit v1.2.1