From 3dd92faa0e2af363c3921c9a0f99651416f3beb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 25 Sep 2019 01:14:40 +0200 Subject: [PATCH] pylint: disable import-outside-toplevel All the cases highlighted by this checker are intentional. --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index 88465989..50bcc2fc 100644 --- a/.pylintrc +++ b/.pylintrc @@ -16,6 +16,7 @@ disable= duplicate-code, file-ignored, fixme, + import-outside-toplevel, locally-disabled, locally-enabled, logging-format-interpolation,