From fa9e11363a2d6676e9f22bf6272a4c2c2a614f19 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 29 Apr 2021 17:45:48 -0300 Subject: [PATCH] Disable pylint warning for wrong import position. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 061bc6be..d415e999 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,7 @@ disable = missing-module-docstring, missing-class-docstring, missing-function-docstring, + wrong-import-position [pylint.BASIC] good-names = ex, i, j, k, Run, _, e, x, dn, cn, ip, os, unicode -- GitLab