Start ignoring import-outside-toplevel. Unfortunately we need deferred imports.

This commit is contained in:
Pedro Algarvio 2019-12-03 11:53:54 +00:00
parent b3b3f43157
commit 594128ff75
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -123,7 +123,8 @@ disable=R,
do-not-assign-a-lambda-expression-use-a-def,
3rd-party-local-module-not-gated,
pep8-reserved-keywords,
str-format-in-logging
str-format-in-logging,
import-outside-toplevel
# 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