* Repo is already clear... so let's turn these on

Signed-off-by: Aaron Bauman <b...@gentoo.org>
---
 pylintrc | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/pylintrc b/pylintrc
index ad32f70d7..cd76d38dd 100644
--- a/pylintrc
+++ b/pylintrc
@@ -13,16 +13,23 @@
 
#disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
 disable=all
 enable=
-       missing-final-newline,
-       mixed-line-endings,
-       redefined-builtin,
-       reimported,
+        cyclic-import,
+        import-error,
+       import-self,
+        misplaced-future,
+        missing-final-newline,
+        mixed-line-endings,
+        redefined-builtin,
+        reimported,
+        relative-beyond-top-level,
        trailing-newlines,
-       trailing-whitespace,
-       unexpected-line-ending-format,
-       unnecessary-semicolon,
-       unused-import,
-       useless-object-inheritance
+        trailing-whitespace,
+        unexpected-line-ending-format,
+        unnecessary-semicolon,
+        unused-import,
+        useless-import-alias,
+        useless-object-inheritance,
+        wildcard-import
 
 # A comma-separated list of package or module names from where C extensions may
 # be loaded. Extensions are loading into the active Python interpreter and may
-- 
2.28.0


Reply via email to