From 0680dd9969cd90873b4f9764e1efb8c6c504828c Mon Sep 17 00:00:00 2001 From: Jared Murrell Date: Fri, 4 Sep 2020 09:22:06 -0400 Subject: [PATCH] added import-error to the pylint disable rules --- TEMPLATES/.python-lint | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TEMPLATES/.python-lint b/TEMPLATES/.python-lint index e3d9f5b5..19cc7082 100644 --- a/TEMPLATES/.python-lint +++ b/TEMPLATES/.python-lint @@ -127,7 +127,8 @@ disable=print-statement, next-method-defined, dict-items-not-iterating, dict-keys-not-iterating, - dict-values-not-iterating + dict-values-not-iterating, + 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