* also, really fix the enable module structure

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

diff --git a/pylintrc b/pylintrc
index 690941715..ad32f70d7 100644
--- a/pylintrc
+++ b/pylintrc
@@ -12,15 +12,17 @@
 # --disable=W".
 
#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,
-       trailing-newlines,
-       trailing-whitespace,
-       unexpected-line-ending-format,
-       unnecessary-semicolon,
-       unused-import,
-       useless-object-inheritance
+enable=
+       missing-final-newline,
+       mixed-line-endings,
+       redefined-builtin,
+       reimported,
+       trailing-newlines,
+       trailing-whitespace,
+       unexpected-line-ending-format,
+       unnecessary-semicolon,
+       unused-import,
+       useless-object-inheritance
 
 # 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