From b5429618f16a32ccfe87d11d56cc758721841a65 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Thu, 29 Apr 2021 18:48:07 -0300
Subject: [PATCH] Disable pylint's warnings on import order ang grouping.

---
 setup.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 7609b1a5..c6ef7173 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,8 @@ disable =
     missing-module-docstring,
     missing-class-docstring,
     missing-function-docstring,
+    wrong-import-order,
+    ungrouped-imports,
     wrong-import-position,
     protected-access,
     no-name-in-module,
-- 
GitLab