From 76de01a17d7b527db87e4cb30c79f8de4ebff5f2 Mon Sep 17 00:00:00 2001 From: NIC619 Date: Tue, 30 Jul 2019 18:01:01 +0800 Subject: [PATCH] Add `duplicate-code` and `cyclic-import` to pylintrc --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pylintrc b/.pylintrc index 4955221..6784a7c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -128,6 +128,8 @@ disable=print-statement, dict-keys-not-iterating, dict-values-not-iterating, missing-docstring, + cyclic-import, + duplicate-code, # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option