From e9e974342279bca36e21bd9b21062d0c6b8e4222 Mon Sep 17 00:00:00 2001 From: William-Luo0 <37018384+William-Luo0@users.noreply.github.com> Date: Wed, 3 Aug 2022 01:29:50 +1000 Subject: [PATCH] Update pylint disable rules (#3182) Adds back import-error to the pylint disable rules. --- TEMPLATES/.python-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/TEMPLATES/.python-lint b/TEMPLATES/.python-lint index d57b3052..c6221646 100644 --- a/TEMPLATES/.python-lint +++ b/TEMPLATES/.python-lint @@ -62,6 +62,7 @@ disable=raw-checker-failed, suppressed-message, useless-suppression, deprecated-pragma, + 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