From 1055e12273d2e6e0a50e4492d8865a094a7da77f Mon Sep 17 00:00:00 2001 From: Adil Mohak Date: Sat, 5 Oct 2024 02:36:33 +0300 Subject: [PATCH] ignore import-error for now --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index c27897b..567845c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -452,7 +452,8 @@ disable=raw-checker-failed, invalid-overridden-method, unsupported-binary-operation, attribute-defined-outside-init, - duplicate-code + duplicate-code, + import-error # 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