From 4ed2710429875f41e6146e51ad5377ccbc222439 Mon Sep 17 00:00:00 2001 From: Mihaela Duta Date: Fri, 8 Nov 2024 16:12:18 +0000 Subject: [PATCH] Disable import-error to avoid installing the environment for github actions. --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index e7b4e02..cbdd4b1 100644 --- a/.pylintrc +++ b/.pylintrc @@ -5,6 +5,7 @@ ignore=docs/* notes=TODO disable= fixme, + import-error, duplicate-code, protected-access, too-many-locals,