From 68e93a7b6088d2e77ad80c6f0bfe58dc6c857c84 Mon Sep 17 00:00:00 2001 From: grdddj Date: Wed, 19 Oct 2022 15:20:22 +0200 Subject: [PATCH] feat(pylint): disable reimported check to allow for local_cache_global --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e60f79481..5e6780099 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,7 +81,6 @@ enable= inconsistent-return-statements, lost-exception, pointless-string-statement, - reimported, simplifiable-if-statement, super-init-not-called, superfluous-parens,