added import-error to the pylint disable rules

This commit is contained in:
Jared Murrell 2020-09-04 09:22:06 -04:00 committed by GitHub
parent e89faa7920
commit 0680dd9969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,8 @@ disable=print-statement,
next-method-defined, next-method-defined,
dict-items-not-iterating, dict-items-not-iterating,
dict-keys-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 # 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 # either give multiple identifier separated by comma (,) or put this option